summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2010-07-20 11:28:53 +0000
committerDmitry Stogov <dmitry@php.net>2010-07-20 11:28:53 +0000
commitf20f5161294d482ecbf579623e650885c143d8c9 (patch)
tree5564021b0099127803ab3a47898fd551a8464a73 /sapi/cgi/cgi_main.c
parent929eec3b9342482ded8aa850ce629e8fe7959c91 (diff)
downloadphp-git-f20f5161294d482ecbf579623e650885c143d8c9.tar.gz
typo
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index dd2a2e3b9f..81ae211939 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -2086,7 +2086,7 @@ consult the installation file that came with this distribution, or visit \n\
if (file_handle.handle.fd < 0) {
break;
}
- file_handle.type == ZEND_HANDLE_FP;
+ file_handle.type = ZEND_HANDLE_FP;
file_handle.handle.fp = fdopen(file_handle.handle.fd, "rb");
/* break missing intentionally */
case ZEND_HANDLE_FP: