summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-12-14 02:34:15 +0000
committerfoobar <sniper@php.net>2001-12-14 02:34:15 +0000
commitef1b6c0b6810cd49a5651048a0e1b9feebcdd51b (patch)
treeee2bb1e072dd02e772504a2646998472c24cc144
parentfb234adcf780b202e1c5d93e5316650a988de7e3 (diff)
downloadphp-git-ef1b6c0b6810cd49a5651048a0e1b9feebcdd51b.tar.gz
Missing period. :)
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dba782404c..307c2f4f30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.2.0-dev
-- Fixed several crash bugs in the mcrypt extension (Derick)
+- Fixed several crash bugs in the mcrypt extension. (Derick)
- Added concepts to IRCG: bailout-on-trivial issue, write output to
files, fetch a ressource upon connection end. (Sascha)
- Fixed POST-related bugs in thttpd, added QUERY_STRING, HTTP_HOST,