]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 5 Jun 2000 02:15:14 +0000 (02:15 +0000)
committer <changelog@php.net> <>
Mon, 5 Jun 2000 02:15:14 +0000 (02:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4ae4cfea8e6999310375638fb472ce067ab4374b..c1e3ecd99b2f03d20f46406ec190ce572765b5db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.1
+- Added functions pg_loimport(), pg_loexport(). (Jouni)
+- Add SWF support to getimagesize() function (Derick Rethans)
+- Add support for both indexed and non-indexed arrays of file uploads
+  eg. name="file[]" type="file" (Rasmus)
 - Added create_function(), which gives the ability to create functions
   on-the-fly (Zeev, Zend Engine)
 - Added support for comparisons of arrays (with arrays) and objects (with