diff options
author | Wez Furlong <wez@php.net> | 2004-04-23 13:28:05 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-04-23 13:28:05 +0000 |
commit | 16f8b66e461a11fa3d053b3c40bf04f9276f1e87 (patch) | |
tree | 675bc10e6b4cc36664cddc406d05034c22ef0fe7 | |
parent | eba2aa9bd046b98b5122186d01106561bb8ede29 (diff) | |
download | php-git-16f8b66e461a11fa3d053b3c40bf04f9276f1e87.tar.gz |
Another one bites the dust
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ PHP NEWS fails). (Frank) - Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus) - Fixed bug #27928 (sqlite incorrectly handles invalid filenames). (Ilia) +- Fixed bug #27974 (COM doesn't pass array parameters). (Wez) - Fixed bug #27865 (STDIN, STDOUT, STDERR are dup()d under CLI). (Wez) - Fixed bug #27821 (xml_parse() segfaults when xml_set_object() is called from class method). (Andi, Rob) |