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