diff --git a/ChangeLog b/ChangeLog index 13fbff0c4b8..d6efebc56ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2002-09-04 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: php_error -> php_error_docref + +2002-09-04 Stefan Esser + + * main/SAPI.c: + This 2 lines should have been removed when the header() code was rewritten. + +2002-09-04 Jani Taskinen + + * sapi/cgi/config.m4 + sapi/pi3web/config.m4 + ext/xmlrpc/config.m4 + ext/xslt/config.m4 + ext/zlib/config0.m4 + ext/session/config.m4 + ext/xml/config.m4 + ext/mbstring/config.m4 + ext/mysql/config.m4 + ext/pdf/config.m4 + ext/curl/config.m4 + ext/domxml/config.m4 + ext/gd/config.m4 + configure.in + acinclude.m4: - Added --disable-all configure option. + + * configure.in: MFH: Fix the missing libgcc problems. + + * ext/cyrus/config.m4: ws fix + + * ext/cyrus/config.m4: + Fix the shared build (nobody ever build this as shared?) + +2002-09-04 Marcus Börger + + * sapi/cgi/cgi_main.c: Fix headers when default content type is used. + +2002-09-04 Martin Kraemer + + * ext/cyrus/config.m4: + The sasl.h file is in .../include/sasl/ (at least in cyrus-sasl-2.1.6) + +2002-09-04 Jani Taskinen + + * ext/sockets/config.m4: Fix bug: #19212 + +2002-09-04 Sebastian Bergmann + + * ext/overload/overload.c + main/internal_functions_win32.c: + Don't build ext/overload with Zend Engine 2. + +2002-09-04 Dan Kalowsky + + * ext/session/config.m4: sniper claims its safe to take these out as well. + + * ext/session/mod_files.c: taking out the PWRITE calls too + + * ext/session/mod_files.c: Taking out the PWRITE functions too... + + * ext/session/mod_files.c: MFH, removing PREAD for Bug #15983 + + * ext/session/mod_files.c: This fixes Bug #19022 and #15983 + +2002-09-04 Martin Kraemer + + * ext/fbsql/config.m4: Fix bogus test + +2002-09-04 Anantha Kesari H Y + + * netware/phplib.mak: + Makefile to build for NetWare: extensions, main, netware & regex files + + * netware/buildlib.bat: + Batch file to build extensions and files under main, netware and regex folders + + * ext/bcmath/libbcmath/src/config.h: To include the NetWare config file + +2002-09-04 Yasuo Ohgaki + + * php.ini-dist + php.ini-recommended: Fixed mbstring.func_overload description. + + * ext/iconv/config.m4 + ext/iconv/iconv.c + ext/iconv/iconv.dsp + ext/iconv/php_iconv.h + ext/iconv/tests/translit.phpt: Fixed undefiend referece at build time. + Fixed transilit test script. + Make fixes available on Windows. + Patch by Yoshimori Koizumi + +2002-09-04 Dan Kalowsky + + * ext/fbsql/php_fbsql.c: + Fix for bug #19155 UNTESTED. Unfortunately I don't have a way to test it + hopefully the user will. + + * ext/fbsql/php_fbsql.h: No more C++ comments again + + * ext/fbsql/php_fbsql.h: No C++ comments, again! + + * ext/fbsql/php_fbsql.c: No C++ Comments + + * ext/fbsql/php_fbsql.c: No C++ comments + 2002-09-03 Jani Taskinen * ext/standard/basic_functions.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b4c5f8bc830..3b97dc132f3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,40 @@ +2002-09-04 Sebastian Bergmann + + * ZEND_CHANGES: Whitespace fixes. + +2002-09-04 Stanislav Malyshev + + * zend_object_handlers.c: remove dead code + + * ZEND_CHANGES + zend_object_handlers.c: Fix __call and add some docs + +2002-09-04 Sebastian Bergmann + + * zend_object_handlers.c: Fix ZTS build. + + * ZEND_CHANGES: TBD: __call(), __get(), __set(). + +2002-09-04 Stanislav Malyshev + + * zend.h + zend_compile.c + zend_compile.h + zend_execute.c + zend_extensions.h + zend_object_handlers.c + zend_objects.c: Support for __get, __set and __call in classes. + This should work as follows: if class hasn't member with given name, + __get/__set is called. If class has no method with given name, __call is called. + __get/__set are not recursive, __call can be. + +2002-09-04 Sebastian Bergmann + + * ZEND_CHANGES: Workaround for superfluous comma in var_export() result. + + * ZEND_CHANGES: + Let debug_backtrace() example print out the class name, if applicable, and the function/method arguments. + 2002-09-03 Thies C. Arntzen * zend_builtin_functions.c: nuke warning