]> granicus.if.org Git - php/commitdiff
Fix compile warning
authorAndrey Hristov <andrey@php.net>
Tue, 19 Feb 2008 15:38:58 +0000 (15:38 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 19 Feb 2008 15:38:58 +0000 (15:38 +0000)
ext/mysqlnd/php_mysqlnd.c

index 9065bbc68d26593038fcae4c6567e08700ff6816..21e9d5a58e41126d30a0d5276415c7895d0f2072 100644 (file)
@@ -226,7 +226,7 @@ zend_module_entry mysqlnd_module_entry = {
        mysqlnd_functions,
        PHP_MINIT(mysqlnd),
        PHP_MSHUTDOWN(mysqlnd),
-#ifdef PHP_DEBUG || defined(MYSQLND_THREADED)
+#if defined(PHP_DEBUG) || defined(MYSQLND_THREADED)
        PHP_RINIT(mysqlnd),
 #else
        NULL,