diff options
author | Antony Dovgal <tony2001@php.net> | 2006-09-11 14:30:17 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-09-11 14:30:17 +0000 |
commit | f3ae2fea43700be550c5ace6bdf1d821eca6670a (patch) | |
tree | f2e2c8def92055ba0d68c945f02d143a1355966b | |
parent | d6ee9d48109814a3ba8e9879f5ab63466f4327be (diff) | |
download | php-git-f3ae2fea43700be550c5ace6bdf1d821eca6670a.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ (marci at balabit dot hu, Tony) - Removed current working directory from the php.ini search path for CLI and readded it for other SAPIs (restore to pre 5.1.x behavior). (Edin) +- Fixed bug #38779 (engine crashes when require()'ing file with syntax error + through userspace stream wrapper). (Tony, Dmitry) - Fixed bug #38759 (PDO sqlite2 empty query causes segfault). (Tony) - Fixed bug #38721 (Invalid memory read in date_parse()). (Tony, Derick) - Fixed bug #38700 (SoapClient::__getTypes never returns). (Dmitry) |