diff options
| author | Anatol Belski <ab@php.net> | 2014-12-14 14:07:59 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-12-14 14:07:59 +0100 |
| commit | e112f6a04e0cddc6276c426c09c0249201878f5a (patch) | |
| tree | 03b914303e60fce6ee830eac907cf323f7702722 /sapi/thttpd/thttpd.c | |
| parent | bdeb220f48825642f84cdbf3ff23a30613c92e86 (diff) | |
| download | php-git-e112f6a04e0cddc6276c426c09c0249201878f5a.tar.gz | |
second shot on removing TSRMLS_*
Diffstat (limited to 'sapi/thttpd/thttpd.c')
| -rw-r--r-- | sapi/thttpd/thttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index db9b1c5306..3d2e24b3d6 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -354,7 +354,7 @@ static int php_thttpd_startup(sapi_module_struct *sapi_module) #if PHP_API_VERSION >= 20020918 if (php_module_startup(sapi_module, &php_thttpd_module, 1) == FAILURE) { #else - /* No TSRMLS_CC here to zend_startup_module() as 5.6 and older does not have that parameter */ + /* No here to zend_startup_module() as 5.6 and older does not have that parameter */ if (php_module_startup(sapi_module) == FAILURE || zend_startup_module(&php_thttpd_module) == FAILURE) { #endif |
