I added the line:
allow_short_tags = on
And set:
display_errors = on
Was off, but cant see the info about <? phpinfo(); ?>, if i remove:
PHPIniDir "C:\php5"
From my httpd.conf (apache) i can see the page of <? phpinfo(); ?>, but cant use mysql_connect, i need see the <? phpinfo(); ?>, because i have a custom dll loaded on php and sometimes dll fails on load, on <? phpinfo(); ?> i see if the dll its on or off
Main Topics
Browse All Topics





by: TiberiuGalPosted on 2009-09-18 at 11:11:05ID: 25368451
Hi,
this function is part of php core there's nothing to do the enable it, but please check the following:
enable display_errors in php.ini - none likes blank screens when testing
check wether allow_short_tags is on (so you can use <? instead of <?php)
verify that phpinfo is not listed within the disabled functions