summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-02 00:30:36 +0000
committerSascha Schumann <sas@php.net>2000-05-02 00:30:36 +0000
commit0d383d9373e6764d4f36cfce41cb8a610766e9b6 (patch)
tree33cca1f21bbab03d58f7ec5be46b4e152bd6f956 /ext/mysql/php_mysql.c
parent95310ad5e0e5094f72e188c8f2fc8d446ee3921c (diff)
downloadphp-git-0d383d9373e6764d4f36cfce41cb8a610766e9b6.tar.gz
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index 8f9d5cb677..d99fe3a752 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -152,7 +152,7 @@ zend_module_entry mysql_module_entry = {
ZEND_DECLARE_MODULE_GLOBALS(mysql)
#ifdef COMPILE_DL_MYSQL
-ZEND_DLEXPORT zend_module_entry *get_module(void) { return &mysql_module_entry; }
+ZEND_GET_MODULE(mysql)
#endif
void timeout(int sig);