From: Date: Fri, 20 Sep 2002 00:35:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2d899e0ddb8e3e793e59cc371a279173b2ad8e8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4660459417..e4c05e8e77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2002-09-19 Colin Viebrock + + * sapi/apache/php_apache.c + ext/standard/config.m4 + ext/standard/css.c + ext/standard/css.h + ext/standard/info.c + main/php_ini.c + sapi/aolserver/aolserver.c: + Change phpinfo() to use CSS styling instead of HTML code. + + It doesn't render as nicely as it used to on older browsers, but it + does result in smaller files, and opens the door to using your own CSS + to style it differently. + + There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so + Derick has the patch. + + * ext/calendar/cal_unix.c + ext/calendar/calendar.c + ext/calendar/easter.c: change my email address + +2002-09-19 Ilia Alshanetsky + + * ext/sysvmsg/config.m4: Fixed bug #19504 + Alligned 'Enable sysvmsg support' message. + +2002-09-19 Derick Rethans + + * ext/exif/config.m4 + ext/hwapi/config.m4 + ext/mbstring/config.m4 + ext/mime_magic/config.m4: - Align configure --help messages + +2002-09-19 Ilia Alshanetsky + + * ext/standard/exec.c + ext/standard/exec.h: Fixed bug #19313 + Fixed argument count check for system/exec/passthru functions + Added a check to system/exec/passthru functions to make sure execution + parameter is not blank before attempting to execute it. + + * ext/standard/datetime.c: Fixed bug #19414 + +2002-09-19 Derick Rethans + + * EXTENSIONS: - Add fribidi extension + + * ext/imap/php_imap.c: - Fix typo + +2002-09-19 Zeev Suraski + + * ext/standard/basic_functions.c: + Fix the last part of bug #13982 (ignore_user_abort() settings were 'leaking' + between requests) + + * main/main.c: Fix connection_status() + +2002-09-19 Dan Kalowsky + + * TODO: adding ODBC todo's + +2002-09-19 Adam Dickmeiss + + * ext/yaz/php_yaz.c: + Remove compatibility for old YAZ versions (use ZOOM API only) + + * ext/yaz/php_yaz.c: New option for yaz_connect: charset + +2002-09-19 Sascha Schumann + + * ext/dba/config.m4 + ext/dba/dba_cdb.c + ext/dba/install_cdb.sh: Add support for cdb-0.75 + + The install_cdb.sh script fills the gap of installing header files and + creating a cdb library which programs can link against. + +2002-09-19 Dan Kalowsky + + * ext/imap/php_imap.c: white space fix + 2002-09-18 Zeev Suraski * win32/php4dllts.dsp: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 144caae870..0c8d35dcfc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2002-09-19 Derick Rethans + + * zend_ini.c: - Make Colin happy + +2002-09-19 Zeev Suraski + + * zend.c + zend.h + zend_execute_API.c: MFZE1 - connection_status() fix + + * zend.c: Fix non ZTS build + + * zend.c: Fix that obscure crash in Debug_TS mode + 2002-09-18 Zeev Suraski * zend.c: