1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

add entry

This commit is contained in:
Sascha Schumann
2001-05-19 07:47:11 +00:00
parent aeebfc5908
commit 370c3418ad
+1 -1
View File
@@ -2,7 +2,6 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
- Fixed bugs in the mcrypt extension that caused crashes (Derick)
- Fixed bugs in the mcrypt extension that caused crashes (Derick)
- Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
specified that the drawn curve should be rounded. (Sterling)
- Fixed getopt so it accepts arguments in the form -<option><value> not
@@ -33,6 +32,7 @@ PHP 4.0 NEWS
- Upgraded expat to version 1.95.1. (Thies)
?? ??? 200?, Version 4.0.6
- Fixed readfile/passthru losing resources during connection abort (Sascha)
- Fixed race in writing session files. (Sascha)
- Fixed a possible crash in the PHP CGI when no input file is
specified. (Zeev)