From bea4f28474b22c3ddc897281e349b0375f539d9f Mon Sep 17 00:00:00 2001 From: Date: Mon, 17 Jun 2002 00:29:46 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 21 ++++++++++++++++++++ 2 files changed, 74 insertions(+) diff --git a/ChangeLog b/ChangeLog index b5ff6cc63f..dbbac11f1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2002-06-16 Stefan Esser + + * ext/standard/link.c: Fixed Bug #17790 + + - link and symlink now check uid and open_base_dir for link and its target + +2002-06-16 Hartmut Holzgraefe + + * ext/standard/formatted_print.c: + reverted patch depending on not yet commited work + +2002-06-16 Derick Rethans + + * ext/mcrypt/mcrypt.c: - Fix version in phpinfo(); + +2002-06-16 Andi Gutmans + + * configure.in: - Add zend_mm.c + +2002-06-16 Tomas V.V.Cox + + * pear/package-PEAR.xml: + Install the pear command under the bin_dir setting intead of the fixed + PHP_BINDIR + +2002-06-16 Hartmut Holzgraefe + + * ext/standard/formatted_print.c: make sprinf() locale-aware (Bug# 12647) + +2002-06-16 Sander Roobol + + * run-tests.php + tests/php.ini: + Made the tests (and not only run-tests.php) actually use php.ini-dist, and + removed unused php.ini file. + +2002-06-16 Markus Fischer + + * php.ini-recommended + php.ini-dist: - List new session.use_only_cookies option. + +2002-06-16 Stig Bakken + + * pear/scripts/pear.in + pear/package-PEAR.xml: * set include_path when running "pear" + +2002-06-16 Jani Taskinen + + * ext/xmlrpc/xmlrpc-epi-php.c: Fixed bug: #17732. + + xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be + passed by reference. + 2002-06-15 Markus Fischer * ext/gd/gd.c: - Be more verbose which index causes the warning. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3922830f9c..e8493f894c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,24 @@ +2002-06-16 Andi Gutmans + + * zend_execute.c + zend_execute.h + zend_execute_API.c: - Fix bug in class constants + - Start centralizing main class lookups. This will help implement + - __autload() + + * zend_mm.c + zend_mm.h: + - Remove debug code which doesn't work anymore and add headers. + + * zend_globals.h + zend_mm.c + zend_mm.h + zend_alloc.c + ZendTS.dsp: - Commit an initial version of a home made memory manager. + - It's just for seeing if this would be an advantage to PHP in MT + - environments. If this is to become production material there is still + - a long way to go. + 2002-06-15 Andi Gutmans * zend_objects.h -- 2.40.0