[notify] php: update to 5.5.6
First release of the 5.5 series, see http://php.net/migration55 for important upgrade informations. Potentially the deprecation of the /e modifier of preg_replace() function might break some older scipts.
This commit is contained in:
parent
cf7b8af298
commit
7128f10e77
@ -43,6 +43,7 @@ drwxr-xr-x root/root usr/include/php/Zend/
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_extensions.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_float.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_gc.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_generators.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_globals.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_globals_macros.h
|
||||
-rw-r--r-- root/root usr/include/php/Zend/zend_hash.h
|
||||
@ -161,6 +162,8 @@ drwxr-xr-x root/root usr/include/php/ext/pcre/
|
||||
drwxr-xr-x root/root usr/include/php/ext/pdo/
|
||||
-rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/pdo/php_pdo_driver.h
|
||||
drwxr-xr-x root/root usr/include/php/ext/phar/
|
||||
-rw-r--r-- root/root usr/include/php/ext/phar/php_phar.h
|
||||
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
|
||||
@ -222,6 +225,7 @@ drwxr-xr-x root/root usr/include/php/ext/standard/
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_mail.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_math.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_metaphone.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_password.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_rand.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str.h
|
||||
-rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str_public.h
|
||||
@ -248,7 +252,6 @@ drwxr-xr-x root/root usr/include/php/main/
|
||||
-rw-r--r-- root/root usr/include/php/main/SAPI.h
|
||||
-rw-r--r-- root/root usr/include/php/main/build-defs.h
|
||||
-rw-r--r-- root/root usr/include/php/main/fopen_wrappers.h
|
||||
-rw-r--r-- root/root usr/include/php/main/logos.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_compat.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_config.h
|
||||
@ -256,7 +259,6 @@ drwxr-xr-x root/root usr/include/php/main/
|
||||
-rw-r--r-- root/root usr/include/php/main/php_getopt.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_globals.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_ini.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_logos.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_main.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_memory_streams.h
|
||||
-rw-r--r-- root/root usr/include/php/main/php_network.h
|
||||
@ -305,6 +307,7 @@ drwxr-xr-x root/root usr/lib/php/extensions/
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/curl.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/dba.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/mbstring.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/opcache.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/openssl.so
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/zip.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
|
@ -1 +1 @@
|
||||
3dcf021e89b039409d0b1c346b936b5f php-5.4.21.tar.bz2
|
||||
1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: readline libpcre libxml2 curl db gdbm xz
|
||||
|
||||
name=php
|
||||
version=5.4.21
|
||||
version=5.5.6
|
||||
release=1
|
||||
source=(http://www.php.net/distributions/php-$version.tar.bz2)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user