diff options
author | Jon Parise <jon@php.net> | 2001-06-19 18:13:08 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-06-19 18:13:08 +0000 |
commit | 2ee17dcc3bf1e42395f8054a4bc53f798a1b65dc (patch) | |
tree | 499ff95895bf5d5312fc072b1128c218aed91805 /NEWS | |
parent | dbd51aaf611a94b835f62e67543335b2a1802762 (diff) | |
download | php-git-2ee17dcc3bf1e42395f8054a4bc53f798a1b65dc.tar.gz |
This warrants a NEWS entry, I think.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- 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 bug fixes. (tim@mysql.com) - Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL |