diff options
author | <changelog@php.net> | 2000-07-15 01:09:07 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-07-15 01:09:07 +0000 |
commit | 5bd82b6a049ccbb6e13549673be0acb8f2f18f78 (patch) | |
tree | c84045d27d764059a88b00e8c160b2bb3c4a0421 | |
parent | 3fad10919f278307a36dc77b280fb487d5cf999a (diff) | |
download | php-git-5bd82b6a049ccbb6e13549673be0acb8f2f18f78.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +2000-07-14 Rasmus Lerdorf <rasmus@php.net> + + * ext/gd/gd.c: + Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for + imagetypes() function + + * ext/gd/gd.c + ext/gd/php_gd.h: + Add ImageTypes() function which returns a bitfield with the supported + image formats. 1=gif, 2=jpeg, 4=png and 8=wbmp + +2000-07-14 Zeev Suraski <zeev@php.net> + + * win32/README.txt: + Hopefully this will stop the php_mysql.dll questions that haunt us... + +2000-07-14 Rasmus Lerdorf <rasmus@php.net> + + * ext/standard/math.c: + Make it possible to specify an empty string as a thousands-seperator + in number_format() + +2000-07-14 Egon Schmid <eschmid@s.netic.de> + + * ext/mcal/php_mcal.c: Protos fixed. + +2000-07-14 Rasmus Lerdorf <rasmus@php.net> + + * ext/ldap/Makefile.in + ext/ldap/config.m4: Shared module support for LDAP extension + +2000-07-14 Mike Waychison <mwaychison@cobalt.com> + + * ext/imap/php_imap.c: + (imap_mail) Fixed a sizing of the arg parameter array. Was causing + Seg-Faults if rpath was specified. + +2000-07-14 Rasmus Lerdorf <rasmus@php.net> + + * ext/standard/datetime.c: + Use dashes and short day name in cookies since some browsers seem picky + about this + 2000-07-13 Egon Schmid <eschmid@s.netic.de> * ext/ftp/php_ftp.c: The description for protos need no period. |