From cd901e858650ed2778c6fc777aefc2fe0538e347 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Sat, 8 May 1999 18:16:30 +0000 Subject: -fixed configure.in.in to use genif.sh instead of genif.pl -fixed genif.sh -updated php3_mysql.h to have phpext_mysql_ptr --- ext/mysql/php3_mysql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mysql/php3_mysql.h') 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 */ -- cgit v1.2.1