Re: [PHP] php.ini in cgi vs php.ini in cli

2009-09-15 Thread Lars Torben Wilson
On Tue, 15 Sep 2009 10:11:56 -0400 Andres Gonzalez wrote: > Lars, > > Thank you for your response. The function that raised this error is > from my own > extension module. I was not aware of phpinfo() and your suggestion to > run it helped > me resolve this issue. Turns out my CGI version is NO

Re: [PHP] php.ini in cgi vs php.ini in cli

2009-09-15 Thread Andres Gonzalez
Lars, Thank you for your response. The function that raised this error is from my own extension module. I was not aware of phpinfo() and your suggestion to run it helped me resolve this issue. Turns out my CGI version is NOT using cgi/php.ini but is using apache2/php.ini instead. Thanks agai

Re: [PHP] php.ini in cgi vs php.ini in cli

2009-09-14 Thread Lars Torben Wilson
On Mon, 14 Sep 2009 18:21:11 -0400 Andres Gonzalez wrote: > In the php configurations directories /etc/php5, there are 2 > subdirectories, one for > cgi and one for cli. There is a php.ini file in each of these > directories. > > What would cause a difference of behavior in these 2 environment