From: Date: Tue, 11 Mar 2003 01:33:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f949bbfa1fcf71df087e1e3b2ecf06a4f2eda25;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 34c338e28b..163bd81fa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,140 @@ +2003-03-10 Jani Taskinen + + * ext/standard/url_scanner_ex.c: + touch + + * ext/standard/url_scanner_ex.re: + 64bit issue fixed + +2003-03-10 J Smith + + * tests/classes/__set__get_001.phpt: + modified test to reflect change in var_dump(). + +2003-03-10 Moriyoshi Koizumi + + * ext/standard/tests/strings/bug22224.phpt + tests/lang/bug22231.phpt: + Modified the test to reflect the recent change on var_dump() + +2003-03-10 David Hill + + * ext/pgsql/pgsql.c + ext/standard/url_scanner.c + ext/standard/url_scanner_ex.c: + Correcting int/long mismatched - 64bit issues. + +2003-03-10 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/gd/libgd/gdft.c: + Fixed bug #22613 (imagettfbox() does not add the kerning distance to the + running position). + Fixed few possible memory leaks. + +2003-03-10 David Hill + + * ext/ftp/php_ftp.c + ext/ftp/php_ftp.c + ext/sockets/sockets.c + ext/sockets/sockets.c: + fixing missed int to long with zend_parse_parameters + +2003-03-10 Andrei Zmievski + + * ext/standard/var.c: + Print the object handle (it's useful). + +2003-03-10 David Hill + + * ext/pfpro/php_pfpro.h + ext/skeleton/php_skeleton.h + ext/yaz/php_yaz.h + ext/zlib/php_zlib.h + main/php_globals.h: + 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) + +2003-03-10 Jani Taskinen + + * acinclude.m4 + configure.in: + - Always use the shtool mkdir. + + * NEWS: + this is in the 4_3 branch + +2003-03-10 David Hill + + * (PHP_4_3) + ext/pfpro/php_pfpro.h + ext/skeleton/php_skeleton.h + ext/yaz/php_yaz.h + ext/zlib/php_zlib.h + main/php_globals.h: + 64-bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) + +2003-03-10 Jani Taskinen + + * (PHP_4_3) + sapi/apache2filter/config.m4 + sapi/apache2handler/.cvsignore + sapi/apache2handler/CREDITS + sapi/apache2handler/EXPERIMENTAL + sapi/apache2handler/README + sapi/apache2handler/apache_config.c + sapi/apache2handler/config.m4 + sapi/apache2handler/php.sym + sapi/apache2handler/php4apache2.dsp + sapi/apache2handler/php_apache.h + sapi/apache2handler/php_functions.c + sapi/apache2handler/sapi_apache2.c: + - MFH: apache2handler sapi module + - Changed apache2filter to use --with-apxs2filter + + * sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4: + - Changed --with-apxs2 for apache2handler. + + +2003-03-10 Shane Caraveo + + * (PHP_4_3) + ext/standard/tests/time/mktime.phpt: + fix line endings in file + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + fix using stdin. This was already fixed in php5. + +2003-03-10 Jani Taskinen + + * ext/fdf/fdf.c: + cs & ws fixes + + * (PHP_4_3) + ext/fdf/fdf.c: + no c++ comments.. + +2003-03-10 Shane Caraveo + + * (PHP_4_3) + ext/standard/tests/strings/bug21453.phpt: + line endings on win32 made the var_dump'ed string 4 bytes longer. this + should work on all platforms. + + * (PHP_4_3) + ext/standard/tests/reg/009.phpt: + splitting on whitespace will be different depending on platform, so be + specific with the line ending. + + * (PHP_4_3) + ext/standard/tests/file/fopencookie.phpt: + make test happy by adding missing functions to avoid warnings, taken from + user_stream.c + 2003-03-09 Sara Golemon * ext/standard/basic_functions.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b07fc2cb39..039ae1eb8b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2003-03-10 Zeev Suraski + + * zend_compile.c: + Clean redundant code + +2003-03-10 Jani Taskinen + + * zend_compile.c: + Fixed some leaks. Patch by Moriyoshi + +2003-03-10 Shane Caraveo + + * zend_config.w32.h: + fix isinf for win32 + 2003-03-09 Zeev Suraski * zend_language_parser.y: