1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
This commit is contained in:
Brian Shire
2006-12-19 08:18:47 +00:00
parent d257696604
commit 8a3a61bcd0

2
NEWS
View File

@@ -204,6 +204,8 @@ PHP NEWS
- Fixed bug #36644 (possible crash in variant_date_from_timestamp()). (Ilia)
- Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)
(Ilia,Dmitry, Matt Wilmas)
- Fixed bug #30074 (apparent symbol table error with extract($blah, EXTR_REFS))
(shire)
- Fixed bug #29840 (is_executable() does not honor safe_mode_exec_dir
setting). (Ilia)