1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 08:33:06 +02:00

NEWS update

This commit is contained in:
2001-12-24 01:12:37 +00:00
parent bda81affd2
commit e9bb88d51e

1
NEWS
View File

@@ -1,6 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.2.0-dev
- added function overload in mbstring to add multibyte support for string and mail functions.
- Added flags parameter to preg_grep(). The only flag currently is
PREG_GREP_INVERT that will make the function return entries that
did not match. (Andrei)