]> granicus.if.org Git - php/log
php
23 years agoIgnore register_globals for $argc and $argv under CLI SAPI.
Edin Kadribasic [Thu, 31 Jan 2002 00:05:07 +0000 (00:05 +0000)]
Ignore register_globals for $argc and $argv under CLI SAPI.

23 years agoEnable extensions to specify that they are not supposed to be
Edin Kadribasic [Wed, 30 Jan 2002 23:46:44 +0000 (23:46 +0000)]
Enable extensions to specify that they are not supposed to be
built with the CLI SAPI. This is done by passing "nocli" as the
3rd parameter to PHP_EXTENSION macro.

23 years agoFix for bug #14803
Dan Kalowsky [Wed, 30 Jan 2002 21:54:54 +0000 (21:54 +0000)]
Fix for bug #14803

23 years agoFugbix typo. Update path to /lib/optional.
Sebastian Bergmann [Wed, 30 Jan 2002 20:38:00 +0000 (20:38 +0000)]
Fugbix typo. Update path to /lib/optional.

23 years ago* don't make command libs executable
Stig Bakken [Wed, 30 Jan 2002 12:21:25 +0000 (12:21 +0000)]
* don't make command libs executable

23 years ago* modularize "pear" and "pear-get" commands somewhat. checking options
Stig Bakken [Wed, 30 Jan 2002 12:20:12 +0000 (12:20 +0000)]
* modularize "pear" and "pear-get" commands somewhat.  checking options
  etc. is done for both in pearcmd-common.php.

23 years ago* silence warning
Stig Bakken [Wed, 30 Jan 2002 12:18:10 +0000 (12:18 +0000)]
* silence warning

23 years ago* bring DTD up to date
Stig Bakken [Wed, 30 Jan 2002 09:23:34 +0000 (09:23 +0000)]
* bring DTD up to date

23 years agoenable "user-interrupts"
Thies C. Arntzen [Wed, 30 Jan 2002 07:41:04 +0000 (07:41 +0000)]
enable "user-interrupts"

23 years agoChangeLog update
<changelog@php.net> [Wed, 30 Jan 2002 01:12:39 +0000 (01:12 +0000)]
ChangeLog update

23 years agoOverload is built-in.
Sebastian Bergmann [Tue, 29 Jan 2002 19:05:40 +0000 (19:05 +0000)]
Overload is built-in.

23 years agoChangeLog update
<changelog@php.net> [Tue, 29 Jan 2002 01:11:18 +0000 (01:11 +0000)]
ChangeLog update

23 years agoCommit for mr. torben:
Sterling Hughes [Mon, 28 Jan 2002 22:16:03 +0000 (22:16 +0000)]
Commit for mr. torben:
Add XSLT to extensions file, mark sablot obsolete

23 years agoThese are now defined in zend_config.w32.h.
Jon Parise [Mon, 28 Jan 2002 16:06:27 +0000 (16:06 +0000)]
These are now defined in zend_config.w32.h.

23 years agotesting checkin
jim winstead [Mon, 28 Jan 2002 01:43:43 +0000 (01:43 +0000)]
testing checkin

23 years agoChangeLog update
<changelog@php.net> [Mon, 28 Jan 2002 01:17:41 +0000 (01:17 +0000)]
ChangeLog update

23 years agoMFZE1: define a couple of macros under win32. (Patch By: Jon Parise <jon@php.net>)
Sebastian Bergmann [Sun, 27 Jan 2002 20:20:19 +0000 (20:20 +0000)]
MFZE1: define a couple of macros under win32. (Patch By: Jon Parise <jon@php.net>)

23 years agozend_isinf() is already defined in Zend/zend_config.w32.h for Win32.
Jon Parise [Sun, 27 Jan 2002 18:19:18 +0000 (18:19 +0000)]
zend_isinf() is already defined in Zend/zend_config.w32.h for Win32.

23 years agoadd ibase_add_user(), ibase_modify_user(), ibase_delete_use()
fabrice aeschbacher [Sun, 27 Jan 2002 15:31:15 +0000 (15:31 +0000)]
add ibase_add_user(), ibase_modify_user(), ibase_delete_use()

23 years agoUse the zend_* versions of finite(), isinf(), and isnan(), as defined
Jon Parise [Sun, 27 Jan 2002 07:41:20 +0000 (07:41 +0000)]
Use the zend_* versions of finite(), isinf(), and isnan(), as defined
in php_config.h.  Redefine the zend_* versions in the case of Win32.

This fixes the build on systems that don't provide a native version of,
say, isinf() (e.g. Solaris).

23 years agoAdd a note that this statement will never be reached.
Jon Parise [Sun, 27 Jan 2002 07:23:21 +0000 (07:23 +0000)]
Add a note that this statement will never be reached.

23 years agoAdd a comment indicating that this return statement will never be reached.
Jon Parise [Sun, 27 Jan 2002 07:15:07 +0000 (07:15 +0000)]
Add a comment indicating that this return statement will never be reached.

# Perhaps it should just be removed?

23 years agoUse socklen_t (instead of int) where appropriate.
Jon Parise [Sun, 27 Jan 2002 07:06:09 +0000 (07:06 +0000)]
Use socklen_t (instead of int) where appropriate.

23 years agoBecause php_network.h includes <sys/socket.h>, it must be included after
Jon Parise [Sun, 27 Jan 2002 06:55:10 +0000 (06:55 +0000)]
Because php_network.h includes <sys/socket.h>, it must be included after
_XPG4_2 is defined.

This fixes the build under Solaris 8.

23 years agodon't throw fatal errors, throw E_WARNING instead.
Sterling Hughes [Sun, 27 Jan 2002 06:18:05 +0000 (06:18 +0000)]
don't throw fatal errors, throw E_WARNING instead.

23 years agohopefully fix --with-openssl issues
Sterling Hughes [Sun, 27 Jan 2002 06:11:50 +0000 (06:11 +0000)]
hopefully fix --with-openssl issues

23 years agoEnable developers to use PHP_ARG_ENABLE and PHP_ARG_WITH silently
Marko Karppinen [Sun, 27 Jan 2002 03:37:02 +0000 (03:37 +0000)]
Enable developers to use PHP_ARG_ENABLE and PHP_ARG_WITH silently
to maintain legacy configure options without clutter in the
configure help and checking output.
# Hopefully this encourages module writers to finally adopt
# standard naming conventions for their configure options!

23 years agoChangeLog update
<changelog@php.net> [Sun, 27 Jan 2002 01:16:08 +0000 (01:16 +0000)]
ChangeLog update

23 years ago- Reorganized stuff in configure.in and added a few comments
Marko Karppinen [Sat, 26 Jan 2002 23:57:17 +0000 (23:57 +0000)]
- Reorganized stuff in configure.in and added a few comments
# This isn't nearly as big a change as the diff would lead one to believe.
# I've tested this on all my machines and its working for sniper too.
- Added a check for ApplicationServices/ApplicationServices.h (Mac OS X)
- Added AC_PROG_CPP, AC_PROG_CXX and AC_PROG_CXXCPP
# (the bundled libmysql build was failing without them with ac2.52/OSX)
- Improved the IPv6 check to fail on Mac OS X (there's no IPv6 there yet)

23 years ago* Remove the use of a temp dir
Vincent Blavet [Sat, 26 Jan 2002 12:36:30 +0000 (12:36 +0000)]
* Remove the use of a temp dir
* Tar archive is now doing the same work with less overhead

23 years agoChangeLog update
<changelog@php.net> [Sat, 26 Jan 2002 01:14:54 +0000 (01:14 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 26 Jan 2002 01:14:48 +0000 (01:14 +0000)]
NEWS update

23 years agoImprove detection of resolv.h on versions of Darwin, FreeBSD and Solaris
Marko Karppinen [Fri, 25 Jan 2002 23:42:23 +0000 (23:42 +0000)]
Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris
(this requires post-2.13 autoconf, but 2.13 ignores it gracefully)

23 years agoRelying only on host_alias is wrong
Marko Karppinen [Fri, 25 Jan 2002 23:38:58 +0000 (23:38 +0000)]
Relying only on host_alias is wrong

23 years agoWe need mm file for each user.
Yasuo Ohgaki [Fri, 25 Jan 2002 20:59:24 +0000 (20:59 +0000)]
We need mm file for each user.
# GCI/CLI SAPI need this. It might be better to disable mm save handler
# for CGI/CLI, though.

23 years ago- Fix for bug #15227: Compiling the CGI binary with xmlrpc fails to
Derick Rethans [Fri, 25 Jan 2002 19:56:48 +0000 (19:56 +0000)]
- Fix for bug #15227: Compiling the CGI binary with xmlrpc fails to
  build/link expat

23 years ago- Fixed highlight_* (make it more robust)
Derick Rethans [Fri, 25 Jan 2002 15:43:58 +0000 (15:43 +0000)]
- Fixed highlight_* (make it more robust)
#- Thx Mr S for noticing this.

23 years agono longer experimental
Hartmut Holzgraefe [Fri, 25 Jan 2002 14:01:41 +0000 (14:01 +0000)]
no longer experimental

23 years ago- First destructor hell fix. There was a situation where an object's
Andi Gutmans [Fri, 25 Jan 2002 12:55:03 +0000 (12:55 +0000)]
- First destructor hell fix. There was a situation where an object's
- destructor could be run after its class was already dead. Right now
- object destructors is the first thing whic happens during shutdown in
- order to prevent this problem. It's very likely that destructors will
- cause more grief and we'll have to outline exactly when you should use
- them and what kind of logic you're allowed to do inside of them.
- This bug was reported by sebastian.

23 years ago- Added optional parameter to highlight_string and highlight_file which
Derick Rethans [Fri, 25 Jan 2002 11:27:47 +0000 (11:27 +0000)]
- Added optional parameter to highlight_string and highlight_file which
  makes these functions return a highlighted string instead of dumping
  to standard output. (Derick)
@- Added optional parameter to highlight_string and highlight_file which
@  makes these functions return a highlighted string instead of dumping
@  to standard output. (Derick)

23 years ago(extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
Rasmus Lerdorf [Fri, 25 Jan 2002 09:01:02 +0000 (09:01 +0000)]
(extraxt) add EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags
@- Added EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS flags to extract()
@   EXTR_IF_EXISTS only extracts a variable if it already exists
@   EXTR_PREFIX_IF_EXISTS only extracts the variable if it exists and
@   then it prepends the prefix to it.  ie. if $PATH exists then
@   extract($_ENV,EXTR_PREFIX_IF_EXISTS,'e') would result in $e_PATH
@  This lets you do $a = $b = $c = true; extract($_REQUEST,EXTR_IF_EXISTS);
@  and you only get the global request variables you have defined imported
@  into your symbol table.  (Rasmus)

23 years ago- Fix for bug #14934: type property not set in comment nodes (domxml)
Derick Rethans [Fri, 25 Jan 2002 07:40:38 +0000 (07:40 +0000)]
- Fix for bug #14934: type property not set in comment nodes (domxml)

23 years agoAdd sapi postfix for mm save path.
Yasuo Ohgaki [Fri, 25 Jan 2002 04:36:26 +0000 (04:36 +0000)]
Add sapi postfix for mm save path.
cli/cgi would not complain about mm save handler with this.
# I'm really annoyed by mm save path problem...

23 years agoadjust to ap_get_brigade() API change
Doug MacEachern [Fri, 25 Jan 2002 04:03:42 +0000 (04:03 +0000)]
adjust to ap_get_brigade() API change

23 years agoChangeLog update
<changelog@php.net> [Fri, 25 Jan 2002 01:22:47 +0000 (01:22 +0000)]
ChangeLog update

23 years agoAdded "pgsql.auto_reset_persistent" ini entry to catch broken connection
Yasuo Ohgaki [Fri, 25 Jan 2002 00:51:03 +0000 (00:51 +0000)]
Added "pgsql.auto_reset_persistent" ini entry to catch broken connection
always with pg_pconnect(). (Default Off in source and php.ini-*)
This option requires a little overhead for pg_pconnect().

23 years agoAdded "auto_reset_presistent" ini entry.
Yasuo Ohgaki [Fri, 25 Jan 2002 00:43:50 +0000 (00:43 +0000)]
Added "auto_reset_presistent" ini entry.

23 years agoLatest libtools output a multiline version info. Deal with that
Marko Karppinen [Thu, 24 Jan 2002 23:31:45 +0000 (23:31 +0000)]
Latest libtools output a multiline version info. Deal with that

23 years agoIgnore ordinal suffixes on numbers (bug #15210)
Marko Karppinen [Thu, 24 Jan 2002 22:24:58 +0000 (22:24 +0000)]
Ignore ordinal suffixes on numbers (bug #15210)

23 years agoAdded --disable-cli option.
Edin Kadribasic [Thu, 24 Jan 2002 17:55:13 +0000 (17:55 +0000)]
Added --disable-cli option.

23 years agoMade entry more consistent.
Edin Kadribasic [Thu, 24 Jan 2002 17:54:45 +0000 (17:54 +0000)]
Made entry more consistent.

23 years agofix typo, found by edin
Sascha Schumann [Thu, 24 Jan 2002 16:48:53 +0000 (16:48 +0000)]
fix typo, found by edin

23 years agoRevert back to using <char> element for newlines.
Andrei Zmievski [Thu, 24 Jan 2002 16:18:50 +0000 (16:18 +0000)]
Revert back to using <char> element for newlines.

23 years agocorrect url
Tomas V.V.Cox [Thu, 24 Jan 2002 15:02:05 +0000 (15:02 +0000)]
correct url

23 years agoAdded a case for Darwin / Mac OS X to PHP_SHLIB_SUFFIX_NAME
Marko Karppinen [Thu, 24 Jan 2002 14:41:14 +0000 (14:41 +0000)]
Added a case for Darwin / Mac OS X to PHP_SHLIB_SUFFIX_NAME

23 years agoCorrected a confusing comment (see bug #14972)
Marko Karppinen [Thu, 24 Jan 2002 14:25:51 +0000 (14:25 +0000)]
Corrected a confusing comment (see bug #14972)

23 years agoDon't build CLI, if an extension requests that.
Sascha Schumann [Thu, 24 Jan 2002 12:55:08 +0000 (12:55 +0000)]
Don't build CLI, if an extension requests that.

In this case, the ircg extension refers to thttpd-specific symbols
which causes the build of the cli sapi module to fail.

23 years agoChange NEWS entry according to pgsql source change.
Yasuo Ohgaki [Thu, 24 Jan 2002 09:33:54 +0000 (09:33 +0000)]
Change NEWS entry according to pgsql source change.

23 years agoRevert last 2 commit. Instead, make php_pgsql_do_connect() to catch
Yasuo Ohgaki [Thu, 24 Jan 2002 09:27:43 +0000 (09:27 +0000)]
Revert last 2 commit. Instead, make php_pgsql_do_connect() to catch
broken connection always.
# I think this is better than check&reset connection when query
# functions are called.

23 years ago* Call the PEAR_Registry constructor with the optional parameter
Vincent Blavet [Thu, 24 Jan 2002 08:24:24 +0000 (08:24 +0000)]
* Call the PEAR_Registry constructor with the optional parameter

23 years ago* Adding the ability to set the PEAR_INSTALL_DIR while creating the Registry object...
Vincent Blavet [Thu, 24 Jan 2002 08:22:46 +0000 (08:22 +0000)]
* Adding the ability to set the PEAR_INSTALL_DIR while creating the Registry object (in the same way as Installer.php)

23 years ago* Adding support of extraction of remote archive http://www/archive.tgz
Vincent Blavet [Thu, 24 Jan 2002 08:08:54 +0000 (08:08 +0000)]
* Adding support of extraction of remote archive http://www/archive.tgz
* Correct bug while using Windows root path c:\xxx\yyy in extract fct

23 years agoAdded pgsql connection reset feature. Add my name to --enable-safe-mode fix.
Yasuo Ohgaki [Thu, 24 Jan 2002 06:51:12 +0000 (06:51 +0000)]
Added pgsql connection reset feature. Add my name to --enable-safe-mode fix.

23 years agoAdd a little more fault tolerance for pg_host, pg_tty and more.
Yasuo Ohgaki [Thu, 24 Jan 2002 06:40:10 +0000 (06:40 +0000)]
Add a little more fault tolerance for pg_host, pg_tty and more.

23 years agoNo more httpd restart is required when PostgreSQL is rebooted.
Yasuo Ohgaki [Thu, 24 Jan 2002 06:20:33 +0000 (06:20 +0000)]
No more httpd restart is required when PostgreSQL is rebooted.
# Works for pg_query()/pg_send_query()

23 years agoupdated INSTALL to be more relevant.. more fixes coming (at some point)
James Cox [Thu, 24 Jan 2002 02:06:20 +0000 (02:06 +0000)]
updated INSTALL to be more relevant.. more fixes coming (at some point)

23 years agoChangeLog update
<changelog@php.net> [Thu, 24 Jan 2002 01:14:28 +0000 (01:14 +0000)]
ChangeLog update

23 years ago* Add uninstall command
Vincent Blavet [Wed, 23 Jan 2002 19:09:54 +0000 (19:09 +0000)]
* Add uninstall command
* Add list-installed command

23 years agoReturn false when the directory can not be created in mkDir()
Tomas V.V.Cox [Wed, 23 Jan 2002 18:53:08 +0000 (18:53 +0000)]
Return false when the directory can not be created in mkDir()

23 years agoFixing spelling error in FrontBase section
Frank M. Kromann [Wed, 23 Jan 2002 17:48:31 +0000 (17:48 +0000)]
Fixing spelling error in FrontBase section
Changed som int to unsigned int to remove compiler warnings

23 years agoFixing spelling error in FrontBase section
Frank M. Kromann [Wed, 23 Jan 2002 17:47:46 +0000 (17:47 +0000)]
Fixing spelling error in FrontBase section

23 years agoAdd workspace to build CLI SAPI Module on Win32.
Sebastian Bergmann [Wed, 23 Jan 2002 13:42:46 +0000 (13:42 +0000)]
Add workspace to build CLI SAPI Module on Win32.

23 years agoGive Edin Kadribasic his due credits.
Sebastian Bergmann [Wed, 23 Jan 2002 13:41:52 +0000 (13:41 +0000)]
Give Edin Kadribasic his due credits.

23 years agoNo need to dupe this string in cli sapi (Bug #15181).
Edin Kadribasic [Wed, 23 Jan 2002 13:15:16 +0000 (13:15 +0000)]
No need to dupe this string in cli sapi (Bug #15181).

23 years agoAdded comment for pgsql module.
Yasuo Ohgaki [Wed, 23 Jan 2002 10:24:57 +0000 (10:24 +0000)]
Added comment for pgsql module.

23 years agoclaiming maintainance ownership of ext/calendar
Hartmut Holzgraefe [Wed, 23 Jan 2002 09:55:45 +0000 (09:55 +0000)]
claiming maintainance ownership of ext/calendar

23 years agoadded info about FETCH macros
Hartmut Holzgraefe [Wed, 23 Jan 2002 09:52:28 +0000 (09:52 +0000)]
added info about FETCH macros
(written over a year ago but somehow never commited)

23 years agoChangeLog update
<changelog@php.net> [Wed, 23 Jan 2002 01:12:18 +0000 (01:12 +0000)]
ChangeLog update

23 years agoSimplified domxml_substitute_entities_default() function
Jaroslaw Kolakowski [Tue, 22 Jan 2002 18:47:06 +0000 (18:47 +0000)]
Simplified domxml_substitute_entities_default() function

23 years ago- Fix a bug reported by Sebastian with indirect class names not working.
Andi Gutmans [Tue, 22 Jan 2002 18:02:52 +0000 (18:02 +0000)]
- Fix a bug reported by Sebastian with indirect class names not working.

23 years agojust init CURL_GLOBAL_SSL
Sterling Hughes [Tue, 22 Jan 2002 17:06:16 +0000 (17:06 +0000)]
just init CURL_GLOBAL_SSL

23 years agoGetting rid of some compile warnings (thanks to markus for pointing me in the right...
Christian Stocker [Tue, 22 Jan 2002 09:52:56 +0000 (09:52 +0000)]
Getting rid of some compile warnings (thanks to markus for pointing me in the right direction :) )

23 years agoFix for bug #15130. Way too much effort for this bug, but cleaned up code
Sean Bright [Tue, 22 Jan 2002 03:35:23 +0000 (03:35 +0000)]
Fix for bug #15130.  Way too much effort for this bug, but cleaned up code
a bit, use zend_parse_parameters(), etc, etc.  We only look for extensions
in the basename, not the full path.

23 years agoChangeLog update
<changelog@php.net> [Tue, 22 Jan 2002 01:16:18 +0000 (01:16 +0000)]
ChangeLog update

23 years agoAdded domxml_substitute_entities_default() function
Jaroslaw Kolakowski [Mon, 21 Jan 2002 23:21:32 +0000 (23:21 +0000)]
Added domxml_substitute_entities_default() function

23 years ago- fixed bug caused by libxml2 in xpath_register_ns()
Chris Jarecki [Mon, 21 Jan 2002 19:12:00 +0000 (19:12 +0000)]
- fixed bug caused by libxml2 in xpath_register_ns()
- registered namespaces are now persistent

23 years agoAdding Archive/Tar.php to php4/pear/. This is needed in order for the
Jon Parise [Mon, 21 Jan 2002 18:25:04 +0000 (18:25 +0000)]
Adding Archive/Tar.php to php4/pear/.  This is needed in order for the
phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense
to make Archive/Tar.php a standard component.

23 years agoremoved check macros no longer needed due to CLI work
Hartmut Holzgraefe [Mon, 21 Jan 2002 16:49:31 +0000 (16:49 +0000)]
removed check macros no longer needed due to CLI work
(plus reverting last commit, was in wrong dir :( )

23 years agoremoved check macros no longer needed due to CLI work
Hartmut Holzgraefe [Mon, 21 Jan 2002 16:39:17 +0000 (16:39 +0000)]
removed check macros no longer needed due to CLI work

23 years agothis closes off a number of ODBC bugs.
Dan Kalowsky [Mon, 21 Jan 2002 14:11:17 +0000 (14:11 +0000)]
this closes off a number of ODBC bugs.
# this is a bit hack-ish in it's functionality.  The proper answer (allowing
# users to set their cursor type) has bugs with some tests cases at this time.
#  But this is being done to just get ODBC back into working order.

23 years ago- Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)
Derick Rethans [Mon, 21 Jan 2002 07:54:56 +0000 (07:54 +0000)]
- Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)

23 years agoChangeLog update
<changelog@php.net> [Mon, 21 Jan 2002 01:14:50 +0000 (01:14 +0000)]
ChangeLog update

23 years agoFixed typo and proto
Yasuo Ohgaki [Mon, 21 Jan 2002 00:36:22 +0000 (00:36 +0000)]
Fixed typo and proto

23 years agoFixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)
Edin Kadribasic [Sun, 20 Jan 2002 23:58:37 +0000 (23:58 +0000)]
Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)

23 years ago- Improve performance of functions that use $GLOBALS[]
Andi Gutmans [Sun, 20 Jan 2002 20:42:15 +0000 (20:42 +0000)]
- Improve performance of functions that use $GLOBALS[]
- Please check this and make sure it doesn't break anything.

23 years ago- Fix crash with invalid localtime on Win32 systems.
Markus Fischer [Sun, 20 Jan 2002 20:16:54 +0000 (20:16 +0000)]
- Fix crash with invalid localtime on Win32 systems.

23 years agoadjust to ap_get_brigade and input filter api changes
Doug MacEachern [Sun, 20 Jan 2002 18:44:15 +0000 (18:44 +0000)]
adjust to ap_get_brigade and input filter api changes

23 years agoMove Cache to /pear.
Sebastian Bergmann [Sun, 20 Jan 2002 16:06:08 +0000 (16:06 +0000)]
Move Cache to /pear.

23 years agoMove Payment_Verisign to /pear.
Sebastian Bergmann [Sun, 20 Jan 2002 15:55:04 +0000 (15:55 +0000)]
Move Payment_Verisign to /pear.

23 years agoMove Benchmark, Math, Numbers to /pear. Remove Log, it was already in /pear.
Sebastian Bergmann [Sun, 20 Jan 2002 15:44:32 +0000 (15:44 +0000)]
Move Benchmark, Math, Numbers to /pear. Remove Log, it was already in /pear.