* ext/db/config.m4: - Changed ext/db not to be enabled by default
2000-09-28 Frank M. Kromann <fmk@swwwing.com>
* ext/odbc/php_odbc.c:
Having odbc_tables() and odbc_columns() match the documentation with parameters optionel from the right
2000-09-28 Sebastian Bergmann <sb@phpopentracker.de>
* pear/Benchmark/Benchmark.php
pear/Benchmark/Timer.php: Fixed some typos.
* pear/Benchmark/Benchmark.php: First draft of Benchmark::Benchmark.
2000-09-28 Chuck Hagenbuch <chuck@horde.org>
* pear/Benchmark/Timer.php
pear/Makefile.in
pear/Timer.php:
move the timer class to Benchmark/Timer.php, and add it to Makefile.in so it
gets installed.
2000-09-28 Andi Gutmans <andi@zend.com>
* ext/odbc/config.m4: - Fix build of db2
2000-09-28 Sebastian Bergmann <sb@phpopentracker.de>
* pear/Timer.php:
Removed profiling_information() in favour of a more generalized approach with get_profiling().
2000-09-28 Stefan Roehrich <sr@linux.de>
* ext/gd/config.m4:
Line seems to be missing and causing configure test failures for other extensions.
2000-09-28 Sebastian Bergmann <sb@phpopentracker.de>
* pear/Timer.php: Hopefully converted all TABs to SPACEs
* pear/Timer.php:
Added PEAR/Timer class for timing script execution and generating profiling information. This class is based upon a concept by Allan Kent shown in his article on PHPBuilder.com