[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS Zend/zend_API.c Zend/zend_builtin_functions.c

2013-08-29 Thread Dmitry Stogov
Commit:0f3977bc0fd31ee188ee50f44b130420812b93a9
Author:Dmitry Stogov dmi...@zend.com Thu, 29 Aug 2013 11:19:02 
+0400
Parents:   94816ed9bfe16bd1507a1abc708793e41c06ad79 
dfc6feb6e84f27094e6a2e3947caa094f7c35d26
Branches:  PHP-5.5 master

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

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

* PHP-5.4:
  Fixed bug #61759 (class_alias() should accept classes with leading 
backslashes). (Julien)
  Fixed bug #61759 (class_alias() should accept classes with leading 
backslashes). (Julien)

Conflicts:
NEWS

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

Changed paths:
  MM  NEWS
  MM  Zend/zend_API.c
  MM  Zend/zend_builtin_functions.c


Diff:
diff --cc NEWS
index f695ada,6169cd0..86eb571
--- a/NEWS
+++ b/NEWS
@@@ -8,12 -9,24 +8,14 @@@ PH
  DTRACE_FUNCTION_*). (Chris Jones)
. Fixed bug #65483 (quoted-printable encode stream filter incorrectly 
encoding
  spaces). (Michael M Slusarz)
 -  . 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 #65372 (Segfault in gc_zval_possible_root when return reference
 -fails). (Laruence)
 -  . 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)
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
 -  . Improved fix for bug #63186 (compile failure on netbsd). (Matteo)
. Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van 
Hees)
+   . Fixed bug #61759 (class_alias() should accept classes with leading
+ backslashes). (Julien)
 -  . Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
 -  . Cherry-picked some DTrace build commits (allowing builds on Linux,
 -bug #62691, and bug #63706) from PHP 5.5 branch
 -  . Fixed bug #61268 (--enable-dtrace leads make to clobber
 -Zend/zend_dtrace.d) (Chris Jones)
 +  . Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4).
 +(Nikita Popov)
  
  - cURL:
. Fixed bug #65458 (curl memory leak). (Adam)


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



[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS Zend/zend_API.c

2013-06-24 Thread Xinchen Hui
Commit:a6a3aa5d4930bd5134cc5f16e0c931c4a532b1da
Author:Xinchen Hui larue...@php.net Mon, 24 Jun 2013 23:49:30 
+0800
Parents:   ecd9d7625098bfc0a14ffa1fc39535848e71fc80 
9cf3e65391d6aa637e5471449499e957cff6ee89
Branches:  PHP-5.5 master

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

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

Conflicts:
Zend/zend_API.c

Changed paths:
  MM  NEWS
  MM  Zend/zend_API.c


Diff:
diff --cc NEWS
index 0a57834,2dbe468..a777e8d
--- a/NEWS
+++ b/NEWS
@@@ -1,14 -1,12 +1,15 @@@
  PHP
NEWS
  
|||
 -?? ??? 2013, PHP 5.4.18
 +?? ??? 2013, PHP 5.5.1
  
  - Core:
 -  . Fixed bug #65108 (is_callable() triggers Fatal Error). 
 -(David Soria Parra, Laruence)
. Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
  (Adam)
-   . Fixed bug #65108 (is_callable() triggers Fatal Error). (David Soria Parra)
++  . Fixed bug #65108 (is_callable() triggers Fatal Error). 
++(David Soria Parra, Laruence)
 +
 +OPcache
 +  . OPcache must be compatible with LiteSpeed SAPI (Dmitry)
  
  - CLI server:
. Fixed bug #65066 (Cli server not responsive when responding with 422 http


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