1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Update NEWS

This commit is contained in:
Zeev Suraski
2001-05-06 15:01:17 +00:00
parent 686eab894c
commit f5643011f4

6
NEWS
View File

@@ -1,9 +1,11 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7
- Add pg_last_notice() function (Rasmus from suggestion by Dirk@rackspace.com)
?? ??? 200?, Version 4.0.6
- Improved interactive mode - supports function calls, and works in
multithreaded builds (Zeev, Zend Engine)
- Fixed a crash bug in interactive mode (Zeev, Zend Engine)
- Add pg_last_notice() function (Rasmus from suggestion by Dirk@rackspace.com)
- 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)