1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00

NEWS update

This commit is contained in:
2001-05-05 01:09:13 +00:00
parent b379cd968c
commit 5e3eec8d46

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.6
- Fixed a bug in preg_split() that would incorrectly limit the number of
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Added connection error support to mysql_error() and mysql_errno() (Jason)
- Added support to getimagesize to return dimensions of BMP and PSD
files (Derick)
- Added Japanese multibyte string functions support. (Rui)