From:             darkadn at hotmail dot com
Operating system: win32 (winXP SP2)
PHP version:      4.3.2
PHP Bug Type:     Output Control
Bug description:  phpinfo does not appear in text

Description:
------------
on apache2

the phpinfo(); 
function return phpinfos in text mode without html tags.
I have tested with php.ini-recommended and it does not work.
php is installed as module.
I joined the result of phpinfo(); function.
please note that there are \n and no <br> tag ( it is plain text of
course...)

Reproduce code:
---------------
<?
phpinfo();
?>

Expected result:
----------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html><head>
<title>phpinfo()</title></head>
...

Actual result:
--------------
phpinfo()
PHP Version => 4.3.2

System => Windows NT ADN 5.1 build 2600
Build Date => May 28 2003 15:06:05
Server API => Apache 2.0 Filter
Virtual Directory Support => enabled
Configuration File (php.ini) Path => C:\WINDOWS\php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => enabled
Registered PHP Streams => php, http, ftp, compress.zlib  
...

-- 
Edit bug report at http://bugs.php.net/?id=24513&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24513&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24513&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24513&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24513&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24513&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24513&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24513&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24513&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24513&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24513&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24513&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24513&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24513&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24513&r=gnused

Reply via email to