From: Date: Thu, 25 May 2000 01:09:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57735564ec20d349c4afcb4c6903aa01f26296c3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f256681d19..15ec5198c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2000-05-24 Andrei Zmievski + + * ext/standard/array.c + ext/standard/levenshtein.c: Fixed min()/max() segfault. + +2000-05-24 Sascha Schumann + + * configure.in: + Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX. + + Also fix the search path for sendmail. + +2000-05-24 Hartmut Holzgraefe + + * ext/sybase/sybase.c: proto takeover from php3 + +2000-05-24 Sascha Schumann + + * reentrancy.c + win32/readdir.c: + The behaviour for result == NULL || entry == NULL is undefined. + + * reentrancy.c: + If no further directory exists, php_readdir_r() returns success and sets + *result to NULL. + +2000-05-24 Frank M. Kromann + + * ext/exif/exif.dsp: + Adding PHP_EXIF directive to actually include the functions + + * php_modules.dsw: Updating workspace with the latest modules + + * ext/exif/exif.c + ext/exif/exif.dsp: Adding project for new exif module + +2000-05-24 Sascha Schumann + + * acinclude.m4 + configure.in + reentrancy.c: Support old-style readdir_r() + + * reentrancy.c: + Avoid building two versions of the time-related reentrant functions. + +2000-05-24 Rasmus Lerdorf + + * ext/exif/.cvsignore + ext/exif/Makefile.in + ext/exif/config.m4 + ext/exif/exif.c + ext/exif/php_exif.h: exif module + + * ext/gd/gd.c + ext/ldap/ldap.c: num_links is a long there + +2000-05-24 Thies C. Arntzen + + * ext/standard/array.c: remove gremlin + +2000-05-24 Jouni Ahto + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + Added PostgreSQL module info function. + +2000-05-24 Hartmut Holzgraefe + + * ext/standard/php_string.h: + php_basename() prototype changed according to latest changes in string.c + 2000-05-23 Sascha Schumann * ext/snmp/Makefile.in