summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-06-27 20:04:39 +0000
committerZeev Suraski <zeev@php.net>2001-06-27 20:04:39 +0000
commitc458e960e0b2e3417b9d141f923bee04ac4896de (patch)
treeb2e59d0464271651aa2ea49d5e7f6cf6f37438b5
parenta71df1c158fc88e549659cd8ded36ab00beb4103 (diff)
downloadphp-git-c458e960e0b2e3417b9d141f923bee04ac4896de.tar.gz
Update NEWS, test cvs commit
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 471141b1d8..5ca14a6128 100644
--- 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)