Commit:    bcf785fb6667194ff70ef6f903189a495c15eb40
Author:    Stanislav Malyshev <s...@php.net>         Sun, 18 Aug 2013 17:22:50 
-0700
Parents:   bd29ff7c38a14a0273329180c0e9f4d7a12e0d74 
14f5732096575f3c4ff0438e6650238370cb465c
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bcf785fb6667194ff70ef6f903189a495c15eb40

Log:
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #65470        Segmentation fault in zend_error() with --enable-dtrace

Bugs:
https://bugs.php.net/65470

Changed paths:
  MM  NEWS
  MM  Zend/zend.c


Diff:
diff --cc NEWS
index 71aca12,ff79a29..d5d2cda
--- a/NEWS
+++ b/NEWS
@@@ -1,23 -1,12 +1,25 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.4.19
 +?? ??? 2013, PHP 5.5.3
  
  - Core:
 -  . Fixed bug #65470 (Segmentation fault in zend_error() with 
++  . Fixed bug #65470 (Segmentation fault in zend_error() with
+     --enable-dtrace). (Chris Jones)
 +  . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
 +  . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van 
Hees)
 +
 +- Openssl:
 +  . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
 +    some cases). (Mark Jones)
 +
 +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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to