summaryrefslogtreecommitdiff
path: root/sapi/pi3web
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-08-05 05:35:06 +0000
committerSebastian Bergmann <sebastian@php.net>2001-08-05 05:35:06 +0000
commita70ecedb33580601e1934979de77e38a44f53ff9 (patch)
tree72feb7085d0c0f49a6da735add12861415d52145 /sapi/pi3web
parent1159c84ab7849099d4a717cd05c2d920102040ed (diff)
downloadphp-git-a70ecedb33580601e1934979de77e38a44f53ff9.tar.gz
Remove more duplicate TSRMLS_FETCH() calls.
Diffstat (limited to 'sapi/pi3web')
-rw-r--r--sapi/pi3web/pi3web_sapi.c2
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;