diff options
author | Antony Dovgal <tony2001@php.net> | 2007-07-24 20:32:32 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-07-24 20:32:32 +0000 |
commit | 99a162bb8b81c5982cb0258de0906a2712aa6314 (patch) | |
tree | 4d976a7f8444d362ad76e5430109f98bdf8a674f | |
parent | af0e8612af794b8bc38d4d1f83769a82c2fc05d6 (diff) | |
download | php-git-99a162bb8b81c5982cb0258de0906a2712aa6314.tar.gz |
fix ZTS build
-rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 3c397bd4fb..53d2d77792 100644 --- a/main/main.c +++ b/main/main.c @@ -255,6 +255,7 @@ static PHP_INI_DISP(display_errors_mode) { int mode, tmp_value_length, cgi_or_cli; char *tmp_value; + TSRMLS_FETCH(); if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) { tmp_value = (ini_entry->orig_value ? ini_entry->orig_value : NULL ); |