summaryrefslogtreecommitdiff
path: root/ext/mysql/php3_mysql.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-05-08 18:16:30 +0000
committerAndrey Hristov <andrey@php.net>1999-05-08 18:16:30 +0000
commitcd901e858650ed2778c6fc777aefc2fe0538e347 (patch)
tree701ce117f5c0db12d43eac1a6e82f61993951e6d /ext/mysql/php3_mysql.h
parentae6f852cb67f2cab0787035811efc0426f8e2d86 (diff)
downloadphp-git-cd901e858650ed2778c6fc777aefc2fe0538e347.tar.gz
-fixed configure.in.in to use genif.sh instead of genif.pl
-fixed genif.sh -updated php3_mysql.h to have phpext_mysql_ptr
Diffstat (limited to 'ext/mysql/php3_mysql.h')
-rw-r--r--ext/mysql/php3_mysql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/php3_mysql.h b/ext/mysql/php3_mysql.h
index 0769edf5cb..748ad70a67 100644
--- a/ext/mysql/php3_mysql.h
+++ b/ext/mysql/php3_mysql.h
@@ -116,4 +116,6 @@ extern ZEND_API php_mysql_globals mysql_globals;
#endif
+#define phpext_mysql_ptr mysql_module_ptr
+
#endif /* _PHP3_MYSQL_H */