summaryrefslogtreecommitdiff
path: root/sapi/cgi
diff options
context:
space:
mode:
authorGeorge Schlossnagle <gschlossnagle@php.net>2002-12-25 21:18:37 +0000
committerGeorge Schlossnagle <gschlossnagle@php.net>2002-12-25 21:18:37 +0000
commit190867c800157851281aa1d94e505ea6f6ba6040 (patch)
treeaec023c485325a0d673a3c7d1c4191ce6f6ad2a9 /sapi/cgi
parentabbf74521123ac55c6bf522a27e3286643b64218 (diff)
downloadphp-git-190867c800157851281aa1d94e505ea6f6ba6040.tar.gz
fixed ws
Diffstat (limited to 'sapi/cgi')
-rw-r--r--sapi/cgi/cgi_main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 04279cc0f6..19d2482ff5 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -1378,18 +1378,18 @@ consult the installation file that came with this distribution, or visit \n\
/* request startup only after we've done all we can to
get path_translated */
- if (php_request_startup(TSRMLS_C)==FAILURE) {
- php_module_shutdown(TSRMLS_C);
- return FAILURE;
- }
+ if (php_request_startup(TSRMLS_C)==FAILURE) {
+ php_module_shutdown(TSRMLS_C);
+ return FAILURE;
+ }
if (no_headers) {
SG(headers_sent) = 1;
SG(request_info).no_headers = 1;
}
- /* This actually destructs the elements of the list - ugly hack */
- zend_llist_apply(&global_vars, (llist_apply_func_t) php_register_command_line_global_vars TSRMLS_CC);
- zend_llist_destroy(&global_vars);
+ /* This actually destructs the elements of the list - ugly hack */
+ zend_llist_apply(&global_vars, (llist_apply_func_t) php_register_command_line_global_vars TSRMLS_CC);
+ zend_llist_destroy(&global_vars);
if (cgi || SG(request_info).path_translated) {
retval = php_fopen_primary_script(&file_handle TSRMLS_CC);