mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
ChangeLog update
This commit is contained in:
107
ChangeLog
107
ChangeLog
@@ -1,3 +1,110 @@
|
||||
2002-09-04 Yasuo Ohgaki <yohgaki@ohgaki.net>
|
||||
|
||||
* ext/pgsql/pgsql.c: php_error -> php_error_docref
|
||||
|
||||
2002-09-04 Stefan Esser <s.esser@e-matters.de>
|
||||
|
||||
* main/SAPI.c:
|
||||
This 2 lines should have been removed when the header() code was rewritten.
|
||||
|
||||
2002-09-04 Jani Taskinen <sniper@iki.fi>
|
||||
|
||||
* 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 <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* sapi/cgi/cgi_main.c: Fix headers when default content type is used.
|
||||
|
||||
2002-09-04 Martin Kraemer <Martin.Kraemer@fujitsu-siemens.com>
|
||||
|
||||
* 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 <sniper@iki.fi>
|
||||
|
||||
* ext/sockets/config.m4: Fix bug: #19212
|
||||
|
||||
2002-09-04 Sebastian Bergmann <sb@sebastian-bergmann.de>
|
||||
|
||||
* ext/overload/overload.c
|
||||
main/internal_functions_win32.c:
|
||||
Don't build ext/overload with Zend Engine 2.
|
||||
|
||||
2002-09-04 Dan Kalowsky <dank@deadmime.org>
|
||||
|
||||
* 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 <Martin.Kraemer@fujitsu-siemens.com>
|
||||
|
||||
* ext/fbsql/config.m4: Fix bogus test
|
||||
|
||||
2002-09-04 Anantha Kesari H Y <hyanantha@novell.com>
|
||||
|
||||
* 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 <yohgaki@ohgaki.net>
|
||||
|
||||
* 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<readjust@deneb.freemail.ne.jp>
|
||||
|
||||
2002-09-04 Dan Kalowsky <dank@deadmime.org>
|
||||
|
||||
* 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 <sniper@iki.fi>
|
||||
|
||||
* ext/standard/basic_functions.c
|
||||
|
||||
@@ -1,3 +1,40 @@
|
||||
2002-09-04 Sebastian Bergmann <sb@sebastian-bergmann.de>
|
||||
|
||||
* ZEND_CHANGES: Whitespace fixes.
|
||||
|
||||
2002-09-04 Stanislav Malyshev <stas@zend.com>
|
||||
|
||||
* zend_object_handlers.c: remove dead code
|
||||
|
||||
* ZEND_CHANGES
|
||||
zend_object_handlers.c: Fix __call and add some docs
|
||||
|
||||
2002-09-04 Sebastian Bergmann <sb@sebastian-bergmann.de>
|
||||
|
||||
* zend_object_handlers.c: Fix ZTS build.
|
||||
|
||||
* ZEND_CHANGES: TBD: __call(), __get(), __set().
|
||||
|
||||
2002-09-04 Stanislav Malyshev <stas@zend.com>
|
||||
|
||||
* 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 <sb@sebastian-bergmann.de>
|
||||
|
||||
* 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 <thies@thieso.net>
|
||||
|
||||
* zend_builtin_functions.c: nuke warning
|
||||
|
||||
Reference in New Issue
Block a user