From: Date: Sun, 12 Mar 2000 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e20b13751b7f10343968519c271a28ad549fca95;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 75cd751a52..223f52e4a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2000-03-11 Andrei Zmievski + + * acconfig.h.in: Nuke DEBUG. + +2000-03-11 Kristian Köhntopp + + * ext/recode/php_recode.h + ext/recode/recode.c + ext/recode/setup.stub + acinclude.m4 + ext/recode/Makefile.in + ext/recode/config.m4: - Added additional DEFER macro. + - First stab at porting the recode module. Still having problems + with the _ex() functions, they core - why? + +2000-03-11 Andi Gutmans + + * ext/mhash/php_mhash.h + ext/imap/imap.c + ext/mcal/php_mcal.c + ext/mcrypt/php_mcrypt.h + ext/cybercash/cybercash.h + ext/gettext/php_gettext.h + ext/icap/php_icap.c: + - Oops I commited a name change for consistency of Zend/modules.h to + Zend/zend_modules.h before it being finished. Revert it + + * ext/mhash/php_mhash.h + ext/odbc/php_odbc.c + ext/standard/dns.c + ext/mcrypt/php_mcrypt.h + ext/mcal/php_mcal.c + ext/icap/php_icap.c + ext/imap/imap.c + ext/dbase/dbf_ndx.c + ext/gettext/php_gettext.h + build-defs.h.in + configure.in + dl/log/log_sql.c + ext/cybercash/cybercash.h + ext/db/db.c + php.h + win95nt.h: - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. + There are 2-3 third-party libs in PHP which use DEBUG and I left them + this way (primary example is pcrelib). + - Please test things and Andrei, can you check that pcrelib stopped + printing the warning messages? + + * ext/standard/dl.c: + - Don't load modules which have different debug and ZTS information than + PHP() (untested). Not sure how to handle API version. Should it also not + load? It probably should but it might bite us at some point. + Prevent from loading dynamic PHP modules which were compiled with different + debug and thread safety modes than PHP, which resulted in a crash (Andi) + +2000-03-11 Sascha Schumann + + * ltconfig + ltmain.sh + patch-aa + patch-ab: Upgrade to libtool 1.3.4 + +2000-03-11 Sam Ruby + + * sapi/servlet/Makefile.in: Unix classpath fixes + +2000-03-11 Sascha Schumann + + * configure.in: mkextlib is not created anymore + + * configure.in: We don't need mkextlib anymore + +2000-03-11 Charles Hagenbuch + + * ext/mcal/php_mcal.c: + switching the order of arguments of mcal_week_of_day() to be more flexible - + day, month, year now so that month and year can be defaulted at some point. + this is also consistent with the library function. + + * ext/mcal/php_mcal.c + ext/mcal/php_mcal.h: + Add mcal_week_of_year(), submitted by jtaskine@hit.fi. + 2000-03-10 Andrei Zmievski * .cvsignore: Add generated file.