diff options
| author | Andi Gutmans <andi@php.net> | 2000-05-17 23:42:18 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-05-17 23:42:18 +0000 |
| commit | a704be730c833437368389094e00c481417ab08b (patch) | |
| tree | c86e46d033ef8e4d10a77ac8b1032d38e96e1339 /main/configuration-parser.y | |
| parent | 1e438060af7f6c9e6bbf5530cd7bbcd96b8c0f48 (diff) | |
| download | php-git-a704be730c833437368389094e00c481417ab08b.tar.gz | |
- Fix Win32 build
Diffstat (limited to 'main/configuration-parser.y')
| -rw-r--r-- | main/configuration-parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/configuration-parser.y b/main/configuration-parser.y index ccf8fb793c..14f0609aaf 100644 --- a/main/configuration-parser.y +++ b/main/configuration-parser.y @@ -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); |
