Re: php.ini file and phpinfo()
On Jul 30, 6:46 am, gerry...@xxxxxxxxx wrote:
I'm wondering why, after fixing the path in php.ini and removing the ;
from infront of the extension=php_mysql.dll the "Additional Modules"
on the page
returned by phpinfo() doesn't show anything. I can communicate with
MySql via PHP okay, just wondering about the "Additional Modules"
thing...
Thanks,
Gerard
Did you restart your web server after making the changes? Also, have
you verified that you're changing the correct php.ini file (sometimes
there are a bunch of them). phpinfo() will tell you which php.ini
file he's actually using.
.
Relevant Pages
- MySQL connect used to work PLUS errors not displaying
... PHP 5.1.6 and MySQL 5.x on FC6 fully patched. ... A simple page with a call to phpinfo() works fine. ... (thanks to another message that suggested adding the calls directly into the page when error reporting in php.ini seems to be ignored). ... (php.general) - Re: mysql_connect stops via php
... But can you do it from a command line on your web server? ... And if it is another server, can you connect to the MySQL database from the command line there? ... phpinfo() still reported the MySQL ... (comp.lang.php) - Re: newbie question about mysql/php
... simple php scripts and phpinfoworks fine. ... When you ran phpinfo() did you see a group of information for MySQL? ... If not did you do any modification in the PHP.ini and Apache2.conf for MySQL to run with them? ... If you make any changes to php.ini or apache2 config then restart your Apache2 server. ... (comp.lang.php) - Re: newbie question about mysql/php
... simple php scripts and phpinfoworks fine. ... When you ran phpinfo() did you see a group of information for MySQL? ... If not did you do any modification in the PHP.ini and Apache2.conf for MySQL to run with them? ... If you make any changes to php.ini or apache2 config then restart your Apache2 server. ... (comp.lang.php) - php.ini file and phpinfo()
... after fixing the path in php.ini and removing the; ... returned by phpinfo() doesn't show anything. ... I can communicate with ... MySql via PHP okay, just wondering about the "Additional Modules" ... (comp.lang.php) |
|