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

2003-01-09 Thread Wez Furlong
wez Thu Jan 9 10:44:50 2003 EDT Added files: /php4/ext/standard/tests/math bug21523.phpt Modified files: /php4/ext/standard math.c Log: Fix Bug #21523 - number_format could cause a memory allocation for a negative memory size

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

[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 php4/ext/standard/math.c:1.100

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 mak

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 f

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

2003-01-15 Thread Wez Furlong
-+ | Copyright (c) 1997-2003 The PHP Group| +----------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is| | available at through the world-wide-web at

[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
you a copy immediately. | +----------+ - | Author: Wez Furlong | + | Author: Wez Furlong <[EMAIL PROTECTED]> | +---

[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 --- php4/ext/standard/fi

[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 --with-php=/usr/local/php5/bin/

[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: embed/php-

[PHP-CVS] cvs: embed /php-irssi .cvsignore Makefile.am README channel.c ext-irssi.c genobjdefs.php gensignals.php nick.c php-core.c php-core.h php-irssi-obj.c php-irssi-obj.h php-irssi.h server.c typemap.php

2003-01-30 Thread Wez Furlong
at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through th

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

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

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

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

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

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

2003-01-30 Thread Wez Furlong
wez Thu Jan 30 07:35:53 2003 EDT Modified files: /embed/php-irssiREADME Log: Add a note on debugging... Index: embed/php-irssi/README diff -u embed/php-irssi/README:1.5 embed/php-irssi/README:1.6 --- embed/php-irssi/README:1.5 Thu Jan 30 07:31:45

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

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

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

2003-01-30 Thread Wez Furlong
wez Thu Jan 30 08:50:10 2003 EDT Added files: /embed/php-irssiTODO Log: Add a todo list. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[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: php4 /win32/installer README gen-nsis.php setini.php

2003-02-04 Thread Wez Furlong
: # PHP 4.3.0 .zip distro: 5,950,222 bytes # PHP 4.3.0 installer:5,426,242 bytes Index: php4/win32/installer/gen-nsis.php +++ php4/win32/installer/gen-nsis.php ; PHP Installer for NSIS ; Based on Welcome/Finish Page Example Script (Written by Joost Verburg) ; Author: Wez Furlong

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

[PHP-CVS] cvs: php4 /ext/iconv CREDITS

2003-02-05 Thread Wez Furlong
wez Wed Feb 5 03:15:08 2003 EDT Added files: /php4/ext/iconv CREDITS Log: Credits for iconv -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-02-09 Thread Wez Furlong
wez Sun Feb 9 16:35:30 2003 EDT Modified files: /php4/ext/rpc rpc_proxy.c Log: Fix some warnings Index: php4/ext/rpc/rpc_proxy.c diff -u php4/ext/rpc/rpc_proxy.c:1.6 php4/ext/rpc/rpc_proxy.c:1.7 --- php4/ext/rpc/rpc_proxy.c:1.6Sat Jan 11 03:59

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

2003-02-09 Thread Wez Furlong
wez Sun Feb 9 16:37:40 2003 EDT Modified files: /php4/ext/rpc handler.h rpc.c Log: Add get_class_name handler so that the current var_dump implementation does not segfault. Add a generic rpc_object_from_data() function for generating rpc objects from

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

2003-02-09 Thread Wez Furlong
wez Sun Feb 9 16:40:12 2003 EDT Modified files: /php4/ext/rpc/com com.c com_wrapper.c variant.h Log: Fix various little leaks and segfaults. Fix scripts like this: $obj = new COM('Foo'); $obj2 = $obj->get_object(); $obj2->method(); // <-- would segf

[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/gen-nsis.php:1.2 --- php4/win32/installer/gen-nsis.php:1.1 Wed Feb 5 02:32:22 2003 +++ php4/win32/installer/gen-nsis.php Sun Feb 9 19:20:53 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 /ext/openssl openssl.c

2003-02-10 Thread Wez Furlong
wez Mon Feb 10 04:49:31 2003 EDT Modified files: /php4/ext/openssl openssl.c Log: Add additional optional parameter to openssl_pkcs7_encrypt to specify the cipher. The cipher can be one of the constants listed below. Based on a patch from: stefan at

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

2003-02-10 Thread Wez Furlong
/rpc/com/com_wrapper.c diff -u php4/ext/rpc/com/com_wrapper.c:1.86 php4/ext/rpc/com/com_wrapper.c:1.87 --- php4/ext/rpc/com/com_wrapper.c:1.86 Sun Feb 9 16:40:12 2003 +++ php4/ext/rpc/com/com_wrapper.c Mon Feb 10 07:33:14 2003 @@ -18,7 +18,7 @@ | Wez Furlong <[EMAIL PROTEC

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

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

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

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

2003-02-12 Thread Wez Furlong
wez Wed Feb 12 20:17:45 2003 EDT Modified files: /php4/main streams.c Log: Fix for Bug #21815 (fpassthru ignored buffered data but then complained anyway) Index: php4/main/streams.c diff -u php4/main/streams.c:1.145 php4/main/streams.c:1.146 --- php4/mai

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

2003-02-12 Thread Wez Furlong
wez Wed Feb 12 20:23:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: MFH: Fix for Bug #21815 Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.26 php4/main/streams.c:1.125.2.27 --- php4/main/streams.c:1.125.2.26 T

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

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

[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 php4/ext/standard/config.

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

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

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

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

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

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

[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 --- php4/main/s

[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 --- php4/main/streams.c:1.125.2.

[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

[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 php4/main/php_open_tem

[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 php4/main/s

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

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

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

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

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 a

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

[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
fine ODBC_TYPE "Win32" #define PHP_ODBC_TYPE ODBC_TYPE Index: php4/ext/rpc/com/com_wrapper.c diff -u php4/ext/rpc/com/com_wrapper.c:1.90 php4/ext/rpc/com/com_wrapper.c:1.91 --- php4/ext/rpc/com/com_wrapper.c:1.90 Mon Feb 10 18:22:48 2003 +++ php4/ext/rpc/com/com_wrapper.c Sat Feb 15

[PHP-CVS] cvs: php4 /ext/bcmath/libbcmath/src config.h

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 07:46:16 2003 EDT Modified files: /php4/ext/bcmath/libbcmath/src config.h Log: Fix bcmath build under win32. # These problems occur because winsock2.h MUST be included before # windows.h. Index: php4/ext/bcmath/libbcmath/src/config.h

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

2003-02-16 Thread Wez Furlong
diff -u php4/ext/standard/proc_open.c:1.5 php4/ext/standard/proc_open.c:1.6 --- php4/ext/standard/proc_open.c:1.5 Sat Feb 15 12:33:11 2003 +++ php4/ext/standard/proc_open.c Sun Feb 16 10:38:54 2003 @@ -15,7 +15,7 @@ | Author: Wez Furlong <[EMAIL PROTEC

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

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 10:42:14 2003 EDT Removed files: /php4/ext/standard/tests/file bug21131.phpt Log: Remove bogus test. Append mode always causes written data to go to the end of the file, regardless of the current seek position. -- PHP CVS Mai

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

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 17:33:29 2003 EDT Modified files: /php4/ext/standard file.c Log: Remove unused vars Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.302 php4/ext/standard/file.c:1.303 --- php4/ext/standard/file.c:1.302 Sat Feb 15 22:48

[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 --- php4/win32/php4dllts.dsp:1.10

[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 --- php4/win32/php4dllts.dsp:1.

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

2003-02-16 Thread Wez Furlong
wez Sun Feb 16 18:46:45 2003 EDT Modified files: /php4/win32/installer setini.php Log: Some additional sanity. Index: php4/win32/installer/setini.php diff -u php4/win32/installer/setini.php:1.2 php4/win32/installer/setini.php:1.3 --- php4/win32/inst

[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
| available at through the world-wide-web at | | http://www.php.net/license/2_02.txt. | | If you did not receive a copy of the PHP license and are unable to

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 ge

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

[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: /php4/main/str

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

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

2003-02-17 Thread Wez Furlong
wez Tue Feb 18 02:36:30 2003 EDT Modified files: /php4/ext/rpc/com com.c Log: Implement com_indexed_prop_set() which allows setting of array-like indexed properties on COM objects. It is expected that this function will be transient, waiting for engine-lev

[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
se, | | that is bundled with this package in the file LICENSE, and is| | available at through the world-wide-web at | | http://www.zend.com/license/2_00.txt.| | If you did not receive a copy of the Zend license and are

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

2003-02-18 Thread Wez Furlong
wez Tue Feb 18 04:46:18 2003 EDT Modified files: /php4/ext/rpc/com com.c variant.h Log: Implement com_create_guid(). Add a special case for RETVAL_VARIANT when a variant is of type VT_DISPATCH but has a NULL dispatch pointer. This kind of variant is retu

[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 php4/ext/rpc/com/com.c

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

[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: php4/main/netw

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

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

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

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

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 200

[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 php4/main/network.c

[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
tp_stream_wops, NULL, 1 /* is_url */ Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.67 php4/ext/standard/http_fopen_wrapper.c:1.68 --- php4/ext/standard/http_fopen_wrapper.c:1.67 Thu Feb 27 12:43:37 2003 +++ php4/ext/standard/http_fopen_wr

[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 php4/ext/standard/file.c:

[PHP-CVS] cvs: php4 /ext/standard config.m4 file.c file.h streams.c /win32 select.c select.h /win32/installer README

2003-02-27 Thread Wez Furlong
- #if (!defined(PHP_WIN32) && !defined(__BEOS__) && !defined(NETWARE) && HAVE_REALPATH) || defined(ZTS) /* {{{ proto string realpath(string path) Index: php4/ext/standard/file.h diff -u php4/ext/standard/fi

[PHP-CVS] cvs: php4 /ext/standard streams.c streamsfuncs.c /win32 php4dllts.dsp select.c

2003-02-27 Thread Wez Furlong
, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+ | Authors: Wez Furlong <[EMAIL PROTECTED]> | | Sara Gole

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

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 17:48:14 2003 EDT Modified files: /php4/ext/standard config.m4 Log: streams.c -> streamsfuncs.c # argh! Index: php4/ext/standard/config.m4 diff -u php4/ext/standard/config.m4:1.58 php4/ext/standard/config.m4:1.59 --- php4/ext/standard/co

  1   2   3   4   5   6   7   8   9   10   >