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 4bbb8a0 commit 043ec51Copy full SHA for 043ec51
NEWS
@@ -1,6 +1,10 @@
1
PHP 4.0 NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 200?, Version 4.0.7-dev
4
+- Improve range() function to support range('a','z') and range(9,0) types
5
+ of ranges. (Rasmus)
6
+- Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
7
+ a gid check instead of a uid check. (James E. Flemer, Rasmus)
8
- Assigning to a string offset beyond the end of the string now automatically
9
increases the string length by padding it with spaces, and performs the
10
assignment (Zeev, Zend Engine)
0 commit comments