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

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:12 2003 EDT Modified files: /php4/main php_streams.h Log: rename macro argument so that it does not partially match the string. fixes a warning on unixware Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.73 php4

[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
wez Sun Feb 16 19:20:38 2003 EDT Added files: /php4/main/streams context.h filter_api.h plain_wrapper.h userspace.h Modified files: /php4/main php_streams.h Log: Move some of the streams header into supplement

[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 /main php_streams.h

2003-02-07 Thread Ilia Alshanetsky
iliaa Fri Feb 7 17:49:21 2003 EDT Modified files: /php4/main php_streams.h Log: Added missing definitions. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.66 php4/main/php_streams.h:1.67 --- php4/main/php_streams.h:1.66Mon Jan 6

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

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

2003-01-02 Thread Derick Rethans
derick Thu Jan 2 08:31:10 2003 EDT Modified files: /php4/main php_streams.h Log: - Fix warnings on UnixWare Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.63 php4/main/php_streams.h:1.64 --- php4/main/php_streams.h:1.63Tue Dec 31 10:

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 19:17:47 2002 EDT Modified files: /php4/main php_streams.h Log: Make the macro use the function and not the other macro as discussed with Wez. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.60 php4/main/php_streams.h:1.

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 19:15:24 2002 EDT Modified files: /php4/main php_streams.h streams.c Log: php_stream replacement for fprintf #Agreed by Wez - I will use this mysel soon. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.59 php4/main/php_s

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

2002-11-05 Thread Marcus Börger
helly Tue Nov 5 06:10:06 2002 EDT Modified files: /php4/main php_streams.h Log: correct define: silences compiler warning in http_fopen_wrapper.c Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.58 php4/main/php_streams.h:1.59 --- php4/mai

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

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 18:10:47 2002 EDT Modified files: /php4/main streams.c php_streams.h Log: Differentiate between write buffer and streams read buffer sizes. Add options for timeout and chunk size; previously these were only set-able for socket streams.

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

2002-09-28 Thread Wez Furlong
wez Sat Sep 28 09:05:48 2002 EDT Modified files: /php4/main php_streams.h streams.c user_streams.c Log: Allow user streams/wrappers to implement fstat(), opendir() and stat(). Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.49 php4/mai

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

2002-09-23 Thread Wez Furlong
wez Mon Sep 23 15:07:38 2002 EDT Modified files: /php4/main php_streams.h Log: Enable include("http://";) under win32 by downloading to a temporary stream so that flex will get on nicely with the content. # untested; theoretically it should work just