Re: [PHP] Re: problems with loaded extensions

2009-04-08 Thread Edgar da Silva (Fly2k)
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

2009-04-08 Thread Shawn McKenzie
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