diff options
author | <changelog@php.net> | 2002-06-10 00:37:32 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-06-10 00:37:32 +0000 |
commit | 0258d9e2ee30513bce2ededa7f5239922d6756bb (patch) | |
tree | 56fcc92e6c5615b5094e81ab9b665896fb90fc8e | |
parent | 4bb9c66fee0b28769d52cecf7f6a0c9a4f7c8d7d (diff) | |
download | php-git-0258d9e2ee30513bce2ededa7f5239922d6756bb.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 80 | ||||
-rw-r--r-- | Zend/ChangeLog | 9 |
2 files changed, 89 insertions, 0 deletions
@@ -1,3 +1,83 @@ +2002-06-09 Tomas V.V.Cox <cox@idecnet.com> + + * 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 <sniper@iki.fi> + + * NEWS: cleanup + +2002-06-09 Tomas V.V.Cox <cox@idecnet.com> + + * pear/install-pear.php: displayLine() -> outputData() + + * pear/PEAR/Frontend/CLI.php: - outputData($data, $command) + + outputData($data, $command = '_default') + +2002-06-09 Harald Radi <harald.radi@nme.at> + + * 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 <phy@wanadoo.nl> + + * 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 <james@blog.at> + + * ext/mysql/config.m4: + dont test for the socket -- enables installs over NFS etc. + +2002-06-09 Sander Roobol <phy@wanadoo.nl> + + * 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 <andrei@php.net> + + * ext/standard/php_rand.h + ext/standard/rand.c: Make RAND_RANGE() an API macro. + +2002-06-09 Jani Taskinen <sniper@iki.fi> + + * ext/hwapi/config.m4: De-messify + + * ext/mysql/config.m4: Cleaned up the mess. Now it actually works too. + 2002-06-08 Christian Dickmann <chrisdicki@gmx.de> * 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 <harald.radi@nme.at> + + * 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 <andi@zend.com> * zend_hash.h |