diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-02 08:01:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-02 08:01:18 +0100 |
commit | e8116421da4167f0014cbd5c2b9d4ded8881eddf (patch) | |
tree | 83b281f9aa131b32a9266671a5096c5b4d0de28c /php-5.2.0-includedir.patch | |
parent | a4a5ee68da16b7bcbf0f475ee6e11ba4d08fd920 (diff) |
- update to 5.6.3RC1
- new version of systzdata patch, fix case sensitivity
- ignore Factory in date tests
- disable opcache.fast_shutdown in default config
- add php56-cgi command in base system
Diffstat (limited to 'php-5.2.0-includedir.patch')
-rw-r--r-- | php-5.2.0-includedir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/php-5.2.0-includedir.patch b/php-5.2.0-includedir.patch deleted file mode 100644 index ac4ae4a..0000000 --- a/php-5.2.0-includedir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- php-5.2.0/configure.in.includedir -+++ php-5.2.0/configure.in -@@ -1101,7 +1101,7 @@ - EXPANDED_DATADIR=$datadir - EXPANDED_PHP_CONFIG_FILE_PATH=`eval echo "$PHP_CONFIG_FILE_PATH"` - EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=`eval echo "$PHP_CONFIG_FILE_SCAN_DIR"` --INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR -+INCLUDE_PATH=.:$EXPANDED_PEAR_INSTALLDIR:${EXPANDED_DATADIR}/php:/usr/share/pear:/usr/share/php - - exec_prefix=$old_exec_prefix - libdir=$old_libdir |