[PHP-CVS] cvs: php4 / run-tests.php /ext/curl interface.c streams.c /ext/fbsql php_fbsql.c /ext/ftp ftp.c /ext/hyperwave hg_comm.c hw.c /ext/imap php_imap.c /ext/ldap ldap.c /ext/mcal php_mcal.c /ext/mysql php_mysql.c /ext/odbc php_odbc.c /ext/rpc/com com_wrapper.c /ext/snmp snmp.c /ext/standard dns.c file.c fsock.c ftp_fopen_wrapper.c http_fopen_wrapper.c pack.c /ext/zlib zlib.c /main fopen_wrappers.c mergesort.c network.c php.h php_open_temporary_file.c streams.c /win32 php4dllts.dsp sendmail.c time.h

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 22:48:49 2003 EDT Modified files: /php4/ext/curl interface.c streams.c /php4/ext/fbsql php_fbsql.c /php4/ext/ftp ftp.c /php4/ext/hyperwave hg_comm.c hw.c /php4/ext/imap php_imap.c /php4/ext/ldap ldap.c

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c getopt.c php_getopt.h /sapi/cli getopt.c php.1.in php_cli.c php_getopt.h

2003-02-15 Thread Marcus Boerger
helly Sat Feb 15 20:23:12 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c getopt.c php_getopt.h /php4/sapi/cli getopt.c php.1.in php_cli.c php_getopt.h Log: - Allow long option names - Update CLI's manpage @Added support for long options

Re: [PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache2handler .cvsignoreCREDITS README apache_config.c config.m4 php.sym php4apache2.dsp php_apache.hphp_functions.c sapi_apache2.c

2003-02-15 Thread Sascha Schumann
On Sat, 15 Feb 2003, Jani Taskinen wrote: > > After short discussion, the #php.bugs mob decided The so-called "#php.bugs mob" has no decisive power around here. Don't make it look like it has. > that we don't want this in PHP_4_3 branch. At least > as long as it doesn't work

[PHP-CVS] cvs: php4(PHP_4_3_1) /sapi/cgi cgi_main.c

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 17:56:05 2003 EDT Modified files: (Branch: PHP_4_3_1) /php4/sapi/cgi cgi_main.c Log: revert this Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.9.4.1 php4/sapi/cgi/cgi_main.c:1.190.2.9.4.2 --- php4/sapi/cgi/cgi_ma

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

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 17:51:43 2003 EDT Modified files: (Branch: PHP_4_3_1) /php4/main fopen_wrappers.c Log: Revert this. Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.153.2.1 php4/main/fopen_wrappers.c:1.153.2.1.4.1 --- php4/main/fopen_wra

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache2handler .cvsignore README

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 17:20:55 2003 EDT Removed files: (Branch: PHP_4_3) /php4/sapi/apache2handler .cvsignore README Log: - Remove all of it. # Ian, this was really unnecessary.. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache2handler CREDITS README apache_config.c config.m4 php.sym php4apache2.dsp php_apache.h php_functions.c sapi_apache2.c

2003-02-15 Thread Ian Holsman
ianhSat Feb 15 17:16:03 2003 EDT Removed files: (Branch: PHP_4_3) /php4/sapi/apache2handler CREDITS apache_config.c config.m4 php.sym php4apache2.dsp php_apache.h php_functions.c sapi_apache2.c

[PHP-CVS] cvs: php4 / NEWS

2003-02-15 Thread Ilia Alshanetsky
iliaa Sat Feb 15 17:07:50 2003 EDT Modified files: /php4 NEWS Log: New feature news. Index: php4/NEWS diff -u php4/NEWS:1.1338 php4/NEWS:1.1339 --- php4/NEWS:1.1338Thu Feb 13 14:48:48 2003 +++ php4/NEWS Sat Feb 15 17:07:49 2003 @@ -6,6 +6,7 @@

[PHP-CVS] cvs: php4(PHP_4_3_1) / configure.in /sapi/cgi cgi_main.c

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 16:41:38 2003 EDT Modified files: (Branch: PHP_4_3_1) /php4 configure.in /php4/sapi/cgi cgi_main.c Log: - correct version plus the fix. Index: php4/configure.in diff -u php4/configure.in:1.396.2.19 php4/configure.in:1.396.2.1

[PHP-CVS] cvs: php4(PHP_4_3_1) /main php_version.h

2003-02-15 Thread Edin Kadribasic
edink Sat Feb 15 16:37:43 2003 EDT Modified files: (Branch: PHP_4_3_1) /php4/main php_version.h Log: New version number. Index: php4/main/php_version.h diff -u php4/main/php_version.h:1.66.2.9 php4/main/php_version.h:1.66.2.9.4.1 --- php4/main/php_version.h:1.

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

2003-02-15 Thread Wez Furlong
Keep the patch in there for now. --Wez. On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote: > So should I revert the patch on HEAD then? > > Moriyoshi > > Wez Furlong <[EMAIL PROTECTED]> wrote: > > > Actually, the return values throughout that function are all bogus... > > Don't worry about reverting

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

2003-02-15 Thread Moriyoshi Koizumi
So should I revert the patch on HEAD then? Moriyoshi Wez Furlong <[EMAIL PROTECTED]> wrote: > Actually, the return values throughout that function are all bogus... > Don't worry about reverting (for 4.3). > I'll add this to my TODO for PHP 5. > > --Wez. > > On Sat, 15 Feb 2003, Wez Furlong wro

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

2003-02-15 Thread Wez Furlong
Actually, the return values throughout that function are all bogus... Don't worry about reverting (for 4.3). I'll add this to my TODO for PHP 5. --Wez. On Sat, 15 Feb 2003, Wez Furlong wrote: > This is a bogus patch; the return value of the php_stream_copy_to_XXX > functions are the number of by

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

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 15:42:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.91 php4/NEWS:1.1247.2.92 --- php4/NEWS:1.1247.2.91 Sat Feb 15 15:00:03 2003 +++ php4/NEWS Sat Feb 15 15:42:49 2003

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

2003-02-15 Thread Wez Furlong
This is a bogus patch; the return value of the php_stream_copy_to_XXX functions are the number of bytes that were copied, and this patch breaks that. The correct fix for #22234 is to fix php_copy_file() to handle a 0 return from this function. Please revert! --Wez. On Sat, 15 Feb 2003, Moriyosh

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

2003-02-15 Thread Derick Rethans
On Sat, 15 Feb 2003, Jani Taskinen wrote: > sniperSat Feb 15 15:22:20 2003 EDT > > Modified files: > /php4/mainmain.c > Log: > - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with > "php_admin_value none" > - Fixes bug #

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

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 15:23:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: Fix for bug #0 Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.9 php4/main/main.c:1.512.2.10 --- php4/main/main.c:1.512.2.9 Tue Jan 28 19:46:31 2003

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

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 15:22:20 2003 EDT Modified files: /php4/main main.c Log: - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with "php_admin_value none" - Fixes bug #0 Index: php4/main/main.c diff -u php4/main/main.c:1.524 php4/m

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

2003-02-15 Thread Ilia Alshanetsky
iliaa Sat Feb 15 15:09:49 2003 EDT Modified files: /php4/ext/mysqliconfig.m4 Log: Proper lib detection. Index: php4/ext/mysqli/config.m4 diff -u php4/ext/mysqli/config.m4:1.1 php4/ext/mysqli/config.m4:1.2 --- php4/ext/mysqli/config.m4:1.1 Wed Feb

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

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 15:00:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: B.F.N. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.90 php4/NEWS:1.1247.2.91 --- php4/NEWS:1.1247.2.90 Sat Feb 15 11:00:20 2003 +++ php4/NEWS Sat Feb 15

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

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 14:59:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: MFH(r1.155): Fixed bug #22234 Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.30 php4/main/streams.c:1.125.2.31 --- php4/main/streams.c:1.1

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

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 14:56:13 2003 EDT Modified files: /php4/main streams.c Log: Fixed bug #22234 Index: php4/main/streams.c diff -u php4/main/streams.c:1.154 php4/main/streams.c:1.155 --- php4/main/streams.c:1.154 Thu Feb 13 16:08:04 2003 +++ php4/m

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

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 13:09:52 2003 EDT Modified files: /php4 run-tests.php Log: If a test does not have any data after 60 seconds of waiting, assume that it died a horrible death and kill it. This is useful on windows when a message box is popped-up during

Re: [PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache2handler .cvsignoreCREDITS README apache_config.c config.m4 php.sym php4apache2.dsp php_apache.hphp_functions.c sapi_apache2.c

2003-02-15 Thread Jani Taskinen
After short discussion, the #php.bugs mob decided that we don't want this in PHP_4_3 branch. At least as long as it doesn't work as well (or preferrably better :) than the apache2filter SAPI does. So please remove it from the branch for now.. --Jani On Sat,

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

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 12:33:11 2003 EDT Modified files: /php4/ext/standard proc_open.c Log: Add optional signal parameter to proc_terminate. Index: php4/ext/standard/proc_open.c diff -u php4/ext/standard/proc_open.c:1.4 php4/ext/standard/proc_open.c:1.5 --- php

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c exec.h proc_open.c

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 12:18:57 2003 EDT Modified files: /php4/ext/standard exec.h proc_open.c basic_functions.c Log: Add proc_terminate() function to forcibly kill off a process created with proc_open(). Index: php4/ext/standard/exec.h diff -u php4/ext/standa

[PHP-CVS] cvs: php4 /ext/mysqli/tests 014.phpt

2003-02-15 Thread Ilia Alshanetsky
iliaa Sat Feb 15 12:06:35 2003 EDT Modified files: /php4/ext/mysqli/tests 014.phpt Log: Fixed skip condition. Index: php4/ext/mysqli/tests/014.phpt diff -u php4/ext/mysqli/tests/014.phpt:1.2 php4/ext/mysqli/tests/014.phpt:1.3 --- php4/ext/mysqli/tests/

[PHP-CVS] cvs: php4 /ext/mysqli/tests 014.phpt 015.phpt

2003-02-15 Thread Georg Richter
georg Sat Feb 15 11:21:35 2003 EDT Modified files: /php4/ext/mysqli/tests 014.phpt 015.phpt Log: added skipif section (innodb-support) Index: php4/ext/mysqli/tests/014.phpt diff -u php4/ext/mysqli/tests/014.phpt:1.1 php4/ext/mysqli/tests/014.phpt:1.2

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

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 11:00:22 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: B.F.N. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.89 php4/NEWS:1.1247.2.90 --- php4/NEWS:1.1247.2.89 Sat Feb 15 10:16:58 2003 +++ php4/NEWS Sat Feb 15

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard formatted_print.c /ext/standard/tests/strings bug22227.phpt

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 10:59:13 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/stringsbug7.phpt Modified files: /php4/ext/standard formatted_print.c Log: MFH(r1.65): Fixed bug #7 MFH: Added test case for

[PHP-CVS] cvs: php4 /ext/standard formatted_print.c /ext/standard/tests/strings bug22227.phpt

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 10:57:31 2003 EDT Added files: /php4/ext/standard/tests/stringsbug7.phpt Modified files: /php4/ext/standard formatted_print.c Log: Fixed bug #7 Added test case for bug #7 Index: php4/ext/s

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-02-15 Thread Marcus Boerger
helly Sat Feb 15 10:20:17 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: fix parameter string (-R & -H) Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.69 php4/sapi/cli/php_cli.c:1.70 --- php4/sapi/cli/php_cli.c:1.69Tue Fe

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

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 10:16:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: bug fixed. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.88 php4/NEWS:1.1247.2.89 --- php4/NEWS:1.1247.2.88 Fri Feb 14 14:48:57 2003 +++ php4/NEWS Sat Feb 15 10:

[PHP-CVS] cvs: php4(PHP_4_3) /tests/lang bug22231.phpt

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 10:15:45 2003 EDT Added files: (Branch: PHP_4_3) /php4/tests/langbug22231.phpt Log: MFH: added test case for bug #22231 Index: php4/tests/lang/bug22231.phpt +++ php4/tests/lang/bug22231.phpt --TEST-- Bug #22231 (segfault when

[PHP-CVS] cvs: php4 /tests/lang bug22231.phpt

2003-02-15 Thread Moriyoshi Koizumi
moriyoshi Sat Feb 15 10:15:14 2003 EDT Added files: /php4/tests/langbug22231.phpt Log: Added test case for bug #22231 Index: php4/tests/lang/bug22231.phpt +++ php4/tests/lang/bug22231.phpt --TEST-- Bug #22231 (segfault when returning a global va

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

2003-02-15 Thread Wez Furlong
wez Sat Feb 15 10:11:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main network.c Log: MFH: Fix for Bug #21809 (select() never times out during socket shutdown) Index: php4/main/network.c diff -u php4/main/network.c:1.83.2.2 php4/main/network.c:1.83

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c

2003-02-15 Thread Edin Kadribasic
edink Sat Feb 15 08:26:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: Option -b needs an argument. This fixes #9. # Note -b still seems to be broken: # sapi/cgi/php -b # Status: 404 # Content-type: text