php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22412 Adding JAVA module to Suse 8.1
Submitted: 2003-02-25 04:04 UTC Modified: 2003-07-29 07:22 UTC
Votes:3
Avg. Score:3.7 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:2 (66.7%)
From: maurizio at giampy dot it Assigned:
Status: No Feedback Package: Java related
PHP Version: 4.3.1 OS: Linux Suse 8.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 + 18 = ?
Subscribe to this entry?

 
 [2003-02-25 04:04 UTC] maurizio at giampy dot it
I have tried to add java module in ma new 8.1 Suse Distribution.

After many test I found the bug
Bug #18600 Unable to create Java Virtual Machine 

Then I tryed to recompile only with cgi and not as a module ... 

using this simple script
<?php
 $system = new Java('java.lang.System');
 print $system->getProperty('java.version');
?>

the java works because print back the version but I always get this warning!!!! 
 
security properties not found. using defaults.
Content-type: text/html
X-Powered-By: PHP/4.3.1

1.3.1_04<br />
<b>Warning</b>:  Unknown list entry type in request shutdown (0) in <b>Unknown</b> on line <b>0</b><br />


I have tested many java version, I have compiled php with only these modules:

[PHP Modules]
ctype
gd
java
mysql
overload
pcre
posix
session
standard
tokenizer
xml

[Zend Modules]

Thanks for your help
Maurizio

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-29 07:22 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 05:01:29 2024 UTC