-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'php:master' into patch-2
- Loading branch information
Showing
7,461 changed files
with
690,170 additions
and
667,870 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ runs: | |
brew install \ | ||
[email protected] \ | ||
curl \ | ||
krb5 \ | ||
bzip2 \ | ||
enchant \ | ||
libffi \ | ||
|
@@ -37,6 +36,7 @@ runs: | |
tidy-html5 \ | ||
libxml2 \ | ||
libjpeg \ | ||
libsodium \ | ||
libxslt \ | ||
postgresql | ||
brew link icu4c gettext --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,24 +9,24 @@ runs: | |
- shell: bash | ||
run: | | ||
set -x | ||
export PATH="/usr/local/opt/bison/bin:$PATH" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/[email protected]/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/krb5/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxml2/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxslt/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig" | ||
BREW_OPT="$(brew --prefix)"/opt | ||
export PATH="$BREW_OPT/bison/bin:$PATH" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/[email protected]/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/curl/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/libffi/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/libxml2/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/libxslt/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig" | ||
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig" | ||
./buildconf --force | ||
./configure \ | ||
--enable-option-checking=fatal \ | ||
--prefix=/usr/local \ | ||
--enable-fpm \ | ||
--with-pdo-mysql=mysqlnd \ | ||
--with-mysqli=mysqlnd \ | ||
--with-pgsql=/usr/local/opt/libpq \ | ||
--with-pdo-pgsql=/usr/local/opt/libpq \ | ||
--with-pgsql="$BREW_OPT"/libpq \ | ||
--with-pdo-pgsql="$BREW_OPT"/libpq \ | ||
--with-pdo-sqlite \ | ||
--without-pear \ | ||
--enable-gd \ | ||
|
@@ -39,26 +39,24 @@ runs: | |
--enable-soap \ | ||
--enable-xmlreader \ | ||
--with-xsl \ | ||
--with-tidy=/usr/local/opt/tidy-html5 \ | ||
--with-tidy="$BREW_OPT"/tidy-html5 \ | ||
--with-libxml \ | ||
--enable-sysvsem \ | ||
--enable-sysvshm \ | ||
--enable-shmop \ | ||
--enable-pcntl \ | ||
--with-readline=/usr/local/opt/readline \ | ||
--with-readline="$BREW_OPT"/readline \ | ||
--enable-mbstring \ | ||
--with-curl \ | ||
--with-gettext=/usr/local/opt/gettext \ | ||
--with-gettext="$BREW_OPT"/gettext \ | ||
--enable-sockets \ | ||
--with-bz2=/usr/local/opt/bzip2 \ | ||
--with-bz2="$BREW_OPT"/bzip2 \ | ||
--with-openssl \ | ||
--with-gmp=/usr/local/opt/gmp \ | ||
--with-iconv=/usr/local/opt/libiconv \ | ||
--with-gmp="$BREW_OPT"/gmp \ | ||
--with-iconv="$BREW_OPT"/libiconv \ | ||
--enable-bcmath \ | ||
--enable-calendar \ | ||
--enable-ftp \ | ||
--with-pspell=/usr/local/opt/aspell \ | ||
--with-kerberos \ | ||
--enable-sysvmsg \ | ||
--with-ffi \ | ||
--enable-zend-test \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.