1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
This commit is contained in:
Pierre Joye
2009-06-09 14:10:08 +00:00
parent 368569c05b
commit 2276bc5188
+2
View File
@@ -23,6 +23,8 @@ PHP NEWS
--enable-zend-multibyte is used). (Jani)
- Fixed bug #48188 (Cannot execute a scrollable cursors twice with
PDO_PGSQL). (Matteo)
- Fixed bug #41874 (separate STDOUT and STDERR in exec functions).
(Kanwaljeet Singla, Venkat Raman Don, Pierre)
- Fixed bug #38802 (max_redirects and ignore_errors).
(patch by datibbaw@php.net)
- Fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists).