diff options
author | Sebastian Bergmann <sebastian@php.net> | 2001-08-05 05:35:06 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2001-08-05 05:35:06 +0000 |
commit | a70ecedb33580601e1934979de77e38a44f53ff9 (patch) | |
tree | 72feb7085d0c0f49a6da735add12861415d52145 /sapi/pi3web | |
parent | 1159c84ab7849099d4a717cd05c2d920102040ed (diff) | |
download | php-git-a70ecedb33580601e1934979de77e38a44f53ff9.tar.gz |
Remove more duplicate TSRMLS_FETCH() calls.
Diffstat (limited to 'sapi/pi3web')
-rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 3a52e14cd2..99f48d2be1 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -378,8 +378,6 @@ DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB) char *header_line; int iRet = PIAPI_COMPLETED; TSRMLS_FETCH(); - TSRMLS_FETCH(); - TSRMLS_FETCH(); zend_try { file_handle.filename = lpCB->lpszFileName; |