summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-16 05:43:04 +0000
committerfoobar <sniper@php.net>2002-03-16 05:43:04 +0000
commitfe976659fdaba79f3ddd6537a1a2c1cb9027070c (patch)
treecb91f38cf3718053a920cf56ef4ee6f73b348d99
parent29cb19ad1848fc74e542daaa2f58f501ea4e78a8 (diff)
downloadphp-git-fe976659fdaba79f3ddd6537a1a2c1cb9027070c.tar.gz
- Do not use @ when you're merging the fixes to the release branch.
Instead, edit the NEWS file manually.
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f328d919bb..de6b657199 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
-- fixed a bug that caused php to crash in php_COM_get_ids_of_names() (Harald, Paul)
- Fixed memory allocation problem on systems that have iconv() support in libc.
(Yasuo)
- Made var_dump() handle recursive structures better. (Yasuo)
@@ -84,6 +83,8 @@ PHP 4 NEWS
- Added debug_zval_dump() which works similarly to var_dump, but displays
extra internal information such as refcounts and true type names. (Jason)
- Added Andrei's tokenizer extension. (Stig)
+- Fixed a bug in the COM extension which caused php to crash in
+ php_COM_get_ids_of_names(). (Paul, Harald)
- Removed ext/satellite. It is now part of PEAR. (eriksson)
- Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon
separated path (like 'include_path') rather than a single directory.