[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

[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

[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/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

[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/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

[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 ---

[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

[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 ---

[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-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

[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

[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-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

[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:

[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

[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 /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

[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 ---

[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

[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.5

[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 /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

[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.

[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 /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

[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

[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 +++

[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 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 +++

[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 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

[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

[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/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 +++

[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

[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

[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