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

2003-03-18 Thread Wez Furlong
wez Tue Mar 18 18:39:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h streams.c Log: Manual merge of the persistent plain file streams code. See http://news.php.net/article.php?group=php.cvsarticle=19680 for more information.

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

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h Log: MFH Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.7 php4/main/php_streams.h:1.61.2.8 --- php4/main/php_streams.h:1.61.2.7Fri Feb 21

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

2003-01-02 Thread Derick Rethans
derick Thu Jan 2 08:31:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h Log: - MFH: Fix warnings on UnixWare Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.5 php4/main/php_streams.h:1.61.2.6 ---

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

2002-11-17 Thread Wez Furlong
wez Sun Nov 17 18:08:41 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h streams.c Log: Revise stream shutdown procedure. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.2 php4/main/php_streams.h:1.61.2.3 ---

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

2002-11-17 Thread Wez Furlong
wez Sun Nov 17 18:16:46 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h Log: Add missing Id tag. Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.3 php4/main/php_streams.h:1.61.2.4 ---

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

2002-11-16 Thread Derick Rethans
On Sat, 16 Nov 2002, Wez Furlong wrote: wez Sat Nov 16 06:39:36 2002 EDT Modified files: (Branch: PHP_4_3) /php4/mainphp_streams.h streams.c Log: Make include/require of user-streams work on systems without fopencookie. You can't want this in the

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

2002-11-16 Thread Wez Furlong
wez Sat Nov 16 17:59:55 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c php_streams.h Log: php_stream_fopen_tmpfile now uses php_open_temporary_file rather than tmpfile(). tmpfile() under win32 will try to use the root directory; the