diff options
author | Zeev Suraski <zeev@php.net> | 2001-09-26 21:46:04 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-09-26 21:46:04 +0000 |
commit | 99a71e4418f20057048812effa4abaa1613ae67d (patch) | |
tree | 0ce870c4457b7c0f17249dae8914c133d8c0a53b | |
parent | dd01c11ee3a6045dc04cdb16ca8d5fa4022a8c37 (diff) | |
download | php-git-99a71e4418f20057048812effa4abaa1613ae67d.tar.gz |
More accurate NEWS entry
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ PHP 4.0 NEWS - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha) ?? ??? 200?, Version 4.0.7 -- Fixed pg_last_notice() (Zeev) +- Fixed pg_last_notice() (could cause random crashes in PostgreSQL applications, + even if they didn't use pg_last_notice()) (Zeev) - Fixed DOM-XML's error reporting, so E_WARNING errors are given instead of E_ERROR error's, this allows you to trap errors thrown by DOMXML functions. (Sterling) |