summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-07-14 16:02:10 +0000
committerAndi Gutmans <andi@php.net>1999-07-14 16:02:10 +0000
commit3e6bce59b3ccbd562b9eb66d71d1313f45480835 (patch)
tree302ee8f8b07c2a8b124f69dc515c5d2227b9739e /cgi_main.c
parentfec59d3b4da7fdc111dd0af19a4b0488dc817fc7 (diff)
downloadphp-git-3e6bce59b3ccbd562b9eb66d71d1313f45480835.tar.gz
- Add a bitwise flag to phpinfo()
- Import a draft of the new PHP license
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi_main.c b/cgi_main.c
index 8434ae7209..7c720c258a 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -310,7 +310,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
}
cgi_started=1;
php3_TreatHeaders();
- _php3_info();
+ _php3_info(0xFFFFFFFF);
exit(1);
break;
case 's':