Browse Source

Crash fix news.

experimental/ZendEngine2
Andrei Zmievski 24 years ago
parent
commit
90cbb8e02b
  1. 5
      NEWS

5
NEWS

@ -75,6 +75,11 @@ PHP 4.0 NEWS
- Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
?? ??? 200?, Version 4.1.0
- Fixed a bug preg_match_all() that would return results under improper indices
in certain cases. (Andrei)
- Fixed a crash in str_replace() that would happen if search parameter was an
array and one of the replacements results in subject string being empty.
(Andrei)
- Fixed MySQL extension to work with MySQL 4.0 (Jani)
- Fixed a crash bug within Cobalt systems. Patch by tomc@tripac.com. (Jani)
- Now bundling Dan Libby's xmlrpc-epi extension

Loading…
Cancel
Save