From: Date: Mon, 20 Dec 1999 02:09:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_TYPE~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=665078d0c4a193cf8db7e3c7fa4e60a1c8b53203;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fa7cf42bc2..04f754b6f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +1999-12-19 Zeev Suraski + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: Fix PostgreSQL build + + * php4.dsw + php4dll.dsp: Win32 updates + + * sapi/servlet/Makefile.am + sapi/servlet/servlet.dsp + sapi/apache/Makefile.am + sapi/apache/libphp4.module.in + sapi/isapi/php4isapi.dsp + ext/xml/Makefile.am + ext/pgsql/pgsql.dsp + ext/snmp/Makefile.am + ext/pgsql/Makefile.am + ext/mysql/Makefile.am + ext/mysql/mysql.dsp + ext/mssql/mssql.dsp + ext/informix/ifx.dsp + ext/java/Makefile.am + ext/java/java.dsp + ext/bcmath/Makefile.am + dl/setup + Makefile.am + build.mk + build2.mk + configure.in + dlist.c + genfiles + main.c + makedist + php4.dsp + php4.dsw + php4dll.dsp + php4dllts.dsp + php4ts.dsp + php4ts.dsw + php_modules.dsw: libzend -> Zend + +1999-12-19 Sascha Schumann + + * acconfig.h.in + configure.in: Fix broken sprintf handling in PHP + +1999-12-19 Danny Heijl + + * ext/informix/ifx.ec: + (ext/informix) function name changes: zend_get_parameters_ex (danny) + +1999-12-19 Zeev Suraski + + * ext/standard/array.c + ext/standard/basic_functions.c: + Support the latest update to call_user_function_ex() + +1999-12-19 Hartmut Holzgraefe + + * ext/imap/imap.c: + replaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriate + +1999-12-19 Sascha Schumann + + * ext/standard/string.c + acconfig.h.in + ext/session/mod_files.c: + Use zend_sprintf by default (which is defined to sprintf, if the system's + sprintf is useable). + + * reentrancy.c: Fix for missing RAND_MAX on SunOS 4.1 + + * configure.in: + Refine PEAR option. Since it does not reference anything external, it should be + AC_ARG_ENABLE instead of AC_ARG_WITH. + +1999-12-19 Evan Klinger + + * ext/dav/dav.c: DAV extension now compiles. + +1999-12-19 Sascha Schumann + + * ext/session/mod_files.c + ext/standard/string.c: + Use workaround function for sprintf, if the return value of sprintf is needed + +1999-12-19 Evan Klinger + + * SAPI.c: Fix for #2994 + 1999-12-17 Zeev Suraski * win32/winutil.c