]> granicus.if.org Git - php/commit
fopen wrappers cleanup
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 13 Oct 2000 00:09:31 +0000 (00:09 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 13 Oct 2000 00:09:31 +0000 (00:09 +0000)
commitcae27179ce1f84d47de87c4efbbcbd814f3c7bc6
treeec1b0d87eb57dacc359cef6fe1fc616d9af88e80
parente07e515a1b28dd04911ac9d2f1a099efc2d69160
fopen wrappers cleanup
  - comfiguration is now done by an ini parameter
    instead of a compile time option
  - the implementations of the three standard wrappers
    now live in seperate files in ext/standard
  - the compiler is happy again, no more warnings
15 files changed:
configure.in
ext/standard/Makefile.in
ext/standard/basic_functions.c
ext/standard/ftp_fopen_wrapper.c [new file with mode: 0644]
ext/standard/http_fopen_wrapper.c [new file with mode: 0644]
ext/standard/php_fopen_wrapper.c [new file with mode: 0644]
ext/standard/php_fopen_wrappers.h [new file with mode: 0644]
ext/zlib/zlib.c
main/fopen_wrappers.c
main/fopen_wrappers.h
main/main.c
main/php_globals.h
php.ini-dist
php.ini-optimized
php.ini-recommended