From:             [EMAIL PROTECTED]
Operating system: Suse Linux 8.1
PHP version:      4.3.0RC2
PHP Bug Type:     *Configuration Issues
Bug description:  PHP did not use php.ini

Hi There!

My configuration:

Suse Linux 8.1
Apache 2
PHP 4.3.0RC2 (also tested with the last Stable)

Compile-Options:

./configure --with-mysql --with-apxs2=/usr/sbin/apxs  --with-openssl
--disable-debug --with-config-file-path=/etc/httpd

php.ini:

/etc/httpd>
-rw-r--r--    1 root     root        25549 2002-11-29 11:25 php.ini

I have changed some settings in php.ini, such as

safe_mode = On
open_basedir = "/dir"
register_globals = On

When I call phpinfo:

Configuration File (php.ini) Path  /etc/httpd
safe_mode= Off
open_basedir = no value
register_globals = Off

I than have tried to compile without "with-config-file-path" and but the
php.ini in "/usr/local/lib" (as shown in phpinfo).
Same problem.
And sure, I have restarted apache and the hole system ;)

This is since I have updated from 4.2.3.

-- 
Edit bug report at http://bugs.php.net/?id=20718&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20718&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20718&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20718&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20718&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20718&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20718&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20718&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20718&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20718&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20718&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20718&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20718&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20718&r=isapi

Reply via email to