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

2003-03-18 Thread Wez Furlong
wez Tue Mar 18 18:37:54 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c /php4/main php_streams.h /php4/main/streams php_stream_plain_wrapper.h plain_wrapper.c Log: Implement persistent plain file streams. Usage: php_stream

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /main php_open_temporary_file.c php_open_temporary_file.h /main/streams plain_wrapper.c

2003-03-18 Thread Wez Furlong
wez Tue Mar 18 11:40:29 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c /php4/main php_open_temporary_file.c php_open_temporary_file.h /php4/main/streams plain_wrapper.c Log: Avoid using FILE* where possible. Tidy up handling of p

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

2003-02-28 Thread Ilia Alshanetsky
iliaa Fri Feb 28 12:26:28 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Fixed compiler warnings. Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/standard/php_fopen_wrapper.c:1.34 php4/ext/standard/php_fopen_wrapper.c:1

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

2003-02-20 Thread Sara Golemon
pollita Thu Feb 20 15:05:31 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Reduce unnecessary filter applications when stream is (read|write) only Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/standard/php_fopen_wrapper.

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

2003-02-17 Thread Sara Golemon
pollita Tue Feb 18 01:10:17 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Introduce //filter target to php: wrapper to allow inline application of filters during fopen() style opperations Index: php4/ext/standard/php_fopen_wrapper.c d

[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 /ext/standard php_fopen_wrapper.c /main SAPI.c

2002-11-21 Thread Hartmut Holzgraefe
hholzgraThu Nov 21 05:29:12 2002 EDT Modified files: /php4/main SAPI.c /php4/ext/standard php_fopen_wrapper.c Log: the apache 1.x sapi read_posts tests for SG(read_post_bytes) being counted up, so lets make it happy although this value is not reall

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /main SAPI.c SAPI.h php_content_types.c

2002-11-12 Thread Hartmut Holzgraefe
hholzgraTue Nov 12 13:29:11 2002 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c /php4/main SAPI.c SAPI.h php_content_types.c Log: HTTP_RAW_POST_DATA BC fixes # hopefully all done, commiting anyway to continue work on my home box php:

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /main SAPI.c main.c php_content_types.c php_globals.h

2002-10-21 Thread Hartmut Holzgraefe
hholzgraMon Oct 21 12:41:07 2002 EDT Modified files: /php4/main SAPI.c main.c php_content_types.c php_globals.h /php4/ext/standard php_fopen_wrapper.c Log: some changes to how request input data (Content-Lenght >0) is handled - webdav-specific stuf

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /ext/standard/tests/file userstreams.phpt /ext/zlib zlib_fopen_wrapper.c /main memory_streams.c network.c php_streams.h streams.c user_streams.c

2002-10-05 Thread Wez Furlong
wez Sat Oct 5 06:35:14 2002 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c /php4/ext/standard/tests/file userstreams.phpt /php4/ext/zlib zlib_fopen_wrapper.c /php4/main memory_streams.c network.c php_streams.h streams.c

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

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 15:00:51 2002 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Implement php://output wrapper, which can be used to write to the output buffer via PHPWRITE. Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/st

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

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 16:54:14 2002 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: fix warning Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/standard/php_fopen_wrapper.c:1.22 php4/ext/standard/php_fopen_wrapper.c:1.23 --- php4