1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

Crash fix news.

This commit is contained in:
Andrei Zmievski
2001-11-10 23:58:23 +00:00
parent 3942e2a8bd
commit 90cbb8e02b

5
NEWS
View File

@@ -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