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 /sapi | |
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 'sapi')
-rw-r--r-- | sapi/apache/mod_php4.c | 2 | ||||
-rw-r--r-- | sapi/apache/sapi_apache.c | 2 | ||||
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 | ||||
-rw-r--r-- | sapi/servlet/servlet.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 5d693a3982..3a2a0e2998 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -47,7 +47,7 @@ #include "zend_highlight.h" #include "zend_indent.h" -#include "ext/standard/php3_standard.h" +#include "ext/standard/php_standard.h" #include "util_script.h" diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index 4ca0ed615c..bcd2bcfda8 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -47,7 +47,7 @@ #include "zend_execute.h" #include "zend_highlight.h" #include "zend_indent.h" -#include "ext/standard/php3_standard.h" +#include "ext/standard/php_standard.h" #include "util_script.h" #include "php_version.h" /*#include "mod_php4.h"*/ diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 3abfd6f7ad..df9e271ebf 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -52,7 +52,7 @@ #include "php_globals.h" #include "main.h" #include "fopen-wrappers.h" -#include "ext/standard/php3_standard.h" +#include "ext/standard/php_standard.h" #include "snprintf.h" #if WIN32|WINNT #include <io.h> diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index 4ee4ed5d9c..9eddc35cf4 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -50,8 +50,8 @@ #include "php_globals.h" #include "main.h" #include "fopen-wrappers.h" -#include "ext/standard/php3_standard.h" -#include "ext/standard/php3_dir.h" +#include "ext/standard/php_standard.h" +#include "ext/standard/php_dir.h" #include "snprintf.h" #if WIN32|WINNT #include <io.h> |