summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian France <bfrance@php.net>2004-02-11 19:02:39 +0000
committerBrian France <bfrance@php.net>2004-02-11 19:02:39 +0000
commit8a3d87f766051e62646435f9219c8d1868b2b6b6 (patch)
treee511ad19e1a13bba71e3912b677879f631b5d101
parentd5b6608da57741462ac13509cb81a7b1af295cff (diff)
downloadphp-git-8a3d87f766051e62646435f9219c8d1868b2b6b6.tar.gz
- Added checks for invalid characters in a cookie name or cookie data
from setrawcookie. (Brian) - Added new pspell functions to set the dict-dir and data-dir options. (Brian)
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c173c971d3..e62cc41798 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5 Beta 4
+- Added checks for invalid characters in a cookie name or cookie data
+ from setrawcookie. (Brian)
+- Added new pspell functions to set the dict-dir and data-dir options. (Brian)
- Added support for ++ and += (and similar) to SimpleXML. (Andi, Zeev)
- Added infrastructure for ++ and += (and similar) to object overloading
modules. (Andi, Zeev)