]> granicus.if.org Git - php/commitdiff
Update NEWS, test cvs commit
authorZeev Suraski <zeev@php.net>
Wed, 27 Jun 2001 20:04:39 +0000 (20:04 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 27 Jun 2001 20:04:39 +0000 (20:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 471141b1d89cd72a83db860a70c99d3657511bb6..5ca14a612821e202a336dc0243b293364b447096 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- Assigning to a string offset beyond the end of the string now automatically
+  increases the string length by padding it with spaces, and performs the
+  assignment (Zeev, Zend Engine)
+- Added warnings in case an uninitialized string offset is read (Zeev, Zend
+  Engine)
 - Fixed a couple of overflow bugs in case of very large negative integer
   numbers (Zeev, Zend Engine)
 - Added new experimental module pcntl (Process Control) (Jason)