From e8116421da4167f0014cbd5c2b9d4ded8881eddf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Nov 2014 08:01:18 +0100 Subject: - 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 --- php-5.6.3-includedir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 php-5.6.3-includedir.patch (limited to 'php-5.6.3-includedir.patch') diff --git a/php-5.6.3-includedir.patch b/php-5.6.3-includedir.patch new file mode 100644 index 0000000..70734cf --- /dev/null +++ b/php-5.6.3-includedir.patch @@ -0,0 +1,11 @@ +--- php-5.2.0/configure.in.includedir ++++ php-5.2.0/configure.in +@@ -1242,7 +1242,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 + + exec_prefix=$old_exec_prefix + libdir=$old_libdir -- cgit