diff options
author | Sterling Hughes <sterling@php.net> | 2003-03-29 04:52:46 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-03-29 04:52:46 +0000 |
commit | 3f700e58abaa78ec2b4eca749906bcea80a121bf (patch) | |
tree | 7a15d6e397bfc69d2d504b159c5a23253b7d06f1 /sapi/apache/php_apache_http.h | |
parent | 789b0a83f063f7f009192294d40a33f40c6ea0dc (diff) | |
download | php-git-3f700e58abaa78ec2b4eca749906bcea80a121bf.tar.gz |
update php module name to php5, not php4.
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.
Diffstat (limited to 'sapi/apache/php_apache_http.h')
-rw-r--r-- | sapi/apache/php_apache_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h index e25e468b3c..80ec3c2c3d 100644 --- a/sapi/apache/php_apache_http.h +++ b/sapi/apache/php_apache_http.h @@ -63,4 +63,4 @@ #include "php_ini.h" #include "ext/standard/php_standard.h" -#include "mod_php4.h" +#include "mod_php5.h" |