]> granicus.if.org Git - php/commit
Convert the gzfile related functions into aliases for their equivalents
authorWez Furlong <wez@php.net>
Thu, 21 Mar 2002 01:11:52 +0000 (01:11 +0000)
committerWez Furlong <wez@php.net>
Thu, 21 Mar 2002 01:11:52 +0000 (01:11 +0000)
commita662f012bba5a6fdc50533673f3fff47bf9af219
treeb35b92af8c3cd58d62e4b5d86995af6404380f8d
parent4094513915c995c593c418d654714f0496da4e8f
Convert the gzfile related functions into aliases for their equivalents
in ext/standard/file.c, so a gzopen()ed file pointer can be used in
fread, fseek etc.
Improved behaviour of zlib stream.
Moved passthru code into streams.c
# I'm not happy about BG(mmap_file)
Nuked gzgetss_state as no longer needed.
ext/standard/file.c
ext/zlib/php_zlib.h
ext/zlib/zlib.c
ext/zlib/zlib_fopen_wrapper.c
main/php_streams.h
main/streams.c