From:             maurizio at giampy dot it
Operating system: Linux Suse 8.1
PHP version:      4.3.1
PHP Bug Type:     Java related
Bug description:  Adding JAVA module to Suse 8.1

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

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

Reply via email to