From: Date: Fri, 25 Feb 2000 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0cfb4aee838f1375e061de5eb23b171d027d608;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4992c2389b..dfe6511e1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,128 @@ +2000-02-24 Stig Bakken + + * SAPI.c + SAPI.h + main.c + php_globals.h + php_ini.c + php_version.h + sapi/apache/mod_php4.c: + started implementing directives for default mimetype/charset + +2000-02-24 Zeev Suraski + + * ext/mysql/libmysql/libmysql.dsp: Update .dsp + +2000-02-24 Egon Schmid + + * ext/readline/readline.c: Thies I will give up until tomorrow. + + * ext/mcal/php_mcal.c + ext/icap/php_icap.c + ext/dba/dba.c: More protos. + + * ext/wddx/wddx.c: Is it ok, Andrei. + +2000-02-24 Zeev Suraski + + * ext/mysql/mysql.dsp + php4ts.dsp + sapi/isapi/php4isapi.dsp: - Fix Win32 build in Release_TS* modes + +2000-02-24 Egon Schmid + + * ext/wddx/wddx.c + ext/aspell/aspell.c: More protos. + +2000-02-24 Andrei Zmievski + + * main.c + php.ini-dist: Revert the y2k ini patches. + + + * main.c: Turn on y2k_compliance by default. + +2000-02-24 Kristian Köhntopp + + * php.ini-dist: + Set y2k_compliance to "On" by default, as we do have y2k now. + +2000-02-24 Egon Schmid + + * ext/session/session.c: More protos. + + * ext/standard/array.c: There are more '|' and should be mixed. + + * ext/zlib/zlib.c + ext/yp/yp.c: More protos. + +2000-02-24 Andrei Zmievski + + * TODO + ext/pcre/php_pcre.c: Fix bug #3599. + +2000-02-24 Egon Schmid + + * ext/xml/xml.c + ext/sysvsem/sysvsem.c + ext/sysvshm/sysvshm.c + ext/standard/assert.c: More protos. + +2000-02-24 Andrei Zmievski + + * ext/standard/array.c: Fix proto. + +2000-02-24 Sascha Schumann + + * sapi/apache/config.m4: - Fixed -DEAPI inheritance from APXS. + + * sapi/apache/config.m4: Improve APXS_CFLAGS checks + +2000-02-24 Thies C. Arntzen + + * configuration-parser.y: (pvalue_config_destructor) gets a zval* not a zval** + +2000-02-24 Sascha Schumann + + * sapi/apache/config.m4: Define EAPI, if Apache uses EAPI + + * sapi/apache/config.m4: + Remove XML_INCLUDE, we use the embedded expat always + + * ext/cybercash/cybercash.c: + Revert last commit (cybercash has its own version of base64.h) + +2000-02-24 Egon Schmid + + * ext/standard/pack.c + ext/standard/reg.c + ext/standard/string.c: Will watch the diffs as much as I can. + +2000-02-24 Thies C. Arntzen + + * ext/standard/dir.c: zorro does a Z - egon does an e? + +2000-02-24 Egon Schmid + + * ext/standard/array.c + ext/standard/iptc.c + ext/standard/math.c + ext/standard/microtime.c + ext/standard/exec.c + ext/standard/file.c + ext/standard/info.c + ext/standard/lcg.c + ext/standard/dir.c: More protos. + + * ext/standard/basic_functions.c: Most functions don't have protos. + + * ext/snmp/snmp.c + ext/pgsql/pgsql.c: More protos. + +2000-02-24 Sascha Schumann + + * build/ltlib.mk: WTF? + 2000-02-23 Zeev Suraski * ext/standard/basic_functions.c