From: Date: Sat, 13 Apr 2002 00:26:23 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3c0fc38b9495911eacb829a9ecdfd42b23d66b4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d81485bc59..4f274ef759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,145 @@ +2002-04-12 Jani Taskinen + + * sapi/apache2filter/config.m4 + sapi/apache/config.m4: + - Added checks to prevent building the DSO with wrong configure option. + +2002-04-12 Aaron Bannert + + * sapi/apache2filter/sapi_apache2.c: + Fix a typo and a build error detected by the lovely HPUX11 ANSI C compiler. + +2002-04-12 Jani Taskinen + + * ext/exif/exif.c: Fix the build. + + * ext/zlib/zlib.c: Do NOT use C++ comments in C code. + +2002-04-12 jim winstead + + * RELEASE_PROCESS: + remove this, since it doesn't describe the current process, and is + under a silly license. + +2002-04-12 Derick Rethans + + * main/php_version.h + configure.in: - Swap back development version numbers + +2002-04-12 Wez Furlong + + * ext/openssl/openssl.c: fix build with ZE2 + +2002-04-12 Derick Rethans + + * configure.in + main/php_version.h: - Go with RC3 + +2002-04-12 Wez Furlong + + * main/php_streams.h: fix segfault + +2002-04-12 Sascha Schumann + + * build/rules.mk + build/rules_common.mk + build/rules_pear.mk + build/program.mk: Gone they are.. files related to the old build-system + +2002-04-12 Jan Lehnardt + + * ext/pcntl/tests/001.phpt: - MFB (4_2_0) + + * ext/pcntl/tests/001.phpt: - fix testcase + - patch by: Roman Neuhauser + +2002-04-12 Marcus Börger + + * ext/exif/exif.c + ext/exif/tests/001.phpt + ext/exif/tests/003.phpt: + Ini settings for internal encoding and decoding of Unicode and JIS formatted user comments. + +2002-04-12 Frank M. Kromann + + * ext/zlib/zlib.c: Removing a unused local variable. + Setting the size before returning the value in readgzfile + +2002-04-12 Marcus Börger + + * ext/mbstring/mbstring.h + ext/mbstring/mbstring.c: -new function php_mb_check_encoding_list + -mark module globals as const (thread safety) + +2002-04-12 Sander Roobol + + * ext/mbstring/tests/003.phpt: MFH + + * ext/mbstring/tests/003.phpt: This test should be skipped if(!cgi) + +2002-04-12 Rui Hirokawa + + * ext/mbstring/mbstring.c: + fixed a bug which causes crash when charset is not set. + +2002-04-12 Marcus Börger + + * ext/mbstring/mbstring.c: -fix mb_detect_order + -php_mbstring_parse_encoding_list/array return 0 on any illegal input + +2002-04-12 Uwe Steinmann + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: - added method DomNode->remove_child() + + * ext/domxml/php_domxml.h: - fixed stupid compile error + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: + - insert_before(): copy node before doing the insert + - append_child(): actually do an append child and not and add sibling + - what is called xmlDtd in libxml is actually the class DocumentType + in DOM. The domxml extension used a class DomDtd which is not defined + in the DOM standard. Instead of using DomDtd DomDocumentType is now + used. DomDtd has been renamed to Dtd but has not meaning anymore. + - added more functions + +2002-04-12 Sebastian Bergmann + + * win32/php4dll.dsp: Sync with php4dllts. + + * win32/php4dllts.dsp + win32/php4dll.dsp: MFH (Reduce warning level for re2c generated files. + +2002-04-12 Yasuo Ohgaki + + * run-tests.php: + Enable CGI binary for testing. CGI binary should be used when it's + available, since some tests cannot be performed by CLI. (And + many of them are just failing now) + Fixed SAPI and VERSION output. + + * Makefile.global: Be nice to php.ini-recommended users. + php.ini-recommended uses output buffer resulting delayed output during + "make test". User php.ini file is used anyway, since run-tests.php + invoke php for each test from there. + +2002-04-12 Rasmus Lerdorf + + * ext/exif/tests/003.phpt: + This exif test was failing because the \0's in the expected output had + disappeared. It may be CVS doing this. I have put the nulls back, but we + may have to mark this as a binary file in th cvswrappers, or rewrite the + test to not output nulls. + +2002-04-12 Yasuo Ohgaki + + * ext/xslt/config.m4: Update Sablotron version supported. + + * sapi/cgi/cgi_main.c + main/php_ini.c + sapi/cli/php_cli.c: CGI/CLI take file and dir for -c option by this. + 2002-04-11 Marcus Börger * ext/mbstring/mbstring.c: