[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-03-02 Thread changelog
changelog Sun Mar 2 20:32:58 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.185 ZendEngine2/ChangeLog:1.186 --- ZendEngine2/ChangeLog:1.185 Sat Mar 1 20:32:28

[PHP-CVS] cvs: php4 /ext/standard filters.c

2003-03-02 Thread Moriyoshi Koizumi
moriyoshi Sun Mar 2 03:39:01 2003 EDT Modified files: /php4/ext/standard filters.c Log: Fixed my silly mistake in the filter code Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.28 php4/ext/standard/filters.c:1.29 ---

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/filepro filepro.c /ext/session session.c /main main.c php_globals.h php_variables.c php_variables.h

2003-03-02 Thread Zeev Suraski
zeevSun Mar 2 05:19:17 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended /php4/ext/filepro filepro.c /php4/ext/session session.c /php4/main main.c php_globals.h php_variables.c php_variables.h Log: Add JIT

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2003-03-02 Thread Derick Rethans
derick Sun Mar 2 07:46:38 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: - It was called _VARS, not _GLOBALS :-) Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.181 php4/php.ini-dist:1.182 --- php4/php.ini-dist:1.181

[PHP-CVS] cvs: php4 /ext/rpc/com com.h /sapi/activescript classfactory.cpp scriptengine.cpp

2003-03-02 Thread Wez Furlong
wez Sun Mar 2 08:09:48 2003 EDT Modified files: /php4/ext/rpc/com com.h /php4/sapi/activescript classfactory.cpp scriptengine.cpp Log: Fix build for activescript sapi Index: php4/ext/rpc/com/com.h diff -u php4/ext/rpc/com/com.h:1.5

[PHP-CVS] cvs: php4 /sapi/activescript classfactory.cpp php4activescript.c

2003-03-02 Thread Wez Furlong
wez Sun Mar 2 08:14:49 2003 EDT Modified files: /php4/sapi/activescript classfactory.cpp php4activescript.c Log: Build-performance tweaks Index: php4/sapi/activescript/classfactory.cpp diff -u php4/sapi/activescript/classfactory.cpp:1.3

[PHP-CVS] cvs: php4 /ext/standard info.c /main php_variables.c

2003-03-02 Thread Zeev Suraski
zeevSun Mar 2 08:35:01 2003 EDT Modified files: /php4/ext/standard info.c /php4/main php_variables.c Log: - Optimize $_REQUEST - Fix phpinfo() Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.227 php4/ext/standard/info.c:1.228

[PHP-CVS] cvs: php4 /sapi/nsapi CREDITS

2003-03-02 Thread Uwe Schindler
thetaphiSun Mar 2 08:45:23 2003 EDT Modified files: /php4/sapi/nsapiCREDITS Log: Index: php4/sapi/nsapi/CREDITS diff -u php4/sapi/nsapi/CREDITS:1.1 php4/sapi/nsapi/CREDITS:1.2 --- php4/sapi/nsapi/CREDITS:1.1 Mon Nov 20 05:31:09 2000 +++

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-03-02 Thread Ilia Alshanetsky
iliaa Sun Mar 2 09:38:55 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: New function news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.118 php4/NEWS:1.1247.2.119 --- php4/NEWS:1.1247.2.118 Fri Feb 28 08:32:46 2003 +++ php4/NEWS Sun

[PHP-CVS] cvs: php4 /sapi/activescript scriptengine.cpp

2003-03-02 Thread Wez Furlong
wez Sun Mar 2 10:11:42 2003 EDT Modified files: /php4/sapi/activescript scriptengine.cpp Log: typo fix Index: php4/sapi/activescript/scriptengine.cpp diff -u php4/sapi/activescript/scriptengine.cpp:1.6 php4/sapi/activescript/scriptengine.cpp:1.7 ---

[PHP-CVS] cvs: php4 / run-tests.php

2003-03-02 Thread Marcus Boerger
helly Sun Mar 2 10:12:12 2003 EDT Modified files: /php4 run-tests.php Log: fix problem in current HEAD # strange why on earth does $GLOBALS['cwd'] produce a warning here? # however we already have a global declarations so we use it for cwd, too.

Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/filepro filepro.c /ext/session session.c /main main.c php_globals.h php_variables.c php_variables.h

2003-03-02 Thread Marcus Börger
At 11:19 02.03.2003, Zeev Suraski wrote: zeevSun Mar 2 05:19:17 2003 EDT Log: Add JIT initialization for _SERVER and _ENV (it's less important for the others, even though it should be fairly easy now too) argc/v foes no longer work for CLI for example you can no longer

Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/filepro filepro.c /ext/session session.c /main main.c php_globals.hphp_variables.c php_variables.h

2003-03-02 Thread Adam Maccabee Trachtenberg
On Sun, 2 Mar 2003, Marcus Börger wrote: At 11:19 02.03.2003, Zeev Suraski wrote: zeevSun Mar 2 05:19:17 2003 EDT Log: Add JIT initialization for _SERVER and _ENV (it's less important for the others, even though it should be fairly easy now too) argc/v foes no

[PHP-CVS] cvs: php4 /main php_variables.c

2003-03-02 Thread Zeev Suraski
zeevSun Mar 2 10:41:12 2003 EDT Modified files: /php4/main php_variables.c Log: Fix old variable names Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.53 php4/main/php_variables.c:1.54 --- php4/main/php_variables.c:1.53 Sun

Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/filepro filepro.c /ext/session session.c /main main.c php_globals.h php_variables.c php_variables.h

2003-03-02 Thread Zeev Suraski
Good catch, fixed :) At 17:26 02/03/2003, Adam Maccabee Trachtenberg wrote: On Sun, 2 Mar 2003, Marcus Börger wrote: At 11:19 02.03.2003, Zeev Suraski wrote: zeevSun Mar 2 05:19:17 2003 EDT Log: Add JIT initialization for _SERVER and _ENV (it's less important for the

[PHP-CVS] cvs: php4 /ext/ldap config.m4

2003-03-02 Thread Jani Taskinen
sniper Sun Mar 2 13:47:36 2003 EDT Modified files: /php4/ext/ldap config.m4 Log: Fixed bug #22485 (hardcoded shared lib extensions) Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.28 php4/ext/ldap/config.m4:1.29 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ldap config.m4

2003-03-02 Thread Jani Taskinen
sniper Sun Mar 2 13:47:54 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ldap config.m4 Log: MFH: fix bug #22485 Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.26.2.2 php4/ext/ldap/config.m4:1.26.2.3 ---

[PHP-CVS] cvs: php4 /ext/ldap config.m4

2003-03-02 Thread Jani Taskinen
sniper Sun Mar 2 13:50:45 2003 EDT Modified files: /php4/ext/ldap config.m4 Log: Special case for MacosX.. Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.29 php4/ext/ldap/config.m4:1.30 --- php4/ext/ldap/config.m4:1.29Sun Mar 2

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ldap config.m4

2003-03-02 Thread Jani Taskinen
sniper Sun Mar 2 13:51:10 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ldap config.m4 Log: MFH Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.26.2.3 php4/ext/ldap/config.m4:1.26.2.4 --- php4/ext/ldap/config.m4:1.26.2.3Sun Mar

[PHP-CVS] cvs: php4 /ext/ldap config.m4

2003-03-02 Thread Jani Taskinen
sniper Sun Mar 2 13:52:29 2003 EDT Modified files: /php4/ext/ldap config.m4 Log: typofix Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.30 php4/ext/ldap/config.m4:1.31 --- php4/ext/ldap/config.m4:1.30Sun Mar 2 13:50:45 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ldap config.m4

2003-03-02 Thread Jani Taskinen
sniper Sun Mar 2 13:52:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ldap config.m4 Log: MFH Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.26.2.4 php4/ext/ldap/config.m4:1.26.2.5 --- php4/ext/ldap/config.m4:1.26.2.4Sun Mar

[PHP-CVS] cvs: php4 /sapi/cli TODO

2003-03-02 Thread Marcus Boerger
helly Sun Mar 2 19:15:51 2003 EDT Modified files: /php4/sapi/cli TODO Log: remove entry done already Index: php4/sapi/cli/TODO diff -u php4/sapi/cli/TODO:1.2 php4/sapi/cli/TODO:1.3 --- php4/sapi/cli/TODO:1.2 Sat May 11 16:33:59 2002 +++

[PHP-CVS] cvs: php4 /tests/run-test test008a.phpt

2003-03-02 Thread Marcus Boerger
helly Sun Mar 2 19:58:15 2003 EDT Added files: /php4/tests/run-testtest008a.phpt Log: (re)check in non ZendOptimizer version of test Index: php4/tests/run-test/test008a.phpt +++ php4/tests/run-test/test008a.phpt --TEST-- Error message handling

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2003-03-02 Thread Harald Radi
phanto Sun Mar 2 20:30:28 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: adding placeholder for the new disable_classes directive Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.182 php4/php.ini-dist:1.183 ---

[PHP-CVS] cvs: php4(PHP_4_3) / php.ini-dist php.ini-recommended

2003-03-02 Thread Harald Radi
phanto Sun Mar 2 20:31:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist php.ini-recommended Log: MFH: adding placeholder for the new disable_classes directive Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.5

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-02 Thread Harald Radi
phanto Sun Mar 2 20:54:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: adding disable_classes ini directive Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.12 php4/main/main.c:1.512.2.13 --- php4/main/main.c:1.512.2.12 Wed