]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 17 Jun 2002 00:29:46 +0000 (00:29 +0000)
committer <changelog@php.net> <>
Mon, 17 Jun 2002 00:29:46 +0000 (00:29 +0000)
ChangeLog
Zend/ChangeLog

index b5ff6cc63fd798762292563b5e1eff872f570967..dbbac11f1ae7c59083d40f984014134bd004ab3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2002-06-16  Stefan Esser  <s.esser@e-matters.de>
+
+    * 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  <hartmut@six.de>
+
+    * ext/standard/formatted_print.c:
+    reverted patch depending on not yet commited work
+
+2002-06-16  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/mcrypt/mcrypt.c: - Fix version in phpinfo();
+
+2002-06-16  Andi Gutmans  <andi@zend.com>
+
+    * configure.in: - Add zend_mm.c
+
+2002-06-16  Tomas V.V.Cox  <cox@idecnet.com>
+
+    * pear/package-PEAR.xml:
+    Install the pear command under the bin_dir setting intead of the fixed
+    PHP_BINDIR
+
+2002-06-16  Hartmut Holzgraefe  <hartmut@six.de>
+
+    * ext/standard/formatted_print.c: make sprinf() locale-aware (Bug# 12647)
+
+2002-06-16  Sander Roobol  <phy@wanadoo.nl>
+
+    * 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  <mfischer@guru.josefine.at>
+
+    * php.ini-recommended
+      php.ini-dist: - List new session.use_only_cookies option.
+
+2002-06-16  Stig Bakken  <ssb@fast.no>
+
+    * pear/scripts/pear.in
+      pear/package-PEAR.xml: * set include_path when running "pear"
+
+2002-06-16  Jani Taskinen  <sniper@iki.fi>
+
+    * 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  <mfischer@guru.josefine.at>
 
     * ext/gd/gd.c: - Be more verbose which index causes the warning.
index 3922830f9c883d615ebaca92a1d379e6718e4f82..e8493f894c131fb679f2968fdcf65e239717f65e 100644 (file)
@@ -1,3 +1,24 @@
+2002-06-16  Andi Gutmans  <andi@zend.com>
+
+    * 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  <andi@zend.com>
 
     * zend_objects.h