diff options
author | Andi Gutmans <andi@php.net> | 1999-07-14 16:02:10 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-07-14 16:02:10 +0000 |
commit | 3e6bce59b3ccbd562b9eb66d71d1313f45480835 (patch) | |
tree | 302ee8f8b07c2a8b124f69dc515c5d2227b9739e /cgi_main.c | |
parent | fec59d3b4da7fdc111dd0af19a4b0488dc817fc7 (diff) | |
download | php-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.c | 2 |
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': |