[PHP-DEV] PHP 4.0 Bug #5794: [java] settings in php.ini do not affect master values From: gberger <email protected>
Date: 07/26/00

From: gberger <email protected>
Operating system: Linux, Red Hat 6.1
PHP version: 4.0.1pl2
PHP Bug Type: Installation problem
Bug description: [java] settings in php.ini do not affect master values

setting the lines

[java]
extension_dir=/usr/local/lib
extension=libphp_java.so
java.class.path=/usr/local/lib/php_java.jar

in php.ini do not affect master values, only local values.
changing other values in php.ini (e.g. highlight.bg) works fine, i.e. affects both master and local

php runs as apache module, with
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --enable-track-vars --with-java=/usr/local/jdk1.2.2 --with-config-file-path=/usr/local/lib

jdk used is blackdown jdk1.2.2 (jdk-1.2.2-rc4-linux-i386-glibc-2.1.2.tar)

compile and make run without errors, php works fine, but java doesn't (seperate bug report)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>