From 50e49b4a5fac5b9bf2e8cf2b184a3c47e834b8d6 Mon Sep 17 00:00:00 2001 From: Date: Sat, 25 Dec 1999 02:09:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/ChangeLog b/ChangeLog index 56d6e18ab8..c250acf000 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +1999-12-24 Sascha Schumann + + * .cvsignore + build.mk + build2.mk: Update .cvsignore, make build.mk more verbose + + * build2.mk: + Enable dependencies for UNIX. Because this only works, if you use + GNU make and GCC, you need to enable it manually by running + + $ touch php4/want_dependencies + +1999-12-24 Zeev Suraski + + * Makefile.am + php3_realpath.c + php4dll.dsp + php4dllts.dsp + php_realpath.c: php3_realpath.c -> php_realpath.c + + * configuration-parser.y: Fix warnings + +1999-12-24 Andi Gutmans + + * ext/sybase_ct/php_sybase_ct.c + ext/odbc/php_odbc.c + ext/standard/iptc.c + ext/standard/post.c + ext/standard/var.c + ext/dav/dav.c + ext/java/java.c + ext/com/COM.c + apidoc-zend.txt + main.c + rfc1867.c: + - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. + +1999-12-24 Sascha Schumann + + * sapi/apache/config.m4: + Add -rdynamic, if supported by gcc and static Apache build is used + + * configure.in: Remove --enable-low-memory, and preserve LIBS from TSRM + +1999-12-24 Andi Gutmans + + * sapi/isapi/php4isapi.c + ext/standard/array.c + ext/wddx/wddx.c + ext/session/session.c + ext/hyperwave/hw.c + ext/pcre/php_pcre.c: + - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much + more tricky and I'm not sure how many places this is. zval allocations + were only made directly in 11 places. + +1999-12-24 Zeev Suraski + + * configuration-parser.y + configuration-scanner.l + php.ini-dist: + - Beef up the INI file reader - it now supports PHP constants, as well as + bitwise operators on them (no more error_reporting = 7, from now on you + can use error_reporting = E_ALL & ~E_NOTICE + 1999-12-23 Andi Gutmans * php4dll.dsp: - Make the project compile again -- 2.40.0