]> granicus.if.org Git - php/commit
Implement stream context and status notification system.
authorWez Furlong <wez@php.net>
Wed, 10 Apr 2002 22:42:32 +0000 (22:42 +0000)
committerWez Furlong <wez@php.net>
Wed, 10 Apr 2002 22:42:32 +0000 (22:42 +0000)
commite1d0a147901d27bb01b0ccda315a9fdd3474e1ee
tree693eee9be6ba188c62f1223eb2c96f70f23256dd
parent3eafd2207ccb313cff264c2e5baaa26b707fbe4f
Implement stream context and status notification system.
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago
16 files changed:
ext/standard/Makefile.frag
ext/standard/basic_functions.c
ext/standard/file.c
ext/standard/file.h
ext/standard/ftp_fopen_wrapper.c
ext/standard/http_fopen_wrapper.c
ext/standard/php_fopen_wrapper.c
ext/standard/php_fopen_wrappers.h
ext/zlib/php_zlib.h
ext/zlib/zlib.c
ext/zlib/zlib_fopen_wrapper.c
main/main.c
main/network.c
main/php_streams.h
main/streams.c
main/user_streams.c