From: Date: Fri, 6 Oct 2000 01:09:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=472c1a099bfab2f44f635999dd16611d477da7f2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9e10fb7d89..a6352c7452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2000-10-05 Andi Gutmans + + * NEWS + ext/ftp/ftp.dsp + main/config.w32.h + main/internal_functions_win32.c + win32/php4dllts.dsp + win32/php_modules.dsw: - Add FTP extension to default Win32 build + + * CREDITS: - Update link + + * php4ext.dsw: - Remove old dsw + +2000-10-05 Rasmus Lerdorf + + * ext/skeleton/php_skeleton.h + ext/skeleton/skeleton.c: Get ext_skel working again + +2000-10-05 Andi Gutmans + + * NEWS + ext/posix/posix.c: - Clean-up original code and add to NEWS. + +2000-10-05 Brendan W. McAdams + + * ext/ccvs/ccvs.c + ext/ccvs/ccvs.h: Updated email address to reflect my php.net address. + I am no longer associated with Plexus InterActive (my plexmedia.com address) so + the old address is no longer any good. + +2000-10-05 Alexander Feldman + + * ext/posix/posix.c: + Fixed posix_addlimit() when adding the string "unlimited" to the result. + Now the posix_getrlimit() function does not cause core dump. + +2000-10-05 Jouni Ahto + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + - List entry types should be true globals. + +2000-10-05 Joey Smith + + * ext/sybase_ct/php_sybase_ct.c: + Add more missing protos and make folding style closer to mysql module. + +2000-10-05 Jani Taskinen + + * ext/domxml/config.m4: Now it really checks that libxml version is >= 2.0 + 2000-10-04 Sascha Schumann * ext/skeleton/skeleton.c: