From: Date: Mon, 10 Jun 2002 00:37:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0258d9e2ee30513bce2ededa7f5239922d6756bb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 113fe05265..fab8e05741 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2002-06-09 Tomas V.V.Cox + + * pear/Makefile.frag: Commented out old unused stuff + + + * pear/scripts/phptar.in: Moved to pear/Archive_Tar/scripts + + * pear/PEAR/Frontend/Gtk.php: + if (!dl(php_gtk)) die("Unable to load the php_gtk extension\n"); + + * pear/PEAR/Frontend/CLI.php: + Beautify config-show output, some wrap changes and fix small + issue with _tableRow() with line counting + +2002-06-09 Jani Taskinen + + * NEWS: cleanup + +2002-06-09 Tomas V.V.Cox + + * pear/install-pear.php: displayLine() -> outputData() + + * pear/PEAR/Frontend/CLI.php: - outputData($data, $command) + + outputData($data, $command = '_default') + +2002-06-09 Harald Radi + + * ext/rpc/com/com.c + ext/rpc/com/com.h: reflect the new abstraction changes in the demo layer + + * ext/rpc/handler.h + ext/rpc/php_rpc.h + ext/rpc/rpc.c + ext/rpc/rpc.h + ext/rpc/rpc_proxy.c: - using stas' abstraction now + - layer can add individual ini settings now + - classentries for the loaded rpc object are created dynamically now + class hirarchy looks like: rpc<-[layer]<-[object] (e.g. rpc<-com<-adodb), + thus the whole class tree is reflected into php + - added user-functions to mark an object as a singleton and as poolable + + + * main/config.w32.h.in: + pg_escape_* functions were not available on win32 due to a missing define + + +2002-06-09 Sander Roobol + + * ext/dio/dio.c + ext/gmp/gmp.c: + Don't use headers if the module contains only one phpinfo() entry, just + stick to ordinary rows. + + * ext/gd/config.m4 + ext/gd/gd.c: + Made phpinfo() show if we're using the bundled version of GD + +2002-06-09 James Cox + + * ext/mysql/config.m4: + dont test for the socket -- enables installs over NFS etc. + +2002-06-09 Sander Roobol + + * ext/gd/config.m4: + Fixed detection of JPEG support in bundled version of GD. + + * ext/mysql/config.m4: Fixed configure stuff + +2002-06-09 Andrei Zmievski + + * ext/standard/php_rand.h + ext/standard/rand.c: Make RAND_RANGE() an API macro. + +2002-06-09 Jani Taskinen + + * ext/hwapi/config.m4: De-messify + + * ext/mysql/config.m4: Cleaned up the mess. Now it actually works too. + 2002-06-08 Christian Dickmann * pear/PEAR/Command/Config.php diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7b72f958a1..1b0d23d221 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2002-06-09 Harald Radi + + * zend_API.h + zend_builtin_functions.c + zend_object_handlers.h: + only check for an available class entry instead of + the std_object_handlers on some places + + 2002-06-08 Andi Gutmans * zend_hash.h