diff options
author | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
commit | 5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch) | |
tree | 89c7d57484170f274eba416495d88e02be541e6f /ext/zlib | |
parent | 83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff) | |
download | php-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz |
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/php_zlib.h (renamed from ext/zlib/php3_zlib.h) | 6 | ||||
-rw-r--r-- | ext/zlib/zlib.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ext/zlib/php3_zlib.h b/ext/zlib/php_zlib.h index 4b9ece5ff9..6046d1dad8 100644 --- a/ext/zlib/php3_zlib.h +++ b/ext/zlib/php_zlib.h @@ -25,8 +25,8 @@ /* $Id$ */ -#ifndef _PHP3_ZLIB_H -#define _PHP3_ZLIB_H +#ifndef _PHP_ZLIB_H +#define _PHP_ZLIB_H #if COMPILE_DL #undef HAVE_ZLIB @@ -76,4 +76,4 @@ PHP_FUNCTION(gzfile); #define phpext_zlib_ptr zlib_module_ptr -#endif /* _PHP3_ZLIB_H */ +#endif /* _PHP_ZLIB_H */ diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 3c7a8e0596..d474958b4e 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -38,8 +38,8 @@ #endif #include "ext/standard/head.h" #include "safe_mode.h" -#include "ext/standard/php3_standard.h" -#include "php3_zlib.h" +#include "ext/standard/php_standard.h" +#include "php_zlib.h" #include "fopen-wrappers.h" #if HAVE_PWD_H #if WIN32|WINNT |