resolved ! the issue was due to --with-config-file-path=/usr/local/apache2/conf/php.ini instead of --with-config-file-path=/usr/local/apache2/conf/ in the original configuration.
There is some confussion as the APXS binary itself (not the path) is pointed to where as its the path and not the file for php.ini. It might be a good idea to allow for various php.ini options by actually allowing for a name to be assigned alternative to php.ini. for example php_12_12_2002.ini and php_2_1_2002.ini etc.. It might also be a good idea to have a quick UNINSTALL document available (i couldnt find one). I can help out with this if needed. regards. omer. "Omer K" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hello, > i was running 4.3.0RC2 on a redhat (7.1) as DSO with apache2.0.43. Then > when i saw the release version was out i removed the prerelease and > compiled 4.3.0 release succesfully BUT CANT GET PHP.INI values to be picked > up even though php engine itself works. That is what ever i set in php.ini > does not change in phpinfo(). Yes i have restarted apache (apachectl > restart). > > Specifically when I change output_buffering to "On" or "4096" or "1" it > simply stays as "0" (as viewed from phpinfo()) . magic_quotes_gpc cannot be > turned "Off" its stuck in "On" position. Several others options have done > the same leading me to believe that nothing in php.ini gets picked up! > > Ive installed it as > > > ./configure --with-config-file-path=/usr/local/apache2/conf/php.ini --with-a > pxs2=/usr/local/apache2/bin/apxs --with-mysql (got no errors) > > Even when I delete php.ini I get the same for phpinfo. I have tried putting > a file at /usr/local/lib/php.ini (the default location if you had not set it > yourself) with the same result. And no I don't have a problem with php.ini > permissions as ive even tried chmod 777! > > anyone has any clue?! > > > thanks. > omer. > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php