]> granicus.if.org Git - php/commitdiff
- Fix Win32 build
authorAndi Gutmans <andi@php.net>
Wed, 17 May 2000 23:42:18 +0000 (23:42 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 17 May 2000 23:42:18 +0000 (23:42 +0000)
main/configuration-parser.y

index ccf8fb793c37b31d053729b7c195b8d2385389c5..14f0609aafa73bc5a885283723628712756ff1ff 100644 (file)
@@ -492,8 +492,8 @@ statement:
                        }
                }
        |       T_ZEND_EXTENSION_DEBUG '=' cfg_string { 
-#if !defined(ZTS) && ZEND_DEBUG
                        if (parsing_mode==PARSING_MODE_CFG) {
+#if !defined(ZTS) && ZEND_DEBUG
                                zend_load_extension($3.value.str.val);
 #endif
                                free($3.value.str.val);