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

2002-10-13 Thread Derick Rethans
derick Mon Oct 14 03:18:24 2002 EDT Modified files: /php4 run-tests.php Log: - Added the TEST_PHP_USER environment variable with which you can specify additional directories with tests to run. This is ideal for having your own test suite on your sys

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

2002-10-13 Thread Derick Rethans
derick Mon Oct 14 02:58:57 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: - Fix CLI Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.35 php4/sapi/cli/php_cli.c:1.36 --- php4/sapi/cli/php_cli.c:1.35Thu Oct 3 06:35:33 200

[PHP-CVS] cvs: php4 /main php_network.h

2002-10-13 Thread Sebastian Bergmann
sebastian Mon Oct 14 01:56:03 2002 EDT Modified files: /php4/main php_network.h Log: Whitespace fixes. Index: php4/main/php_network.h diff -u php4/main/php_network.h:1.34 php4/main/php_network.h:1.35 --- php4/main/php_network.h:1.34Mon Oct 14

[PHP-CVS] cvs: php4 /main php_network.h

2002-10-13 Thread Sebastian Bergmann
sebastian Mon Oct 14 01:54:15 2002 EDT Modified files: /php4/main php_network.h Log: Fix Win32 build. Index: php4/main/php_network.h diff -u php4/main/php_network.h:1.33 php4/main/php_network.h:1.34 --- php4/main/php_network.h:1.33Sun Oct 13 1

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

2002-10-13 Thread Wez Furlong
wez Mon Oct 14 01:38:50 2002 EDT Modified files: /php4/main streams.c Log: *cough* Fix inverted logic for the assert. Index: php4/main/streams.c diff -u php4/main/streams.c:1.104 php4/main/streams.c:1.105 --- php4/main/streams.c:1.104 Sun Oct 13 22:

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

2002-10-13 Thread Jani Taskinen
sniper Sun Oct 13 22:46:52 2002 EDT Modified files: /php4/ext/snmp snmp.c Log: This is not zval.. Index: php4/ext/snmp/snmp.c diff -u php4/ext/snmp/snmp.c:1.60 php4/ext/snmp/snmp.c:1.61 --- php4/ext/snmp/snmp.c:1.60 Thu Sep 5 07:50:43 2002 +++ php4/

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 22:28:36 2002 EDT Modified files: /php4/ext/standard file.c /php4/main streams.c Log: @- fgets($fp) (with no length parameter) now uses a buffer as long as the @ the next line available from the $fp. Previously, there was a 1KB limit.

[PHP-CVS] cvs: php4 /ext/standard/tests/file userstreams.phpt

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 22:25:52 2002 EDT Modified files: /php4/ext/standard/tests/file userstreams.phpt Log: Add a sanity check and more verbose output in the case of an error. Index: php4/ext/standard/tests/file/userstreams.phpt diff -u php4/ext/standard/

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 21:27:43 2002 EDT Modified files: /php4/main network.c Log: Implement better SSL error handling. Index: php4/main/network.c diff -u php4/main/network.c:1.77 php4/main/network.c:1.78 --- php4/main/network.c:1.77Sun Oct 13 19:43:21 2002

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 20:16:02 2002 EDT Modified files: /php4/main user_streams.c Log: Fix stream_eof result interpretation (and thus the user-streams test). Index: php4/main/user_streams.c diff -u php4/main/user_streams.c:1.26 php4/main/user_streams.c:1.27 --

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 19:43:46 2002 EDT Modified files: /php4/main streams.c Log: Remove some old code. Index: php4/main/streams.c diff -u php4/main/streams.c:1.102 php4/main/streams.c:1.103 --- php4/main/streams.c:1.102 Sun Oct 13 18:52:33 2002 +++ php4/mai

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 19:43:21 2002 EDT Modified files: /php4/main network.c php_network.h Log: A much better probable fix for #16114. Index: php4/main/network.c diff -u php4/main/network.c:1.76 php4/main/network.c:1.77 --- php4/main/network.c:1.76Sun Oct

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 19:21:06 2002 EDT Modified files: /php4/main network.c Log: Probable fix for #16114 Index: php4/main/network.c diff -u php4/main/network.c:1.75 php4/main/network.c:1.76 --- php4/main/network.c:1.75Sun Oct 13 18:01:39 2002 +++ php4/mai

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

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 18:52:33 2002 EDT Modified files: /php4/main streams.c Log: Fix a nasty nasty bug: When not enough data to satisfy a read was found in the buffer, fgets modifies the buf pointer to point to the position to store the next chunk. It then r

[PHP-CVS] cvs: php4 /ext/standard fsock.c /main network.c php_network.h

2002-10-13 Thread Wez Furlong
wez Sun Oct 13 18:01:40 2002 EDT Modified files: /php4/ext/standard fsock.c /php4/main network.c php_network.h Log: (php_socket_errno) win32 errno compatible macro. (php_socket_strerror) win32 compatible strerror replacement. Add an E_NOTICE when a

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

2002-10-13 Thread Shane Caraveo
Essentialy the same thing is done in zend engine with zend_error_cb, and this is nothing fancy, but the one thing I can think of might be the 3rd line I added in php_variables.c. Maybe this needs to happen within one of the startup functions instead. If you can try that, that would be cool, I do

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-13 Thread Sander Roobol
sander Sat Oct 12 12:16:37 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: Typo Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.212 php4/ext/domxml/php_domxml.c:1.213 --- php4/ext/domxml/php_domxml.c:1.212 Fri Oct

[PHP-CVS] cvs: php4 /sapi/embed config.m4

2002-10-13 Thread Jani Taskinen
sniper Fri Oct 11 19:28:01 2002 EDT Modified files: /php4/sapi/embedconfig.m4 Log: - Removed the unnecessary extra configure option --enable-shared-embed - Changed --enable-embed to accept parameters shared/static and default to static build. Inde

[PHP-CVS] cvs: php4 /sapi/embed config.m4

2002-10-13 Thread Jani Taskinen
sniper Fri Oct 11 20:54:53 2002 EDT Modified files: /php4/sapi/embedconfig.m4 Log: Default to shared. Index: php4/sapi/embed/config.m4 diff -u php4/sapi/embed/config.m4:1.2 php4/sapi/embed/config.m4:1.3 --- php4/sapi/embed/config.m4:1.2 Fri Oct 11

[PHP-CVS] cvs: php4 / NEWS

2002-10-13 Thread James Cox
imajes Sat Oct 12 13:47:45 2002 EDT Modified files: /php4 NEWS Log: mention vpopmail. Index: php4/NEWS diff -u php4/NEWS:1.1200 php4/NEWS:1.1201 --- php4/NEWS:1.1200Sat Oct 12 10:59:40 2002 +++ php4/NEWS Sat Oct 12 13:47:45 2002 @@ -9,6 +9,7 @@

[PHP-CVS] cvs: php4 /ext/db/tests .cvsignore

2002-10-13 Thread Jani Taskinen
sniper Sun Oct 13 04:08:53 2002 EDT Modified files: /php4/ext/db/tests .cvsignore Log: ignore test.dbm Index: php4/ext/db/tests/.cvsignore diff -u php4/ext/db/tests/.cvsignore:1.5 php4/ext/db/tests/.cvsignore:1.6 --- php4/ext/db/tests/.cvsignore:1.5Mon

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

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sun Oct 13 05:48:19 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed proto. Clean up. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.234 php4/ext/pgsql/pgsql.c:1.235 --- php4/ext/pgsql/pgsql.c:1.234Sun Oct 13 05

[PHP-CVS] cvs: php4 /ext/standard/tests/file .cvsignore

2002-10-13 Thread Jani Taskinen
sniper Sun Oct 13 04:08:07 2002 EDT Modified files: /php4/ext/standard/tests/file .cvsignore Log: These should be ignored. Index: php4/ext/standard/tests/file/.cvsignore diff -u php4/ext/standard/tests/file/.cvsignore:1.6 php4/ext/standard/tests/file

[PHP-CVS] cvs: php4 / NEWS

2002-10-13 Thread Jani Taskinen
sniper Sat Oct 12 19:05:35 2002 EDT Modified files: /php4 NEWS Log: Add note about fhttpd removal. Index: php4/NEWS diff -u php4/NEWS:1.1201 php4/NEWS:1.1202 --- php4/NEWS:1.1201Sat Oct 12 13:47:45 2002 +++ php4/NEWS Sat Oct 12 19:05:34 2002 @@

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

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sun Oct 13 05:41:36 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Need to init connstring when there are 2 args. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.233 php4/ext/pgsql/pgsql.c:1.234 --- php4/ext/pgsql/pgsql.c:1.

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

2002-10-13 Thread Ilia Alshanetsky
iliaa Sat Oct 12 21:40:46 2002 EDT Modified files: /php4/ext/ftp ftp.c Log: Fixed ZTS build Fixed 2 ZTS related warnings Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.67 php4/ext/ftp/ftp.c:1.68 --- php4/ext/ftp/ftp.c:1.67 Fri Oct 4 18

[PHP-CVS] cvs: php4 /sapi/cgi CREDITS README.FastCGI cgi_main.c

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 05:40:44 2002 EDT Added files: /php4/sapi/cgi README.FastCGI Modified files: /php4/sapi/cgi CREDITS cgi_main.c Log: make fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation get rid

[PHP-CVS] cvs: php4 /sapi/cgi config.m4 /sapi/fhttpd .cvsignore CREDITS fhttpd.c

2002-10-13 Thread Jani Taskinen
sniper Sat Oct 12 19:02:43 2002 EDT Removed files: /php4/sapi/fhttpd .cvsignore CREDITS fhttpd.c Modified files: /php4/sapi/cgi config.m4 Log: - Removed sapi/fhttpd (this webserver is dead) Index: php4/sapi/cgi/config.m4 dif

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

2002-10-13 Thread Derick Rethans
derick Sat Oct 12 13:12:43 2002 EDT Modified files: /php4/ext/session/tests 015.phpt Log: - Hardcode setting which affects the test Index: php4/ext/session/tests/015.phpt diff -u php4/ext/session/tests/015.phpt:1.1 php4/ext/session/tests/015.phpt:1.2 --

[PHP-CVS] cvs: php4 /sapi/cgi/libfcgi os_win32.c

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 01:55:03 2002 EDT Modified files: /php4/sapi/cgi/libfcgi os_win32.c Log: fix invalid handle issue that shutdown php fastcgi prematurly fix checking os name for impersonation Index: php4/sapi/cgi/libfcgi/os_win32.c diff -u php4/sapi/

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-10-13 Thread Sascha Schumann
sas Sun Oct 13 07:54:08 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Redo the patch on Linux, the cygwin diff seems to be a bit broken. Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.20 php4/sapi/thttpd/tht

[PHP-CVS] cvs: php4 /ext/standard/tests/file 003.inc 003.phpt

2002-10-13 Thread Derick Rethans
derick Sat Oct 12 12:53:13 2002 EDT Removed files: /php4/ext/standard/tests/file 003.inc Modified files: /php4/ext/standard/tests/file 003.phpt Log: - Make the test do what it says Index: php4/ext/standard/tests/file/003.p

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

2002-10-13 Thread Wez Furlong
wez Sat Oct 12 21:03:44 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Make PHP follow 301 correctly. # There may be other cases that need handling properly; I'll have to spend # some time investigating why we even need special case

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2002-10-13 Thread Sascha Schumann
sas Sun Oct 13 07:50:16 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: PHP + thttpd (+IRCG) build using CYGWIN now Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.19 php4/sapi/thttpd/thttpd_patch:1.20 --- php

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sun Oct 13 05:37:27 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Introduce connect_type option to pg_connect(). pg_connect(conn_str, conn_type) is allowed. @Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) # If y

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

2002-10-13 Thread Wez Furlong
wez Fri Oct 11 22:31:43 2002 EDT Modified files: /php4/main streams.c Log: Write in blocks of the current chunk_size for a stream. Should resolve problems with network writes. Index: php4/main/streams.c diff -u php4/main/streams.c:1.99 php4/main/strea

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

2002-10-13 Thread Yasuo Ohgaki
I get segfault with this patch during "make install"... # It seems failed to send previous mail... # Sorry, if you get 2 mails -- Yasuo Ohgaki Shane Caraveo wrote: > shane Sun Oct 13 04:38:09 2002 EDT > > Modified files: > /php4/mainphp_variables.c php_varia

[PHP-CVS] cvs: php4 /sapi/cgi/libfcgi os_win32.c

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 03:23:17 2002 EDT Modified files: /php4/sapi/cgi/libfcgi os_win32.c Log: fix shutdown issues Index: php4/sapi/cgi/libfcgi/os_win32.c diff -u php4/sapi/cgi/libfcgi/os_win32.c:1.5 php4/sapi/cgi/libfcgi/os_win32.c:1.6 --- php4/sapi/cgi/l

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

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 04:38:09 2002 EDT Modified files: /php4/main php_variables.c php_variables.h Log: make php_import_environment_variables overwritable so fastcgi can correctly set $_ENV. Index: php4/main/php_variables.c diff -u php4/main/php_variables

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

2002-10-13 Thread Derick Rethans
derick Sat Oct 12 15:29:57 2002 EDT Modified files: /php4 run-tests.php Log: - woohooo! Automatic build test submits! Index: php4/run-tests.php diff -u php4/run-tests.php:1.68 php4/run-tests.php:1.69 --- php4/run-tests.php:1.68 Thu Oct 10 12:08:15

[PHP-CVS] cvs: php4 /sapi/thttpd config.m4

2002-10-13 Thread Sascha Schumann
sas Sun Oct 13 07:28:07 2002 EDT Modified files: /php4/sapi/thttpd config.m4 Log: Use if block rather than an or expression Index: php4/sapi/thttpd/config.m4 diff -u php4/sapi/thttpd/config.m4:1.15 php4/sapi/thttpd/config.m4:1.16 --- php4/sapi/thttpd/c

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

2002-10-13 Thread Derick Rethans
derick Sun Oct 13 10:14:34 2002 EDT Modified files: /php4/ext/standard dl.c Log: - Fixed bug #19885, dl() no longer gives a fatal error when a module could not be loaded. (Derick) Index: php4/ext/standard/dl.c diff -u php4/ext/standard/dl.c:1.73 php4/e

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sat Oct 12 23:00:49 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Enable pg_escape_bytea(). Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.231 php4/ext/pgsql/pgsql.c:1.232 --- php4/ext/pgsql/pgsql.c:1.231

[PHP-CVS] cvs: php4 /ext/session/tests 004.phpt 005.phpt 014.phpt 015.phpt 018.phpt 020.phpt 021.phpt

2002-10-13 Thread Derick Rethans
derick Sun Oct 13 07:14:49 2002 EDT Modified files: /php4/ext/session/tests 004.phpt 005.phpt 014.phpt 015.phpt 018.phpt 020.phpt 021.phpt Log: - Hardcode dependent ini setting Index: php4/ext/session/tests/004.phpt diff

[PHP-CVS] cvs: php4 /sapi/cgi/libfcgi os_unix.c

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 04:34:27 2002 EDT Modified files: /php4/sapi/cgi/libfcgi os_unix.c Log: fixes for unix, untested remove exit calls fix a couple function definitions Index: php4/sapi/cgi/libfcgi/os_unix.c diff -u php4/sapi/cgi/libfcgi/os_unix.c:1.

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

2002-10-13 Thread Ilia Alshanetsky
iliaa Fri Oct 11 23:11:29 2002 EDT Modified files: /php4/ext/standard info.c Log: Fixed memory leaks. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.216 php4/ext/standard/info.c:1.217 --- php4/ext/standard/info.c:1.216 Thu Oct 10

[PHP-CVS] cvs: php4 /sapi/thttpd config.m4

2002-10-13 Thread Sascha Schumann
sas Sun Oct 13 07:28:34 2002 EDT Modified files: /php4/sapi/thttpd config.m4 Log: Remove set .x Index: php4/sapi/thttpd/config.m4 diff -u php4/sapi/thttpd/config.m4:1.16 php4/sapi/thttpd/config.m4:1.17 --- php4/sapi/thttpd/config.m4:1.16 Sun Oct 13

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

2002-10-13 Thread Ilia Alshanetsky
iliaa Sat Oct 12 12:09:01 2002 EDT Modified files: /php4/ext/standard url.c Log: Fixed a bug introduced by previous patch. Index: php4/ext/standard/url.c diff -u php4/ext/standard/url.c:1.54 php4/ext/standard/url.c:1.55 --- php4/ext/standard/url.c:1.54