Commit: 69d187de02f771cae6c1a029ffd9a1b3b09d59d4 Author: Stanislav Malyshev <s...@php.net> Mon, 17 Jun 2013 00:15:59 -0700 Parents: aa2369f85a7d188b2b1c43f5bb3478ac59039a66 248414f132534c6fa99a94ebc69a7cfd88f8c443 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=69d187de02f771cae6c1a029ffd9a1b3b09d59d4 Log: Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: readline can output control codes Bug #55694: Update readline test to support attempted_completion_over variable Bug #55694: Expose attempted_completion_over variable from readline library Bugs: https://bugs.php.net/55694 Changed paths: MM NEWS Diff: diff --cc NEWS index d10d3f6,70188f5..e56e6f6 --- a/NEWS +++ b/NEWS @@@ -18,6 -24,21 +18,10 @@@ PH . Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same db server). (Laruence) -- PDO_DBlib: - . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib). - (Stanley Sufficool) - . Fixed bug #64338 (pdo_dblib can't connect to Azure SQL). (Stanley - Sufficool) - . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed - statement crashes). (Stanley Sufficool) - -- PDO_pgsql: - . Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi) - + - Readline: - . Implement FR #55694 (Expose additional readline variable to prevent ++ . Implement FR #55694 (Expose additional readline variable to prevent + default filename completion). (Hartmel) + - SPL: . Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems). (Laruence) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php