Commit:    c877fcf6eca2a2836957a83539f6a8a4a1976ae2
Author:    Stanislav Malyshev <s...@php.net>         Sun, 17 Feb 2013 01:19:08 
-0800
Parents:   d3291de51a169b2141460ff2e432774fe84cc90e 
59b016192dd52f40591ad969e1ce7c1bfcb947a3
Branches:  PHP-5.5 master

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

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

* PHP-5.4:
  Added HTTP codes as of RFC 6585

Changed paths:
  MM  NEWS
  MM  sapi/cgi/cgi_main.c
  MM  sapi/cli/php_cli_server.c


Diff:
diff --cc NEWS
index 90a0982,02e8d64..2cabbbe
--- a/NEWS
+++ b/NEWS
@@@ -1,18 -1,10 +1,19 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2012, PHP 5.4.13
 +?? ??? 201?, PHP 5.5.0 Beta 1
  
  - Core:
+   . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
 +  . Fixed bug #64135 (Exceptions from set_error_handler are not always
 +    propagated). (Laruence)
 +  . Fixed bug #63830 (Segfault on undefined function call in nested 
generator).
 +    (Nikita Popov)
 +  . Fixed bug #60833 (self, parent, static behave inconsistently 
 +    case-sensitive). (Stas, mario at include-once dot org)
 +  . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
    . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
 +  . Added ARMv7/v8 versions of various Zend arithmetic functions that are
 +    implemented using inline assembler (Ard Biesheuvel)
  
  - CLI server:
    . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)


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

Reply via email to