From: Date: Wed, 16 Aug 2000 01:09:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9148b4d16b28840ecf042c60a876f9266f1cbde0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c16e6dcb68..3a42815cb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2000-08-15 Sascha Schumann + + * build/rules.mk: Change the C++ extension to .cpp + +2000-08-15 Uwe Steinmann + + * ext/fdf/fdf.c: - Inserted constants for fdf flags + +2000-08-15 Sterling Hughes + + * ext/swf/php_swf.h + ext/swf/swf.c: Fix stdout support with the swf extension. + +2000-08-15 Sascha Schumann + + * main/main.c: + Fix varargs handling. The assignments are not necessary at all and + cause problems on various platforms, so we get rid of them. + +2000-08-15 Sterling Hughes + + * ext/curl/php_curl.h: Leftovers... + + * ext/curl/curl.c: Add Win32 support for cURL. + + + * ext/curl/curl.c + ext/curl/php_curl.h: This fixes to problems: + + - Apache not having the output go to stdout in some cases. + - Output being displayed before the header is displayed. + + And causes the following: + + - *Slightly* slower cURL transfers. + +2000-08-15 Zeev Suraski + + * main/main.c: Sync with Zend + +2000-08-15 Derick Rethans + + * ext/mcrypt/mcrypt.c: - Clearified which version of libmcrypt is enabled + +2000-08-15 Stanislav Malyshev + + * ext/standard/basic_functions.c: + Fix byteorder for il2long and long2ip (#6159) + +2000-08-15 David Croft + + * php.ini-dist + php.ini-optimized: + renamed ini section, quoted default host and tabulated. + + + * ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: + display ini file entries on phpinfo(), unregister them on shutdown + numeric ini file entries stored as ints + removed unnecessary casts from PFPROG() + pval -> zval + 2000-08-14 Brendan W. McAdams * ext/ccvs/TODO: