From: Date: Sat, 15 Jul 2000 01:09:04 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fad10919f278307a36dc77b280fb487d5cf999a;p=php NEWS update --- diff --git a/NEWS b/NEWS index 93b4aac000..de0896f1c9 100644 --- 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