summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-05 15:55:43 +0000
committerSascha Schumann <sas@php.net>2001-08-05 15:55:43 +0000
commit373b3e101e0394f0727e1e5855e18e15851d0919 (patch)
tree8e7e61842a2bc878663f8b8407ac6a834b806eef /ext/mssql/php_mssql.c
parent8aef1930565d36807647e52b5e5b7c4e3f4a57b1 (diff)
downloadphp-git-373b3e101e0394f0727e1e5855e18e15851d0919.tar.gz
more tsrm cleanup -- output.c is not doing any fetches anymore
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r--ext/mssql/php_mssql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c
index 957e4d9c47..1bf673bddd 100644
--- a/ext/mssql/php_mssql.c
+++ b/ext/mssql/php_mssql.c
@@ -103,6 +103,7 @@ ZEND_GET_MODULE(mssql)
static PHP_INI_DISP(display_text_size)
{
char *value;
+ TSRMLS_FETCH();
if (type == PHP_INI_DISPLAY_ORIG && ini_entry->modified) {
value = ini_entry->orig_value;