From: Date: Tue, 18 Feb 2003 01:34:00 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~924 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abcd2363864885c4db7c0615e7ef0ae6fe43c5b8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6f4427fe97..134174afe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,163 @@ +2003-02-17 Georg Richter + + * ext/mysqli/tests/050.phpt + ext/mysqli/tests/051.phpt + ext/mysqli/tests/052.phpt + ext/mysqli/tests/053.phpt + ext/mysqli/tests/054.phpt + ext/mysqli/tests/055.phpt: + additional tests for non freed objects + +2003-02-17 Jani Taskinen + + * ext/snmp/config.m4: + MFB: Sanity check. + + * (PHP_4_3) + ext/snmp/config.m4: + Sanity check to prevent errors in other extensions tests. + + * NEWS: + Update + +2003-02-17 Georg Richter + + * ext/mysqli/tests/049.phpt: + test for mysql_fetch_row (oo-style) + +2003-02-17 Zeev Suraski + + * ext/rpc/com/com.c + ext/rpc/com/conversion.c + ext/rpc/com/dispatch.c + ext/rpc/com/variant.c + ext/snmp/winsnmp.c + ext/standard/file.c + ext/standard/flock_compat.c + ext/standard/ftp_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c + ext/standard/pack.c + ext/standard/rand.c + ext/w32api/w32api.c + ext/zlib/zlib.c + main/fopen_wrappers.c + main/main.c + main/network.c + main/php.h + main/php_open_temporary_file.c + sapi/apache/php_apache_http.h + sapi/cgi/cgi_main.c + sapi/isapi/php4isapi.c: + Win32 build improvements + +2003-02-17 Wez Furlong + + * sapi/isapi/php4isapi.c: + Fix build under win32 + +2003-02-17 Georg Richter + + * ext/mysqli/mysqli_fe.c: + added close method/alias for result object (for compatibility with + statement and + link objects) + + * ext/mysqli/tests/048.phpt: + test for OO-Implementation (bind_result) + +2003-02-17 Shane Caraveo + + * ext/standard/proc_open.c: + you know it's time to get away from the keyboard when you do this. + + fix my last fix + +2003-02-17 Derick Rethans + + * ext/standard/proc_open.c: + - Style polizei + +2003-02-17 Jani Taskinen + + * ext/standard/basic_functions.c + ext/standard/datetime.c + ext/standard/datetime.h + ext/standard/php_standard.h + ext/standard/php_sunfuncs.h + ext/standard/sunfuncs.c + ext/standard/sunfuncs.h + win32/php4dllts.dsp: + - Cleaned this mess a bit: + . Centralized the functions sunrise/sunset to php_sunrise_sunset + to lessen duplicate code. + . Made wrapper function php_do_date_sunrise_sunset() to lessen + duplicate code. + . Coding style fixes. + . renamed sunfuncs.h -> php_sunfuncs.h + + * ext/standard/tests/time/idate.phpt: + - These results were obviously got with TZ=GMT + + * ext/standard/tests/general_functions/sunfuncts.phpt: + Assuming the results were created in system with Asia/Jerusalem as TZ + +2003-02-17 Shane Caraveo + + * ext/standard/proc_open.c: + fix it the right way + +2003-02-17 Jani Taskinen + + * ext/standard/tests/general_functions/sunfuncts.phpt: + override precision ini setting + +2003-02-17 Shane Caraveo + + * sapi/cgi/cgi_main.c: + prevent possible crash if used in combo with mod_gzip + fix command line + + * ext/standard/proc_open.c: + If you pass NULL, you do not get a NULL value, make sure it is. + +2003-02-17 Jani Taskinen + + * ext/bcmath/libbcmath/src/bcmath.h + ext/bcmath/libbcmath/src/config.h + ext/ovrimos/ovrimos.c + ext/standard/flock_compat.c + win32/glob.c + win32/time.h + win32/winutil.c: + - Let's be consistent with these.. + +2003-02-17 Wez Furlong + + * main/php_streams.h + main/streams/context.h + main/streams/filter_api.h + main/streams/plain_wrapper.h + main/streams/userspace.h: + Move some of the streams header into supplementary files + + +2003-02-17 Shane Caraveo + + * run-tests2.php: + bring up to date with change in run-tests + +2003-02-17 Jani Taskinen + + * (PHP_4_3) + configure.in + main/php_version.h: + Bump up the version. + +2003-02-17 Wez Furlong + + * ext/standard/sunfuncs.c: + Fix compile warning + 2003-02-16 Wez Furlong * win32/installer/setini.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 11ec5ac731..6701b1a841 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2003-02-17 Zeev Suraski + + * zend_language_parser.y: + Whitespace & minor renames + + * zend_language_parser.y: + whitespace + + * zend_execute.c + zend_object_handlers.c + zend_object_handlers.h: + Improve handling of static member variables + + * zend_config.w32.h + zend_ini_parser.y: + Improve Win32 build performance + 2003-02-16 Zeev Suraski * zend_execute.c: