[notify] mod_php: update to 5.2.1
see http://www.php.net/releases/5_2_1.php
This commit is contained in:
parent
d3cfdf9876
commit
a87d8ac1e7
@ -51,7 +51,6 @@ drwxr-xr-x root/root usr/include/php/Zend/
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_language_scanner.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_list.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_llist.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_mm.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_modules.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_multibyte.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_multiply.h
|
||||
@ -109,7 +108,6 @@ drwxr-xr-x root/root usr/include/php/ext/libxml/
|
||||
-rw-r--r-- root/root usr/include/php/ext/libxml/php_libxml.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/pcre/
|
||||
drwxr-xr-x root/root usr/include/php/ext/pcre/pcrelib/
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/internal.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_internal.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pcre/pcrelib/pcre_scanner.h
|
||||
@ -124,6 +122,16 @@ drwxr-xr-x root/root usr/include/php/ext/session/
|
||||
-rw-r--r-- root/root usr/include/php/ext/session/mod_files.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/session/mod_user.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/session/php_session.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/spl/
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/php_spl.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_array.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_directory.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_engine.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_exceptions.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_functions.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_iterators.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_observer.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/spl/spl_sxe.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/sqlite/
|
||||
drwxr-xr-x root/root usr/include/php/ext/sqlite/libsqlite/
|
||||
drwxr-xr-x root/root usr/include/php/ext/sqlite/libsqlite/src/
|
||||
|
@ -1,2 +1 @@
|
||||
ff398c8d31b6c3b0511615ae95a618b0 php-5.2.0.patch
|
||||
e6029fafcee029edcfa2ceed7a005333 php-5.2.0.tar.bz2
|
||||
261218e3569a777dbd87c16a15f05c8d php-5.2.1.tar.bz2
|
||||
|
@ -5,14 +5,12 @@
|
||||
# Group: apache
|
||||
|
||||
name=mod_php
|
||||
version=5.2.0
|
||||
version=5.2.1
|
||||
release=1
|
||||
source=(http://www.php.net/distributions/php-$version.tar.bz2 \
|
||||
php-$version.patch)
|
||||
source=(http://www.php.net/distributions/php-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd php-$version
|
||||
patch -p1 -i $SRC/php-$version.patch
|
||||
sed -i "s/-i -a/-i/" configure
|
||||
./configure --prefix=/usr \
|
||||
--with-apxs2=/usr/sbin/apxs \
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -Nru php-5.2.0.orig/configure php-5.2.0/configure
|
||||
--- php-5.2.0.orig/configure 2006-11-03 19:26:01.000000000 +0100
|
||||
+++ php-5.2.0/configure 2006-11-03 19:41:16.000000000 +0100
|
||||
@@ -32679,7 +32679,7 @@
|
||||
|
||||
|
||||
|
||||
- for header_file in $ext_srcdir/php_filter.h; do
|
||||
+ for header_file in ext/filter/php_filter.h; do
|
||||
|
||||
|
||||
unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'`
|
Loading…
x
Reference in New Issue
Block a user