Commit: e46beabe8fee2b46b174868cba4df1536b225713 Author: Stanislav Malyshev <s...@php.net> Fri, 28 Jun 2013 13:53:13 -0700 Parents: 3becd3879f847e8d43fdcedcb7cab8fb46a8ba73 e3d625bc4ef1f66a9c8f82d3d188ea71c783b65f Branches: PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e46beabe8fee2b46b174868cba4df1536b225713 Log: Merge branch 'bug61860' into PHP-5.4 * bug61860: small optimization fix bug #61860: use USearch for searches, it does the right thing Bugs: https://bugs.php.net/61860 Changed paths: MM NEWS Diff: diff --cc NEWS index 6c04f81,9ec6740..ffd89af --- a/NEWS +++ b/NEWS @@@ -17,29 -9,9 +17,31 @@@ PH - CLI server: . Fixed bug #65066 (Cli server not responsive when responding with 422 http status code). (Adam) + +- FPM: + . Fixed bug #63983 (enabling FPM borks compile on FreeBSD). + (chibisuke at web dot de, Felipe) + +- Imap: + . Fixed bug #64467 (Segmentation fault after imap_reopen failure). + (askalski at gmail dot com) - Intl: -- . Fixed bug #62759: Buggy grapheme_substr() on edge case. (Stas) ++ . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas) ++ . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions). ++ (Stas) + +- ODBC: + . Fixed bug #61387 (NULL valued anonymous column causes segfault in + odbc_fetch_array). (Brandon Kirsch) + +- PDO: + . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. + (Chris Jones) + +- Session + . Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as + documented). (Arpad) - Sockets: . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option). -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php