summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-06-21 15:07:14 +0000
committerZeev Suraski <zeev@php.net>2001-06-21 15:07:14 +0000
commita3739f10a4df62226a8a5f34d04f1e74acffda79 (patch)
tree7e5cfd68fdb060f46a3774ffecab31731970d252
parentcb0d2775fbbf442a7930bbd69f1136469d6d3337 (diff)
downloadphp-git-a3739f10a4df62226a8a5f34d04f1e74acffda79.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 466d61f1df..5e057f48ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
+- Fixed a crash bug in the string-offsets implementation (Zeev, Zend Engine)
+- Improved the implementation of parent::method_name() for classes which use
+ run-time inheritence (Zeev, Zend Engine)
- 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