php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14437 FCGI phpinfo()
Submitted: 2001-12-11 17:35 UTC Modified: 2001-12-11 17:51 UTC
From: postmaster at compub dot net Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.1.0 OS: FreeBSD 4.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: postmaster at compub dot net
New email:
PHP Version: OS:

 

 [2001-12-11 17:35 UTC] postmaster at compub dot net
Just compiled 4.1 with,
'./configure' '--with-fastcgi' '--disable-mysql' 
'--enable-inline-optimizations' '--disable-debug' 
'--with-pdflib=no' '--disable-xml' '--with-pgsql' 
'--with-zlib' '--enable-exif'

With Zeus Webserver 3.8

Now on phpinfo();

php var names have changed from vars like
HTTP_SERVER_VARS["argv"]  >> _SERVER["argv"]
or 
HTTP_ENV_VARS["USER"]    >>   _ENV["USER"]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-11 17:51 UTC] zak@php.net
Please read the PHP 4.1.0 release notes on PHP.net

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC