summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-07-10 14:35:25 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-07-10 14:35:25 +0000
commit043ec51eb0e160f788ff86abe7df49d599212dae (patch)
treecc35f802a63a85b05bac4ee7ca3521858bc4fd73
parent4bbb8a001e71f746d9ec19ad60c88a237c6bfd9f (diff)
downloadphp-git-043ec51eb0e160f788ff86abe7df49d599212dae.tar.gz
manual update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7cef3cc53e..e8945e858e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
+- Improve range() function to support range('a','z') and range(9,0) types
+ of ranges. (Rasmus)
+- Add getmygid() and safe_mode_gid ini directive to allow safe mode to do
+ a gid check instead of a uid check. (James E. Flemer, Rasmus)
- 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)