diff options
author | Andi Gutmans <andi@php.net> | 2001-02-26 18:14:50 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-02-26 18:14:50 +0000 |
commit | a0d3c5a88eba090122098a26f8ef5fca9d443e78 (patch) | |
tree | 0c7fe010d76e4d3508a59e56fc99d4278c55850f /ext | |
parent | 17444700d402f425a0c346c7131ec686893bcdc2 (diff) | |
download | php-git-a0d3c5a88eba090122098a26f8ef5fca9d443e78.tar.gz |
- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.h
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gettext/php_gettext.h | 2 | ||||
-rw-r--r-- | ext/icap/php_icap.c | 2 | ||||
-rw-r--r-- | ext/imap/php_imap.h | 2 | ||||
-rw-r--r-- | ext/mcal/php_mcal.c | 2 | ||||
-rw-r--r-- | ext/mcrypt/php_mcrypt.h | 2 | ||||
-rw-r--r-- | ext/mhash/php_mhash.h | 2 | ||||
-rw-r--r-- | ext/ovrimos/php_ovrimos.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h index 58a215b34c..c7323831dd 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -23,7 +23,7 @@ #if HAVE_LIBINTL #ifndef INIT_FUNC_ARGS -#include "modules.h" +#include "zend_modules.h" #endif extern zend_module_entry php_gettext_module_entry; diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 308a20d920..e7455b2532 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -45,7 +45,7 @@ #include <stdarg.h> #include "cal.h" #include "php_icap.h" -#include "modules.h" +#include "zend_modules.h" #include "ext/standard/info.h" #include "ext/standard/basic_functions.h" #ifdef PHP_WIN32 diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index cbdd491a9f..ba637af282 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -15,7 +15,7 @@ #include "rfc822.h" #endif -#include "modules.h" +#include "zend_modules.h" extern zend_module_entry imap_module_entry; #define imap_module_ptr &imap_module_entry diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index 897dbda915..b3e3f04710 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -34,7 +34,7 @@ #include <stdarg.h> #include "mcal.h" #include "php_mcal.h" -#include "modules.h" +#include "zend_modules.h" #include "ext/standard/info.h" #include "ext/standard/basic_functions.h" #ifdef PHP_WIN32 diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h index 849cd4a646..3858abdf2a 100644 --- a/ext/mcrypt/php_mcrypt.h +++ b/ext/mcrypt/php_mcrypt.h @@ -9,7 +9,7 @@ #if PHP_API_VERSION < 19990421 #define zend_module_entry zend_module_entry -#include "modules.h" +#include "zend_modules.h" #include "internal_functions.h" #endif diff --git a/ext/mhash/php_mhash.h b/ext/mhash/php_mhash.h index ceacfe5130..9acd447d81 100644 --- a/ext/mhash/php_mhash.h +++ b/ext/mhash/php_mhash.h @@ -5,7 +5,7 @@ #if PHP_API_VERSION < 19990421 #define zend_module_entry zend_module_entry -#include "modules.h" +#include "zend_modules.h" #include "internal_functions.h" #endif diff --git a/ext/ovrimos/php_ovrimos.h b/ext/ovrimos/php_ovrimos.h index 66099afbb3..9ec97669e2 100644 --- a/ext/ovrimos/php_ovrimos.h +++ b/ext/ovrimos/php_ovrimos.h @@ -5,7 +5,7 @@ #if PHP_API_VERSION < 19990421 #define zend_module_entry zend_module_entry -#include "modules.h" +#include "zend_modules.h" #include "internal_functions.h" #endif |