Commit: 05a843c25623e0eb6bdcc03a57156f6aceec1445 Author: Christopher Jones <[email protected]> Thu, 18 Oct 2012 18:55:15 -0700 Parents: c6d6ede4a80deec1b519b42dd7230571cc399a82 Branches: PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=05a843c25623e0eb6bdcc03a57156f6aceec1445 Log: Add fix & missing fix Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 49980d1..0f5ed8f 100644 --- a/NEWS +++ b/NEWS @@ -6,11 +6,15 @@ PHP NEWS . Fixed bug #63248 (Load multiple magic files from a directory under Windows). (Anatoliy) +- OCI8: + . Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) + (Chris Jones) + - PCRE: . Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite). (Dmitry, Laruence) -?? ??? 2012, PHP 5.4.8 +18 Oct 2012, PHP 5.4.8 - CLI server: . Implemented FR #63242 (Default error page in PHP built-in web server uses @@ -63,6 +67,9 @@ PHP NEWS . Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat) . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat) +- OCI8: + . Fixed bug #60901 (Improve "tail" syntax for AIX installation) (Chris Jones) + - OpenSSL: . Implemented FR #61421 (OpenSSL signature verification missing RMD160, SHA224, SHA256, SHA384, SHA512). (Mark Jones) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
