Re: [PHP] Re: problems with loaded extensions
Did you check the apache error log? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: problems with loaded extensions
Andres Gonzalez wrote: > Hi, > > I have got an extension loaded in all three of my php config files (in > cli, in cgi, and in apache2 directories). The functions in the > extension are all accessible when running test scripts from the command > line, like: > > php init.php > > for example, in t