]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 15 Jul 2000 01:09:04 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Sat, 15 Jul 2000 01:09:04 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 93b4aac000b4f0aa64514afebc717f08ce35bf71..de0896f1c9a90d68a790ce9f6b4c7ddf0327bb34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2
+- Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
+  imagetypes() function (Rasmus)
+- Add ImageTypes() function which returns a bitfield with the supported
+  image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)
+- Make it possible to specify an empty string as a thousands-seperator
+  in number_format()
+- Shared module support for LDAP extension (Troels Arvin)
+- Fixed a bug with imap_mail where apache would segfault if the rpath
+  parameter was specified.
+- Use dashes and short day name in cookies since some browsers seem picky
+  about this (Rasmus)
 - Making pspell compile as a shared module
 - Added 3 additional arguments to the user-defined error handler - the file
   name and line number in which the error occured, and the context (local