diff options
author | <changelog@php.net> | 2001-05-05 01:09:13 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-05-05 01:09:13 +0000 |
commit | 5e3eec8d465d2fb1d28094a6015c399bcb226e93 (patch) | |
tree | c1d7fc988b4a506c74a7d15aecb7612c79a98584 | |
parent | b379cd968cc4b70ae7df7e058e8f8f8a756743e6 (diff) | |
download | php-git-5e3eec8d465d2fb1d28094a6015c399bcb226e93.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |