We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71df1c commit c458e96Copy full SHA for c458e96
NEWS
@@ -1,6 +1,11 @@
1
PHP 4.0 NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 200?, Version 4.0.7-dev
4
+- Assigning to a string offset beyond the end of the string now automatically
5
+ increases the string length by padding it with spaces, and performs the
6
+ assignment (Zeev, Zend Engine)
7
+- Added warnings in case an uninitialized string offset is read (Zeev, Zend
8
+ Engine)
9
- Fixed a couple of overflow bugs in case of very large negative integer
10
numbers (Zeev, Zend Engine)
11
- Added new experimental module pcntl (Process Control) (Jason)
0 commit comments