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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
11 + 37 = ?
Subscribe to this entry?

 
 [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 Mar 29 14:01:28 2024 UTC