]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Tue, 20 Aug 2013 06:23:21 +0000 (23:23 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 20 Aug 2013 06:23:21 +0000 (23:23 -0700)
* PHP-5.4:
  bump version
  Update NEWS

Conflicts:
configure.in
main/php_version.h

1  2 
NEWS
configure.in
main/php_version.h

diff --cc NEWS
index 645efed29a150b083884a5be7a8df00371d3edf8,aeae233dc8d81313cfaa25e08fd4934bc32d0bf5..f71f95272f530bbd56b57aa8efd2ea593a453834
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,28 -1,13 +1,33 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- ?? ??? 2013, PHP 5.5.3
 -?? ??? 2013, PHP 5.4.20
++?? ??? 2013, PHP 5.5.4
  
  - Core:
 -  . Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
 -  . Fixed bug #65470 (Segmentation fault in zend_error() with 
 +  . Fixed bug #65470 (Segmentation fault in zend_error() with
      --enable-dtrace). (Chris Jones, Kris Van Hees)
 +  . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
 +  . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees)
 +
 +- cURL:
 +  . Fixed bug #65458 (curl memory leak). (Adam)
 +
 +- Openssl:
 +  . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
 +    some cases). (Mark Jones)
 +
++22 Aug 2013, PHP 5.5.3
++
++- Openssl:
++  . Fixed UMR in fix for CVE-2013-4248.
++
 +15 Aug 2013, PHP 5.5.2
 +
 +- Core:
    . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference
      fails). (Laruence)
 +  . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
 +    erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey
 +    avp200681 gmail com).
    . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
    . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
      limited case). (Arpad)
diff --cc configure.in
index 19c96d41515b4a808cff1fb70f3092c4515d78f1,9a99680a4712945bc3533293eadfe1c3ecdcd1f7..47ce23c520fa132b4c5a633129b8835a5c8b247e
@@@ -118,8 -118,8 +118,8 @@@ int zend_sprintf(char *buffer, const ch
  ])
  
  PHP_MAJOR_VERSION=5
 -PHP_MINOR_VERSION=4
 -PHP_RELEASE_VERSION=20
 +PHP_MINOR_VERSION=5
- PHP_RELEASE_VERSION=2
++PHP_RELEASE_VERSION=4
  PHP_EXTRA_VERSION="-dev"
  PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
  PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
index e760d29346f5eb867d0eea615849be376c03e7e5,9dc00237feaba4e52c4a135a34e32202d9833bca..4a538a4138a105f2c3069f3259aad97ea6e38467
@@@ -1,8 -1,8 +1,8 @@@
  /* automatically generated by configure */
  /* edit configure.in to change version number */
  #define PHP_MAJOR_VERSION 5
 -#define PHP_MINOR_VERSION 4
 -#define PHP_RELEASE_VERSION 20
 +#define PHP_MINOR_VERSION 5
- #define PHP_RELEASE_VERSION 2
++#define PHP_RELEASE_VERSION 4
  #define PHP_EXTRA_VERSION "-dev"
- #define PHP_VERSION "5.5.2-dev"
- #define PHP_VERSION_ID 50502
 -#define PHP_VERSION "5.4.20-dev"
 -#define PHP_VERSION_ID 50420
++#define PHP_VERSION "5.5.4-dev"
++#define PHP_VERSION_ID 50504