diff options
author | <changelog@php.net> | 2002-06-19 00:28:47 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-06-19 00:28:47 +0000 |
commit | 65a67889ef3c6eb07453d6b7c7b72017103588bb (patch) | |
tree | d5dd05abb0ca0fdffa9cf9d2953d21357a616d48 | |
parent | c7f2fca5f5aa706395606dc2b94d1b89883e67fb (diff) | |
download | php-git-65a67889ef3c6eb07453d6b7c7b72017103588bb.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +- Change the order of which modules are unloaded to the reverse order of + which they were loaded. (Derick, Zend Engine) - Fixed a crash in ereg_replace() when backreference number was greater than the number of subpatterns. (oliver@billix.franken.de) - Added preliminary SAX-Input support. It's now possible to build a DomDocument |