php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4384 Java ext
Submitted: 2000-05-10 16:49 UTC Modified: 2000-08-18 13:09 UTC
From: pauldy at timespace dot org Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Release Candidate 2 OS: RedHat 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pauldy at timespace dot org
New email:
PHP Version: OS:

 

 [2000-05-10 16:49 UTC] pauldy at timespace dot org
after installing with java support the libphp_java.so file is placed in the /usr/lib/php/extensions/debug-non-zts-20000401 or nodebug-non-zts-20000401 directory.  The previous RC1 placed the file in the directory /usr/lib/php/modules where it is loaded as expected.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-10 16:54 UTC] pauldy at timespace dot org
The Operation system used is stock redhat 6.2 the compile flags were

./configure --with-mysql --enable-inline-optimization --with-mysql --with-ldap=/usr/local --disable-debug --enable-track-vars --with-apxs=/usr/sbin/apxs --disable-short-tags --prefix=/usr --with-config-file-path=/etc/httpd --enable-safe-mode --with-exec-dir=/usr/bin --with-zlib --with-java=/usr/local/java 

the php.ini file only contains the following changes

[Zend]
zend_optimizer.optimization_level=7
zend_extension="/usr/local/Zend/lib/ZendOptimizer.so"

[java]
java.class.path=/usr/lib/php_java.jar
;java.library=/usr/local/java/lib/linux/native_threads/libjitc.so:/usr/local/java/lib/linux/native_threads/libjava.so
java.library=libphp_java.so
java.library.path=/usr/lib/php_java.jar:/usr/local/java/lib/linux/native_threads:/usr/local/java/lib/
extension_dir=/usr/lib/php/modules
extension=libphp_java.so


And before using RC2 I did ; out the Zend Optimizer lines.
 [2000-07-24 18:38 UTC] derick@php.net
What's your problem?
 [2000-08-18 13:09 UTC] waldschrott@php.net
Closed due to missing user feedback.
 [2002-10-26 04:39 UTC] books at medianet dot pl
Just be careful to update php.ini after you recompile PHP adding java support, including exact directory name for libphp_java.so
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 14:01:30 2025 UTC