From: [EMAIL PROTECTED] Operating system: linux - redhat 7.1 PHP version: 4.3.0 PHP Bug Type: *Configuration Issues Bug description: php.ini is totally ignored
even though php engine works (apache2.0.43 dso) it totally ignores php.ini settings. Specifical examples; when I change output_buffering to "On" or "4096" or "1" it simply stays as "0" (as viewed from phpinfo()) OR magic_quotes_gpc cannot be turned "Off" it stuck in "On" position. (i have also verified these by actual dependent script non-function so its not a phpinfo() problem) Ive installed it as './configure' '--with-config-file-path=/usr/local/apache2/conf/php.ini' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' 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. i have reinstalled apache once and php twice from scratch with same results! Yes I do restart apachectl. And no I don�t have a problem with php.ini permissions as ive even tried chmod 777! (apache 2.0.43 dso php4.3.0RC2 did not have this problem.) -- Edit bug report at http://bugs.php.net/?id=21259&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21259&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21259&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21259&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21259&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21259&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21259&r=support Expected behavior: http://bugs.php.net/fix.php?id=21259&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21259&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21259&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21259&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21259&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21259&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21259&r=isapi
