2001-08-14 Sebastian Bergmann <sb@sebastian-bergmann.de>
* pear/Cache/DB.php:
Implement setFetchMode() and DB_FETCHMODE_OBJECT mechanism.
2001-08-14 Stig Bakken <ssb@fast.no>
* pear/tests/pear_error.phpt
pear/PEAR.php:
* expected error codes are stored on a stack now, PEAR::expectError()
pushes into it, PEAR::popExpect() pops off it
* made pear_error test work on other boxes than my own :-)
2001-08-14 Sebastian Bergmann <sb@sebastian-bergmann.de>
* pear/Cache/DB.php: Implement fetchInto(). Further work on fetchRow().
2001-08-14 Andrei Zmievski <andrei@ispi.net>
* ext/wddx/wddx.c:
Uh-oh, didn't mean to eliminate all folds.
* ext/wddx/wddx.c:
Be more safe about freeing zvals.
2001-08-14 John Donagher <john@webmeta.com>
* ext/pfpro/pfpro.c: Add compile-time versioning for default hostname
* php.ini-recommended
php.ini-dist: Update hostname
2001-08-14 Sebastian Bergmann <sb@sebastian-bergmann.de>
* pear/Cache/DB.php:
Calculate num_columns/num_rows only once. Add PHPDoc comments.
* pear/Cache/DB.php:
Don't even connect to the database if there's a cached result set for the current query. Just use setConnection() instead of connect() to register a database connection and let Cache_DB connect to the database on demand.
2001-08-14 Christian Stocker <chregu@nomad.ch>
* pear/Experimental/XML/sql2xml.php
pear/Experimental/XML/sql2xml_ext.php:
that's in /pear (since quite some time...)
2001-08-14 Sebastian Bergmann <sb@sebastian-bergmann.de>
* pear/Cache/DB.php: Call array_keys() only once per result set.
2001-08-14 Daniel Beulshausen <daniel@php4win.de>
* ext/db/php_db.h
ext/db/db.c: depreciated, but should build anyway...
2001-08-14 Andi Gutmans <andi@zend.com>
* ext/standard/var.c: - This code looks OK so remove FIXME comment
ws fix. Also added some missing protos and fold tags.
* ext/java/java.c: Fix ZTS build.
* ext/dba/dba.c
ext/dba/dba_db2.c
ext/dba/php_dba.h: Another TSRMLS_FETCH() nuke.
2001-08-14 Alan Brown <abrown@pobox.com>
* ext/com/COM.c:
Whenever typelibrary constants were loaded, there was a GP Fault at process exit as shutdown_memory_manager seemed to delete constants that were supposed to have been deleted earlier. It seems as though CONST_PERSISTENT is a bad thing to use. Resetting that bit on the constant creation still seems to work and the GP Fault at exit is gone.
2001-08-14 Joey Smith <joey@joeysmith.com>
* ext/sybase_ct/php_sybase_ct.c: More Z_* macro changes.
2001-08-14 Harald Radi <h.radi@nme.at>
* ext/com/COM.c: hresult is returned if no return type is specified
* ext/com/TODO: update todo
* ext/com/COM.c:
make next() return a single value instead of an array with one element
2001-08-14 Joey Smith <joey@joeysmith.com>
* ext/domxml/php_domxml.c:
Remove unused variable and fix small mental error.