Skip to content

Commit

Permalink
backport php-src GitHub PR 694 to fix FPM issues with Apache SetHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jun 14, 2014
1 parent fdc7d37 commit fbe7f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/build/php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ echo "-----> Building PHP ${dep_version}..."
curl -L ${dep_url} | tar xz

pushd ${dep_dirname}

echo "-----> Applying https://github.com/php/php-src/pull/694..."
curl -L https://github.com/php/php-src/pull/694.diff | patch -p1

export PATH=${OUT_PREFIX}/bin:$PATH
# cannot be built shared: date, ereg, opcache (always), pcre, reflection, sockets (?), spl, standard,
# sqlite3 and pdo_sqlite are on by default but we're building them shared on purpose
Expand Down

0 comments on commit fbe7f39

Please sign in to comment.