summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-11-02 14:34:23 +0000
committerfoobar <sniper@php.net>2001-11-02 14:34:23 +0000
commit33e4ade668d5ad32728121b180d94d6d6ca1f8a4 (patch)
treefca4a430e91f26b8ffd405cd060b7b847c7d87b3 /ext/mysql/php_mysql.h
parent2e8fc8596560292759094d5b8ebc268a16e9c704 (diff)
downloadphp-git-33e4ade668d5ad32728121b180d94d6d6ca1f8a4.tar.gz
MFH
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h
index ff091aa2af..e997a3db1f 100644
--- a/ext/mysql/php_mysql.h
+++ b/ext/mysql/php_mysql.h
@@ -48,8 +48,10 @@ PHP_FUNCTION(mysql_connect);
PHP_FUNCTION(mysql_pconnect);
PHP_FUNCTION(mysql_close);
PHP_FUNCTION(mysql_select_db);
+#if MYSQL_VERSION_ID < 40000
PHP_FUNCTION(mysql_create_db);
PHP_FUNCTION(mysql_drop_db);
+#endif
PHP_FUNCTION(mysql_query);
PHP_FUNCTION(mysql_unbuffered_query);
PHP_FUNCTION(mysql_db_query);