[PHP-CVS] cvs: php4 /ext/standard streamsfuncs.h

2003-02-28 Thread Wez Furlong
. | +--+ | Authors: Wez Furlong [EMAIL PROTECTED] | +--+ */ /* $Id: streamsfuncs.h,v 1.1 2003/02/28 20:06:05 wez Exp $ */ /* Flags for stream_socket_client */ #define PHP_STREAM_CLIENT_PERSISTENT1

[PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h /ext/standard streamsfuncs.c /main network.c php_network.h /main/streams xp_socket.c /win32 select.c

2003-02-28 Thread Wez Furlong
wez Fri Feb 28 16:03:37 2003 EDT Modified files: /php4/ext/ftp ftp.c ftp.h /php4/ext/standard streamsfuncs.c /php4/main network.c php_network.h /php4/main/streams xp_socket.c /php4/win32 select.c Log: Tidy up stupid signed/unsigned

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

2003-02-28 Thread Wez Furlong
wez Fri Feb 28 20:27:50 2003 EDT Modified files: /php4/ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h Log: Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high performance alternative to looping reads and writes. Index:

[PHP-CVS] cvs: php4 / NEWS

2003-02-28 Thread Wez Furlong
wez Fri Feb 28 20:28:50 2003 EDT Modified files: /php4 NEWS Log: New! Index: php4/NEWS diff -u php4/NEWS:1.1362 php4/NEWS:1.1363 --- php4/NEWS:1.1362Fri Feb 28 14:53:19 2003 +++ php4/NEWS Fri Feb 28 20:28:50 2003 @@ -27,6 +27,7 @@ .

[PHP-CVS] cvs: php4 /main network.c /main/streams transports.c xp_socket.c /win32 php4dllts.dsp

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 13:06:32 2003 EDT Modified files: /php4/main network.c /php4/main/streams transports.c xp_socket.c /php4/win32 php4dllts.dsp Log: Fixup build for win32 Index: php4/main/network.c diff -u php4/main/network.c:1.91

[PHP-CVS] cvs: php4 /ext/openssl openssl.c /ext/standard basic_functions.c file.c ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrappers.h

2003-02-27 Thread Wez Furlong
+18,7 @@ | Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id: http_fopen_wrapper.c,v 1.67 2003/02/27 17:43:37 wez Exp $ */ +/* $Id: http_fopen_wrapper.c,v 1.68 2003/02/27 18:16:34 wez Exp

[PHP-CVS] cvs: php4 / TODO

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 13:23:50 2003 EDT Modified files: /php4 TODO Log: Update todo slightly Index: php4/TODO diff -u php4/TODO:1.138 php4/TODO:1.139 --- php4/TODO:1.138 Mon Dec 2 11:38:22 2002 +++ php4/TODO Thu Feb 27 13:23:50 2003 @@ -24,9 +24,7

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

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 14:10:24 2003 EDT Modified files: /php4/ext/standard file.c /php4/main php_streams.h /php4/main/streams xp_socket.c Log: Add a generic meta data api for streams. Index: php4/ext/standard/file.c diff -u

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

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 20:47:28 2003 EDT Modified files: /php4/main/streams plain_wrapper.c Log: Implement memory mapping for win32. Could do with some rigorous testing; simple readfile() tests here appear to work. Index: php4/main/streams/plain_wrapper.c diff

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

2003-02-24 Thread Wez Furlong
wez Mon Feb 24 16:40:24 2003 EDT Modified files: /php4/ext/standard file.c /php4/main php_streams.h /php4/main/streams cast.c plain_wrapper.c streams.c Log: MFB: Bunch of streams related fixes. Index: php4/ext/standard/file.c diff -u

Re: [PHP-CVS] cvs: php4 /ext/standard file.c /main php_streams.h /main/streams cast.c plain_wrapper.c streams.c

2003-02-24 Thread Wez Furlong
PHP_4_3. I made the original fixes there and then up-ported them to PHP5, which wasn't suffering so much since the ze-stream patch. --Wez. On Mon, 24 Feb 2003, Rasmus Lerdorf wrote: On Mon, 24 Feb 2003, Wez Furlong wrote: wez Mon Feb 24 16:40:24 2003 EDT Modified files

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

2003-02-22 Thread Wez Furlong
wez Sat Feb 22 06:30:09 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Squashed those ugly bugs! Index: php4/NEWS diff -u php4/NEWS:1.1247.2.103 php4/NEWS:1.1247.2.104 --- php4/NEWS:1.1247.2.103 Thu Feb 20 12:57:54 2003 +++

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

2003-02-22 Thread Wez Furlong
wez Sat Feb 22 15:51:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Correct a bug number - thanks to Philip... Index: php4/NEWS diff -u php4/NEWS:1.1247.2.104 php4/NEWS:1.1247.2.105 --- php4/NEWS:1.1247.2.104 Sat Feb 22 06:30:06

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

2003-02-21 Thread Wez Furlong
wez Fri Feb 21 09:06:56 2003 EDT Modified files: /php4/main network.c /php4/win32 php4dllts.dsp Log: Add comment about thread-safety of gethostbyname on win32. Set the correct path to the win32 config.h file in the .dsp file. Index:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c /ext/standard/tests/file bug21131.phpt bug22362.phpt /main php_streams.h streams.c

2003-02-21 Thread Wez Furlong
wez Fri Feb 21 21:43:59 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/file bug22362.phpt Modified files: /php4/ext/standard file.c /php4/ext/standard/tests/file bug21131.phpt /php4/main

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Wez Furlong
wez Wed Feb 19 09:59:26 2003 EDT Modified files: /php4 NEWS Log: News about the ZE stream thing Index: php4/NEWS diff -u php4/NEWS:1.1346 php4/NEWS:1.1347 --- php4/NEWS:1.1346Wed Feb 19 01:33:43 2003 +++ php4/NEWS Wed Feb 19 09:59:26 2003 @@

[PHP-CVS] cvs: php4 / NEWS

2003-02-19 Thread Wez Furlong
wez Wed Feb 19 10:07:45 2003 EDT Modified files: /php4 NEWS Log: typo.. Index: php4/NEWS diff -u php4/NEWS:1.1347 php4/NEWS:1.1348 --- php4/NEWS:1.1347Wed Feb 19 09:59:26 2003 +++ php4/NEWS Wed Feb 19 10:07:45 2003 @@ -15,7 +15,7 @@ -

[PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c /main main.c php_ini.c ZendEngine2 Makefile.am flex.skl zend.c zend.h zend_compile.h zend_execute.c zend_globals.h zend_ini_scanner.l zend_language_scanner.h zend_language_scanner.l zend_stream.c zend_stream.h

2003-02-18 Thread Wez Furlong
: Wez Furlong [EMAIL PROTECTED] | +--+ */ /* $Id: zend_stream.c,v 1.1 2003/02/18 09:37:54 wez Exp $ */ #include zend.h #include zend_compile.h ZEND_DLIMPORT int isatty(int fd); static size_t

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

2003-02-18 Thread Wez Furlong
wez Tue Feb 18 14:03:45 2003 EDT Modified files: /php4/ext/rpc/com com.c /php4/main/streams streams.c Log: Fix incorrect TSRMLS_CC usage. Fix com_create_guid() Index: php4/ext/rpc/com/com.c diff -u php4/ext/rpc/com/com.c:1.24

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

2003-02-17 Thread Wez Furlong
strlen(command) should not be needed either since zend_parse_parameters returns the length anyway. --Wez. On Mon, 17 Feb 2003, Shane Caraveo wrote: shane Mon Feb 17 01:45:37 2003 EDT Modified files: /php4/ext/standardproc_open.c Log: you know it's time to get

[PHP-CVS] cvs: php4 /sapi/isapi php4isapi.c

2003-02-17 Thread Wez Furlong
wez Mon Feb 17 08:11:22 2003 EDT Modified files: /php4/sapi/isapiphp4isapi.c Log: Fix build under win32 Index: php4/sapi/isapi/php4isapi.c diff -u php4/sapi/isapi/php4isapi.c:1.96 php4/sapi/isapi/php4isapi.c:1.97 --- php4/sapi/isapi/php4isapi.c:1.96

[PHP-CVS] cvs: php4 /ext/standard file.c filters.c user_filters.c /main php_streams.h /main/streams cast.c context.h filter.c filter_api.h php_stream_context.h php_stream_filter_api.h php_stream_plain_wrapper.h php_stream_userspace.h plain_wrapper.h streams.c userspace.h

2003-02-17 Thread Wez Furlong
wez Mon Feb 17 20:22:22 2003 EDT Added files: /php4/main/streams php_stream_context.h php_stream_filter_api.h php_stream_plain_wrapper.h php_stream_userspace.h Removed files:

[PHP-CVS] cvs: php4 /ext/standard/tests/filters basic.phpt

2003-02-17 Thread Wez Furlong
wez Mon Feb 17 20:24:41 2003 EDT Added files: /php4/ext/standard/tests/filtersbasic.phpt Log: Add basic test of read filters and read filter chain. Index: php4/ext/standard/tests/filters/basic.phpt +++ php4/ext/standard/tests/filters/basic.phpt

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

2003-02-17 Thread Wez Furlong
wez Mon Feb 17 20:39:26 2003 EDT Modified files: /php4/main/streams filter.c streams.c Log: TSRMLS! Index: php4/main/streams/filter.c diff -u php4/main/streams/filter.c:1.2 php4/main/streams/filter.c:1.3 --- php4/main/streams/filter.c:1.2 Mon Feb 17

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 17:34:40 2003 EDT Modified files: /php4/win32 php4dllts.dsp Log: Update win32 project for streams juggling. Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.102 php4/win32/php4dllts.dsp:1.103 ---

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 17:39:01 2003 EDT Modified files: /php4/win32 php4dllts.dsp Log: Add the sunfuncs to the .dsp file for Moshe. Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.103 php4/win32/php4dllts.dsp:1.104 ---

[PHP-CVS] cvs: php4 /win32/installer setini.php

2003-02-16 Thread Wez Furlong
/installer/setini.php:1.2 Sun Feb 9 19:20:53 2003 +++ php4/win32/installer/setini.php Sun Feb 16 18:46:45 2003 @@ -1,5 +1,5 @@ ?php -/* $Id: setini.php,v 1.2 2003/02/10 00:20:53 wez Exp $ +/* $Id: setini.php,v 1.3 2003/02/16 23:46:45 wez Exp $ * Wez Furlong [EMAIL PROTECTED] * * Set options

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

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 19:01:31 2003 EDT Modified files: /php4/ext/standard sunfuncs.c Log: Fix compile warning Index: php4/ext/standard/sunfuncs.c diff -u php4/ext/standard/sunfuncs.c:1.1 php4/ext/standard/sunfuncs.c:1.2 --- php4/ext/standard/sunfuncs.c:1.1

[PHP-CVS] cvs: php4 /main php_streams.h /main/streams context.h filter_api.h plain_wrapper.h userspace.h

2003-02-16 Thread Wez Furlong
immediately. | +--+ | Author: Wez Furlong ([EMAIL PROTECTED]) | +--+ */ /* $Id: context.h,v 1.1 2003/02/17 00:20:38

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

2003-02-15 Thread Wez Furlong
:1.83.2.3 --- php4/main/network.c:1.83.2.2Tue Dec 31 11:26:11 2002 +++ php4/main/network.c Sat Feb 15 10:11:57 2003 @@ -16,7 +16,7 @@ | Streams work by Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id

[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

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

2003-02-15 Thread Wez Furlong
*php_escape_shell_cmd(char *); Index: php4/ext/standard/proc_open.c diff -u php4/ext/standard/proc_open.c:1.3 php4/ext/standard/proc_open.c:1.4 --- php4/ext/standard/proc_open.c:1.3 Fri Jan 24 11:45:34 2003 +++ php4/ext/standard/proc_open.c Sat Feb 15 12:18:57 2003 @@ -15,7 +15,7 @@ | Author: Wez

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

2003-02-15 Thread Wez Furlong
--- php4/ext/standard/proc_open.c:1.4 Sat Feb 15 12:18:57 2003 +++ php4/ext/standard/proc_open.c Sat Feb 15 12:33:11 2003 @@ -15,7 +15,7 @@ | Author: Wez Furlong [EMAIL PROTECTED

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

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

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 (for 4.3

[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
/com_wrapper.c:1.90 Mon Feb 10 18:22:48 2003 +++ php4/ext/rpc/com/com_wrapper.c Sat Feb 15 22:48:46 2003 @@ -18,7 +18,7 @@ | Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id

[PHP-CVS] cvs: php4 /win32/installer gen-nsis.php

2003-02-13 Thread Wez Furlong
/win32/installer/gen-nsis.php:1.3 --- php4/win32/installer/gen-nsis.php:1.2 Sun Feb 9 19:20:53 2003 +++ php4/win32/installer/gen-nsis.php Thu Feb 13 05:25:30 2003 @@ -1,7 +1,7 @@ ; PHP Installer for NSIS ; Based on Welcome/Finish Page Example Script (Written by Joost Verburg) ; Author: Wez

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 06:12:57 2003 EDT Modified files: /php4/main streams.c Log: Whitespace-fix these goto labels. Index: php4/main/streams.c diff -u php4/main/streams.c:1.146 php4/main/streams.c:1.147 --- php4/main/streams.c:1.146 Wed Feb 12 20:17:45 2003

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:35:55 2003 EDT Modified files: /php4/ext/standard config.m4 Log: cli should be allowed to have the chroot() function. Index: php4/ext/standard/config.m4 diff -u php4/ext/standard/config.m4:1.52 php4/ext/standard/config.m4:1.53 ---

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:37:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard config.m4 Log: MFH: cli should be allowed to use chroot() function. Index: php4/ext/standard/config.m4 diff -u php4/ext/standard/config.m4:1.47

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

2003-02-13 Thread Wez Furlong
php4/ext/standard/http_fopen_wrapper.c:1.60 --- php4/ext/standard/http_fopen_wrapper.c:1.59 Fri Feb 7 18:44:58 2003 +++ php4/ext/standard/http_fopen_wrapper.c Thu Feb 13 08:38:20 2003 @@ -18,7 +18,7 @@ | Wez Furlong [EMAIL PROTECTED

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:40:35 2003 EDT Modified files: /php4/main streams.c php_streams.h Log: Moving away from ANSI stdio for plain files. Index: php4/main/streams.c diff -u php4/main/streams.c:1.147 php4/main/streams.c:1.148 --- php4/main/streams.c:1.147

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

2003-02-13 Thread Wez Furlong
/http_fopen_wrapper.c:1.53.2.5 php4/ext/standard/http_fopen_wrapper.c:1.53.2.6 --- php4/ext/standard/http_fopen_wrapper.c:1.53.2.5 Wed Feb 12 19:42:06 2003 +++ php4/ext/standard/http_fopen_wrapper.c Thu Feb 13 08:42:31 2003 @@ -18,7 +18,7 @@ | Wez Furlong [EMAIL PROTECTED

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:43:38 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Use FILE*-less implementation for php://(stdin|stdout|stderr) Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/standard/php_fopen_wrapper.c:1.31

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

2003-02-13 Thread Wez Furlong
2002 +++ php4/main/network.c Thu Feb 13 09:35:47 2003 @@ -16,7 +16,7 @@ | Streams work by Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id: network.c,v 1.85 2002/12/31 15:58:52 sebastian Exp $ */ +/* $Id

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 09:43:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: MFH: clarify error message Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.27 php4/main/streams.c:1.125.2.28 --- php4/main/streams.c:1.125.2.27

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 09:52:54 2003 EDT Modified files: /php4/main streams.c Log: Clarify error message. Index: php4/main/streams.c diff -u php4/main/streams.c:1.149 php4/main/streams.c:1.150 --- php4/main/streams.c:1.149 Thu Feb 13 09:40:16 2003 +++

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:20:21 2003 EDT Modified files: /php4/main streams.c Log: A probable cure for many getcwd/relative include related problems for win32. Index: php4/main/streams.c diff -u php4/main/streams.c:1.152 php4/main/streams.c:1.153 ---

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:32:42 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: MFH: relative path fix for win32 Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.28 php4/main/streams.c:1.125.2.29 ---

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:36:36 2003 EDT Modified files: /php4/main php_open_temporary_file.c Log: Another IS_SLASH fix. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.21 php4/main/php_open_temporary_file.c:1.22 ---

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:37:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_open_temporary_file.c Log: MFH: Another IS_SLASH fix. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.18.2.4

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 16:03:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: Fix for Bug #22199 (fputs() + fgets() destroys readbuffer for non-seekable streams). Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.29

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 16:08:05 2003 EDT Modified files: /php4/main streams.c Log: MFB: Fix for bug #22199 Index: php4/main/streams.c diff -u php4/main/streams.c:1.153 php4/main/streams.c:1.154 --- php4/main/streams.c:1.153 Thu Feb 13 12:20:20 2003 +++

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

2003-02-12 Thread Wez Furlong
wez Wed Feb 12 20:27:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Fixed that one... Index: php4/NEWS diff -u php4/NEWS:1.1247.2.78 php4/NEWS:1.1247.2.79 --- php4/NEWS:1.1247.2.78 Wed Feb 12 15:45:52 2003 +++ php4/NEWS Wed

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

2003-02-10 Thread Wez Furlong
wez Mon Feb 10 07:36:06 2003 EDT Modified files: /php4/ext/rpc rpc.c Log: Newly created objects should use a separate function_table from the global class entry table. For objects instantiated via new, make sure that intern-function_table uses the

[PHP-CVS] cvs: php4 /ext/rpc/com com_wrapper.c

2003-02-10 Thread Wez Furlong
/com_wrapper.c:1.87 Mon Feb 10 07:33:14 2003 +++ php4/ext/rpc/com/com_wrapper.c Mon Feb 10 08:13:27 2003 @@ -18,7 +18,7 @@ | Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id: com_wrapper.c,v

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

2003-02-10 Thread Wez Furlong
wez Mon Feb 10 13:37:27 2003 EDT Modified files: /php4/ext/rpc/com com.c Log: Implement com_describe Index: php4/ext/rpc/com/com.c diff -u php4/ext/rpc/com/com.c:1.17 php4/ext/rpc/com/com.c:1.18 --- php4/ext/rpc/com/com.c:1.17 Mon Feb 10 07:33:14 2003 +++

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

2003-02-10 Thread Wez Furlong
wez Mon Feb 10 15:30:24 2003 EDT Modified files: /php4/ext/rpc/com com.c Log: byref really means that we want the zval... Index: php4/ext/rpc/com/com.c diff -u php4/ext/rpc/com/com.c:1.18 php4/ext/rpc/com/com.c:1.19 --- php4/ext/rpc/com/com.c:1.18 Mon Feb

[PHP-CVS] cvs: php4 /ext/rpc/com com_wrapper.c

2003-02-10 Thread Wez Furlong
/com_wrapper.c:1.89 Mon Feb 10 15:58:53 2003 +++ php4/ext/rpc/com/com_wrapper.c Mon Feb 10 18:22:48 2003 @@ -18,7 +18,7 @@ | Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id: com_wrapper.c,v 1.89

[PHP-CVS] cvs: php4 /ext/rpc/com com.c com_wrapper.c variant.h

2003-02-09 Thread Wez Furlong
/rpc/com/com_wrapper.c:1.86 --- php4/ext/rpc/com/com_wrapper.c:1.85 Sat Jan 18 19:45:47 2003 +++ php4/ext/rpc/com/com_wrapper.c Sun Feb 9 16:40:12 2003 @@ -18,7 +18,7 @@ | Wez Furlong [EMAIL PROTECTED

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

2003-02-09 Thread Wez Furlong
wez Sun Feb 9 18:11:23 2003 EDT Modified files: /php4/ext/standard file.c Log: ZTS fix Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.299 php4/ext/standard/file.c:1.300 --- php4/ext/standard/file.c:1.299 Sun Feb 9 15:43:05 2003

[PHP-CVS] cvs: php4 /win32/installer gen-nsis.php setini.php

2003-02-09 Thread Wez Furlong
/installer/setini.php Sun Feb 9 19:20:53 2003 @@ -1,5 +1,5 @@ ?php -/* $Id: setini.php,v 1.1 2003/02/05 07:32:22 wez Exp $ +/* $Id: setini.php,v 1.2 2003/02/10 00:20:53 wez Exp $ * Wez Furlong [EMAIL PROTECTED] * * Set options in a php.ini file. @@ -9,6 +9,8 @@ * $argv[2] is the path

[PHP-CVS] cvs: php4 /sapi/activescript EXPERIMENTAL

2003-02-05 Thread Wez Furlong
wez Wed Feb 5 03:12:58 2003 EDT Added files: /php4/sapi/activescript EXPERIMENTAL Log: Mark activescript sapi as experimental, so that the installer can categorize it appropriately. -- PHP CVS Mailing List (http://www.php.net/) To

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

2003-01-31 Thread Wez Furlong
wez Fri Jan 31 22:52:32 2003 EDT Modified files: /php4/ext/standard var.c Log: Don't assume that objects have class entries (in the ZE1 sense) when determining the class name. Additionally, don't assume that objects have a properties hash either.

[PHP-CVS] cvs: embed /php-irssi genobjdefs.php

2003-01-30 Thread Wez Furlong
-irssi/genobjdefs.php:1.1 Thu Jan 30 04:04:35 2003 +++ embed/php-irssi/genobjdefs.php Thu Jan 30 04:45:04 2003 @@ -15,7 +15,7 @@ +--+ | Author: Wez Furlong [EMAIL PROTECTED

[PHP-CVS] cvs: embed /php-irssi nick.c

2003-01-30 Thread Wez Furlong
+++ embed/php-irssi/nick.c Thu Jan 30 04:57:18 2003 @@ -14,10 +14,27 @@ +--+ | Author: Wez Furlong [EMAIL PROTECTED

[PHP-CVS] cvs: embed /php-irssi genobjdefs.php gensignals.php php-irssi-obj.c php-irssi.h typemap.php

2003-01-30 Thread Wez Furlong
07:12:20 2003 @@ -15,7 +15,7 @@ +--+ | Author: Wez Furlong [EMAIL PROTECTED]| +--+ - $Id: genobjdefs.php,v 1.2 2003/01

[PHP-CVS] cvs: embed /php-irssi README

2003-01-30 Thread Wez Furlong
wez Thu Jan 30 07:25:08 2003 EDT Modified files: /embed/php-irssiREADME Log: Slight clarification. # I'm not too bothered with this at this stage! Index: embed/php-irssi/README diff -u embed/php-irssi/README:1.3 embed/php-irssi/README:1.4 ---

[PHP-CVS] cvs: embed /php-irssi php-core.c

2003-01-30 Thread Wez Furlong
/php-core.c:1.2 Thu Jan 30 04:04:35 2003 +++ embed/php-irssi/php-core.c Thu Jan 30 07:25:39 2003 @@ -14,7 +14,7 @@ +--+ | Author: Wez Furlong [EMAIL PROTECTED

[PHP-CVS] cvs: embed /php-irssi README

2003-01-30 Thread Wez Furlong
wez Thu Jan 30 07:31:45 2003 EDT Modified files: /embed/php-irssiREADME Log: Try and keep edin happy Index: embed/php-irssi/README diff -u embed/php-irssi/README:1.4 embed/php-irssi/README:1.5 --- embed/php-irssi/README:1.4 Thu Jan 30 07:25:08 2003

[PHP-CVS] cvs: embed /php-irssi channel.c ext-irssi.c genobjdefs.php nick.c php-irssi-obj.c php-irssi.h server.c typemap.php /php-irssi/examples users.php

2003-01-30 Thread Wez Furlong
+14,12 @@ +--+ | Author: Wez Furlong [EMAIL PROTECTED]| +--+ - $Id: channel.c,v 1.1 2003/01/30 09:04:35 wez Exp $ + $Id

[PHP-CVS] cvs: embed /php-irssi .cvsignore

2003-01-29 Thread Wez Furlong
wez Wed Jan 29 13:50:33 2003 EDT Modified files: /embed/php-irssi.cvsignore Log: Ignore these dirs too Index: embed/php-irssi/.cvsignore diff -u embed/php-irssi/.cvsignore:1.1.1.1 embed/php-irssi/.cvsignore:1.2 --- embed/php-irssi/.cvsignore:1.1.1.1

[PHP-CVS] cvs: embed /php-irssi config.m4 irssi.diff

2003-01-29 Thread Wez Furlong
wez Wed Jan 29 15:34:58 2003 EDT Added files: /embed/php-irssiconfig.m4 Modified files: /embed/php-irssiirssi.diff Log: Tweak the configure stuff so that you can specify the path to php-config

[PHP-CVS] cvs: embed /php-irssi Makefile.am config.m4

2003-01-29 Thread Wez Furlong
wez Wed Jan 29 16:10:53 2003 EDT Modified files: /embed/php-irssiMakefile.am config.m4 Log: Some more build fixes so that the module will run when libphp4.so is not installed into a dir covered by the normal system library path. Index:

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

2003-01-18 Thread Wez Furlong
wez Sat Jan 18 09:10:22 2003 EDT Modified files: /php4/ext/standard file.c Log: Fix potential problem for 64-bit architectures. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.293 php4/ext/standard/file.c:1.294 ---

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

2003-01-15 Thread Wez Furlong
, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+ | Author: Wez Furlong

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

2003-01-15 Thread Wez Furlong
@@ -12,10 +12,10 @@ | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+ - | Author: Wez Furlong

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

2003-01-14 Thread Wez Furlong
It should be noted that this is only necessary for lines beginning with the string From which some mtas will mangle in transit, thus rendering digital signatures invalid. --Wez. On Tue, 14 Jan 2003, Moriyoshi Koizumi wrote: moriyoshi Tue Jan 14 11:42:19 2003 EDT Modified

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

2003-01-13 Thread Wez Furlong
I am going to alter the API so that you can pass a zval directly to the filter implementation; this will make the code so much simpler. I mentioned this last week, and I'd feel happier if there was less code to maintain, so please consider reverting the parameter parsing commit. Sorry if this

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

2003-01-10 Thread Wez Furlong
wez Fri Jan 10 08:32:25 2003 EDT Modified files: /php4/ext/standard math.c Log: Fix the number format fix when the number of decimal places is 0. # Thanks to Edin for his telepathy! Index: php4/ext/standard/math.c diff -u

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

2003-01-09 Thread Wez Furlong
wez Thu Jan 9 12:29:31 2003 EDT Modified files: /php4/ext/standard basic_functions.c basic_functions.h formatted_print.c /php4/tests/strings 002.phpt Log: Implement fprintf() and vfprintf(). Add a couple of tests. Index:

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

2003-01-07 Thread Wez Furlong
I don't think this makes much sense and would prefer it to default to all filters if there is a good reason to keep the option. --Wez. On Tue, 7 Jan 2003, Sara Golemon wrote: pollita Mon Jan 6 20:02:30 2003 EDT Modified files: /php4/ext/standarduser_filters.c

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

2003-01-06 Thread Wez Furlong
wez Mon Jan 6 09:00:58 2003 EDT Modified files: /php4/main php_streams.h Log: Fix for bug #21406; infinite loop during filter flushing. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.65 php4/main/php_streams.h:1.66 ---

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

2003-01-06 Thread Wez Furlong
wez Mon Jan 6 09:04:24 2003 EDT Modified files: /php4/ext/standard/tests/file userfilters.phpt Log: Make it slightly more obvious that the return value is relative to the length of the input data. Index:

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

2003-01-06 Thread Wez Furlong
wez Mon Jan 6 18:27:03 2003 EDT Modified files: /php4/main streams.c Log: Fix for Bug #20827: where stat is a macro on Tru64. Patch from [EMAIL PROTECTED] Index: php4/main/streams.c diff -u php4/main/streams.c:1.141 php4/main/streams.c:1.142 ---

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.huser_filters.c

2003-01-05 Thread Wez Furlong
Because there is no structure to return :) This function returns an array of the names of the filters available for use via stream_filter_(prepend|append). --Wez. On Sat, 4 Jan 2003, Sterling Hughes wrote: pollita Sat Jan 4 22:24:38 2003 EDT Modified files:

Re: [PHP-CVS] cvs: php4 /ext/standard exec.c file.c filestat.c html.csyslog.c

2003-01-03 Thread Wez Furlong
Wouldn't it be better to just remove proc_open from the function table under netware? It doesn't make sense to do all that work and then fail because there is not way to execute a new process (fork() + exec()). --Wez. On Fri, 3 Jan 2003, Anantha Kesari H Y wrote: hyanantha Fri Jan

Re: [PHP-CVS] cvs: php4 / acinclude.m4 configure.in /main streams.c

2003-01-02 Thread Wez Furlong
Rethans wrote: On Thu, 2 Jan 2003, Wez Furlong wrote: Defaulting to assuming that the target has a broken libc can cause race conditions (as the append operation is no-longer atomic). Default to assuming a working libc will cause a+ operations to fail when the target actually has a broken

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

2003-01-01 Thread Wez Furlong
wez Wed Jan 1 04:55:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4 acinclude.m4 configure.in /php4/main streams.c Log: Workaround a bug in glibc 2.2.9x and later that causes it not to seek to EOF for stdio streams opened with a mode of a+.

[PHP-CVS] cvs: php4 / acinclude.m4 configure.in /main streams.c

2003-01-01 Thread Wez Furlong
wez Wed Jan 1 04:58:17 2003 EDT Modified files: /php4 acinclude.m4 configure.in /php4/main streams.c Log: Workaround for glibc 2.2.9x and later a+ bug that does not seek to EOF for files fopen()ed with that mode. Index:

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c config.m4 filters.c php_standard.h php_string.h string.c user_filters.c /ext/standard/tests/file userfilters.phpt

2003-01-01 Thread Wez Furlong
. | +--+ | Authors: | | Wez Furlong ([EMAIL PROTECTED]) | +--+ */ /* $Id: filters.c,v 1.1 2003/01/01 11:04:44 wez Exp $ */ #include php.h

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

2003-01-01 Thread Wez Furlong
wez Wed Jan 1 06:21:40 2003 EDT Modified files: /php4/ext/standard filters.c Log: Tidy up Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.1 php4/ext/standard/filters.c:1.2 --- php4/ext/standard/filters.c:1.1 Wed Jan 1

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

2002-12-31 Thread Wez Furlong
wez Tue Dec 31 06:42:16 2002 EDT Modified files: /php4/ext/zlib zlib.c zlib_fopen_wrapper.c Log: Fix for #21304 (gzopen did not report errors on open; a mode broken) Index: php4/ext/zlib/zlib.c diff -u php4/ext/zlib/zlib.c:1.157

[PHP-CVS] cvs: php4(PHP_4_3) /ext/zlib zlib.c zlib_fopen_wrapper.c

2002-12-31 Thread Wez Furlong
wez Tue Dec 31 06:43:02 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/zlib zlib.c zlib_fopen_wrapper.c Log: MFH: Fix for 21304 (gzopen not reporting errors, a mode broken). Index: php4/ext/zlib/zlib.c diff -u php4/ext/zlib/zlib.c:1.153.2.3

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

2002-12-26 Thread Wez Furlong
wez Thu Dec 26 17:35:01 2002 EDT Modified files: /php4/ext/standard file.c Log: Remove cruft that opened a stream that was never closed in get_meta_tags(). (probably my fault). Noticed by Philip Olson Index: php4/ext/standard/file.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c

2002-12-26 Thread Wez Furlong
wez Thu Dec 26 17:36:21 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH: get_meta_tags() stream leak Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.3 php4/ext/standard/file.c:1.279.2.4 ---

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

2002-12-22 Thread Wez Furlong
@@ | Streams work by Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id: network.c,v 1.83 2002/10/29 14:57:12 wez Exp $ */ +/* $Id: network.c,v 1.84 2002/12/22 13:55:45 wez Exp $ */ /*#define DEBUG_MAIN_NETWORK 1

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

2002-12-22 Thread Wez Furlong
2002 @@ -16,7 +16,7 @@ | Streams work by Wez Furlong [EMAIL PROTECTED] | +--+ */ -/* $Id: network.c,v 1.83 2002/10/29 14:57:12 wez Exp $ */ +/* $Id: network.c,v 1.83.2.1 2002/12/22 13:58:41 wez Exp

<    5   6   7   8   9   10   11   12   >