1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00
This commit is contained in:
Colin Viebrock
2001-06-20 18:09:09 +00:00
parent a367c39c2e
commit 46847de73b

2
NEWS
View File

@@ -1,6 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
- added 'W' flag to date() function to return week number of year using
ISO 8601 standard (Colin)
- Allow the PostgreSQL driver to do internal row counting when iterating
through result sets. (gvz@2scale.net)
- Updated ext/mysql/libmysql to version 3.23.39; Portability fixes, minor