Skip to content

Commit

Permalink
Use PHP built with --enable-sockets
Browse files Browse the repository at this point in the history
Again, this flag was not seen in old versions, so it's unclear how
this functionality, per secondary report, was regressed.

Build instructions updated accordingly.
  • Loading branch information
fdr committed Aug 30, 2013
1 parent e6d5159 commit 6c9b7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ can be downloaded by the build pack (see the URIs in `compile`).
# Affixed to all vendored binary output to represent changes to the
# compilation environment without a change to the upstream version,
# e.g. PHP 5.3.27 without, and then subsequently with, libmcrypt.
heroku_rev='-1'
heroku_rev='-2'

# Clear /app directory
find /app -mindepth 1 -print0 | xargs -0 rm -rf
Expand Down Expand Up @@ -101,7 +101,7 @@ can be downloaded by the build pack (see the URIs in `compile`).
--with-mysql --with-pdo-mysql --with-pgsql --with-pdo-pgsql \
--with-iconv --with-gd --with-curl=/usr/lib \
--with-config-file-path=/app/php --enable-soap=shared \
--with-openssl --with-mcrypt=/app/vendor/mcrypt
--with-openssl --with-mcrypt=/app/vendor/mcrypt --enable-sockets
make -s
make install -s
popd
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -9,7 +9,7 @@ set -e
# Affixed to all vendored binary output to represent changes to the
# compilation environment without a change to the upstream version,
# e.g. PHP 5.3.27 without, and then subsequently with, libmcrypt.
heroku_rev='-1'
heroku_rev='-2'

# config
MCRYPT_VERSION="2.5.8"
Expand Down

0 comments on commit 6c9b7b2

Please sign in to comment.