You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for PHP applications.
7
7
8
-
It uses Composer for dependency management, supports PHP or HHVM (experimental) as runtimes, and offers a choice of Apache2 or Nginx web servers.
8
+
It uses Composer for dependency management, supports all recent versions of PHP as runtimes, and offers a choice of Apache2 or Nginx web servers.
9
9
10
10
## Usage
11
11
@@ -27,11 +27,11 @@ Please refer to [Dev Center](https://devcenter.heroku.com/categories/php) for fu
27
27
28
28
## Custom Platform Repositories
29
29
30
-
The buildpack uses Composer repositories to resolve platform (`php`, `hhvm`, `ext-something`, ...) dependencies.
30
+
The buildpack uses Composer repositories to resolve platform (`php`, `ext-something`, ...) dependencies.
31
31
32
32
To use a custom Composer repository with additional or different platform packages, add the URL to its `packages.json` to the `HEROKU_PHP_PLATFORM_REPOSITORIES` config var:
To allow the use of multiple custom repositories, the config var may hold a list of multiple repository URLs, separated by a space character, in ascending order of precedence.
if eoldate=$($engine$bp_dir/bin/util/eol.php);then
487
+
if eoldate=$(php$bp_dir/bin/util/eol.php);then
504
488
:
505
489
else
506
490
code=$?
@@ -723,8 +707,8 @@ ln -fs $relbins .
723
707
cd$build_dir
724
708
725
709
if [[ !-f"Procfile" ]];then
726
-
echo"web: heroku-$engine-apache2"> Procfile
727
-
notice_inline "No Procfile, using 'web: heroku-$engine-apache2'."
710
+
echo"web: heroku-php-apache2"> Procfile
711
+
notice_inline "No Procfile, using 'web: heroku-php-apache2'."
728
712
fi
729
713
730
714
# write empty WEB_CONCURRENCY.sh to overwrite the defaults logic from a prior buildpack, e.g. Node (all buildpacks use the same filename to allow this)
0 commit comments