]> granicus.if.org Git - php/commitdiff
Fix bug: #16743
authorfoobar <sniper@php.net>
Sat, 27 Apr 2002 01:02:52 +0000 (01:02 +0000)
committerfoobar <sniper@php.net>
Sat, 27 Apr 2002 01:02:52 +0000 (01:02 +0000)
ext/mysql/config.m4

index bb375b68c803be08b05c8a462b9c06b63edd98f9..882e492e676c7c209f135cffe0956bb2ca031641 100644 (file)
@@ -66,6 +66,8 @@ if test "$PHP_MYSQL" = "yes"; then
 
 elif test "$PHP_MYSQL" != "no"; then
 
+  MYSQL_TYPE_CHECKS
+
   PHP_NEW_EXTENSION(mysql, php_mysql.c, $ext_shared)
 
   for i in $PHP_MYSQL; do