Tagged Questions
The `phpinfo()` function outputs information about PHP's configuration.
5
votes
5answers
596 views
Where does phpinfo() get its info?
If you run a phpinfo(); does it show exactly what is in the php.ini or if settings are changed on the fly via php with methods like ini_set() or via .htaccess will they be shown in phpinfo?
5
votes
2answers
863 views
How to get phpinfo() variables from php programatically?
I am attempting to get a list of dependable(consistent across requests) list of "hidden" constants in PHP(as in, the client-side won't know about it in most cases without hacking).
Some of the ...
4
votes
5answers
516 views
Python Equivalent to phpinfo()
Quite simply, is there a python equivalent to php's phpinfo();? If so, what is it and how do I use it (a link to a reference page would work great).
4
votes
6answers
3k views
Is there an equivalent to phpinfo() in ASP.NET?
I've looped over the Request.ServerVariables collection in ASP.NET, but it's not as comprehensive as phpinfo().
Anyone aware of a script for ASP.NET that includes all that info, including server ...
3
votes
3answers
75 views
phpinfo - an easy way for seeing it?
Each time I want to see the phpinfo(); I have to:
create a info.php file;
write phpinfo(); in it.
go to the browser and type my "thisproject.dev/info.php"
I'm on Ubuntu and my question is..
Isn't ...
3
votes
1answer
1k views
What does stdout in display_errors in phpinfo() mean?
I have 'stdout' under display_errors in my phpinfo.
What does it mean?
Where can I find the documentation about it?
I could not find one in http://php.net/
I read here telling that it should be ...
2
votes
2answers
2k views
What is 22527 in error_reporting 22527 of phpinfo
In my local dev env, I use PHP Version 5.3.3-1ubuntu9.2.
Now when I see error_reporting, the value is 22527.
What is 22527?
I checked http://www.php.net/manual/en/errorfunc.constants.php, but I ...
2
votes
3answers
463 views
What is the name of your system with PHP_OS constant
I use PHP_OS constant and I want to know what it can return on differents OS.
I found this :
On Linux -> Linux
On FreeDSB -> FreeBSD
On Windows NT -> WINNT
On Mac Os X -> Darwin
Can anyone tell ...
1
vote
2answers
28 views
Apache Problem, phpinfo gives following arror
Simply calling phpinfo(); gives the following info..
Fatal error: Using $this when not in object context in /var/www/phpinfo.php on line 2
It is a fresh Ubuntu + Apache install on Amazon EC2.
1
vote
3answers
64 views
get and save path to php.ini file
Is it possible to get the path to the php.ini file with a php script and save this path to a variable? I know I can call phpinfo() to find out the path, but it prints a lot of info and I only need the ...
1
vote
0answers
92 views
DOTNET class not found, what does “not present in this build” mean?
I have tried installing ZendServer, WampServer, and XAMPP. When I installed ZendServer, my code that instantiates a new DOTNET() works. With WampServer and XAMPP, however, it gives me the error "Class ...
1
vote
1answer
71 views
Is there a way to force phpinfo() to output its stuff without formatting. Just like in CLI mode?
But of course in normal mode not CLI. Formated output included among other HTML destroys existing webpage layout.
1
vote
2answers
360 views
Problem of different PHP versions reported
I have upgraded to PHP 5.3 on a development machine (Windows 7 box).
php-v shows
PHP 5.3.3 (cli) (built: Jul 21 2010 20:36:55)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright ...
1
vote
1answer
1k views
phpinfo() mod_rewrite
I'm attempting to perform some url rewriting, and after looking at the phpinfo file, I can't see any mention of this.. My host is FastHosts.
Should I be looking for something else in the phpinfo() or ...
1
vote
2answers
1k views
PHP configuration to enable sessions
On our development server, sessions handling works fine. On our production server, it doesnt.
phpinfo on the development server shows:
session
Session Support ...
1
vote
1answer
434 views
memory_limit=80M. what is the maximum image size for imagecreateformjpeg()?
i have a webhosting that gives maximum memory_limit of 80M (i.e. ini_set("memory_limit","80M");).
I'm using photo upload that uses the function imagecreatefromjpeg();
When i upload large images it ...
1
vote
3answers
4k views
how to run and install phpize
I have been meaning to install ffmpeg as an extension to my php setup. So before I can install it, I need to phpize it. I installed php5-dev by sudo apt-get install php5-dev But now when I run phpize ...
1
vote
1answer
260 views
How do I know which include path will be used in PHP?
When I run phpinfo() and look by the Configuration category under PHP Core, I see a directive titled include_path, with a local value and a master value.
In this case, my local value is set to
.:
...
1
vote
1answer
75 views
How to use get_cfg_var() in a cakePHP app?
I have a cakePHP app with my DB servers configured in the app/config/
database.php file. However, I need to use the get_cfg_var
('mysql.default_host') to get the host name because the client does
...
1
vote
1answer
255 views
phpInfo: What does “Virtual Server” refer to?
I noticed that in phpinfo under "apache2handler", it says:
Virtual Server Yes
What does that refer to? Does that mean that apache is on a virtual (i.e. not dedicated) host? What would be a ...
0
votes
1answer
23 views
PHP :mbstring module install
I have tried to install the mbstring module for PHP. I have entered the below commands:
yum install php-mbstring
/usr/local/apache/bin/apachectl restart
Module is now installed but the errors has ...
0
votes
1answer
58 views
MongoDB / PHP on WAMP — phpinfo vs php -i
I'm trying to set up MongoDB with PHP and WAMP. I had WAMP 64 bit installed previously, but I see that the PHP drivers don't work with that, so I uninstalled it and installed 32 bit. I downloaded ...
0
votes
1answer
36 views
How to check mod_headers and mod_expires modules enabled in apache
I want to check whether mod_headers and mod_expires modules enabled or not in my server
Is there a way available to list apache enabled/disabled modules using some php function just like we list php ...
0
votes
0answers
51 views
Packages are installed on server but not displaying in phpinfo()
I have installed imagemagick and ffmpeg on my CentOs 5.5 Godaddy VPS.
I have added extension in php.ini also.
I can able to see the installed packages in /usr/local/bin.
But when I print phpinfo(), ...
0
votes
1answer
57 views
PHP script just hangs on large file uploads
I have a php script that allows users to upload multiple files to server on POST, then redirect to next page.
It seems to have been working for some time but lately users are reporting it hanging ...
0
votes
1answer
87 views
xdebug: Don't get rid of machine name as xdebug.idekey
I am fighting to get xdebug working with my Apache 2.x, PHP 5.3 and my Netbeans 6.9:
I got to the point that everything looks good in phpinfo, except:
local value local value master ...
0
votes
0answers
25 views
sess_expiration issue urgent
I am using these settings for session expire after 30min but but my session still loged in after 30min. I try this by others values but not works. any one help me…
$config[‘sess_cookie_name’] = ...
0
votes
1answer
189 views
how to display phpinfo()?
I have phpinfo() text and I want to send text with post data to another php page and I want to display php info in this page.
my code :
index.php
<html>
<form action = "go.php" method = ...
0
votes
1answer
239 views
PHP Apache phpinfo hide environment variables
Is it possible to obfuscate or remove environment variables from phpinfo?
If not, is the only alternative to display the phpinfo function?
Thinking about it further, someone could easily ...
0
votes
2answers
334 views
Make PHP command line display phpinfo page by page?
When I use the PHP CLI to get the phpinfo all I end up with is the last half. Here is the command:
> php -i
I'm not sure what it would be call? But is there a way of controlling the output so ...
0
votes
0answers
366 views
Fatal error: Call to undefined function mysqli_init()
I have a really strange error. My httpd server have been working fine until last Wednesday, when I uninstalled the MS SQL and visual studio C#. When I restarted the PC, Ii discovered that some parts ...
0
votes
0answers
65 views
One server sending email, the other not doing it: what to look for in phpinfo?
Using phpmailer I'm sending emails with no problems when the script is stored in one server, but I'm having problems in another server when uploading the same script. In this other server, the emails ...
0
votes
2answers
438 views
Cannot install xdebug with WAMP SERVER 2.1
I use WAMP SERVER 2.1 and select PHP 5.3.3 for my system, so I select xDebug with php_xdebug-2.1.0-5.3-vc6.dll and changed name becoming php_xdebug.dll for easy way to use.
Following the ...
0
votes
1answer
156 views
How to tell if my web-host support https cUrl?
I have been provided with the php info:
http://elfs.se/phpinfo.php
Theese are the instances that mention cUrl:
configure command
(...) '--with-curl' (...)
cURL support enabled
cURL Information ...
0
votes
0answers
177 views
Getting body of pop3 email msg fails on some systems when using PHP's IMAP functions
Hey guys..... I've built a POP3 mail retriever apart from a couple functions I got from the PHP.net site in the comments section & modified a bit, which basically gets the message structure & ...
0
votes
0answers
129 views
phpinfo server config for sending and recieving email data
the server needs to be able to connect to remote locations
such as paypal for sending and receiving email data.
here is my phpinfo file. can anyone see what needs to change?
...
0
votes
3answers
523 views
PHP ini_get() and php.ini are not in sync
My php.ini has a memory_limit of 256M. phpinfo() reflects this. But from within PHP, ini_get('memory_limit'); returns 32M. My fatal errors for exceeding memory limit also say that the max is 32M.
Any ...
0
votes
1answer
39 views
0
votes
1answer
154 views
phpinfo showing on pages without being called
Some pages are showing the phpinfo() output (in HTML so not php -i) even though there is no call to phpinfo() in that page.
The pages include a number of files, but i have grep'd the whole directory ...
-1
votes
1answer
88 views
Mail Not Sending from My Server
I am having issues sending mail from my server, when I type in phpinfo() I get this:
Mail: /var/spool/mail/frank
...
_ENV["MAIL"]: /var/spool/mail/frank
The php file that I'm using the ...
-2
votes
3answers
63 views
PHP new page in same file?
I'm working on a PHP project and I need some help. I need to work with one php file and have multiple links on that php page. If a user clicks on one it will show phpinfo(); for example.
So how can I ...