ID: 17760 Comment by: rui dot li at d6 dot com dot cn Reported By: etienne dot anken at eivd dot ch Status: Bogus Bug Type: Java related Operating System: Win 2000 PHP Version: 4.2.1 New Comment:
i got the same Warning Messages when i invoke the classes written in Java like Etienne. my Java code(Test.java): ================================= public class Test { public void test() { System.out.println("Hello World!"); } public String kevin(String abc,String efg){ return (abc+efg); } } ============================== and my PHP code: ======================= <?php $bean = new Java("Test"); echo $bean->kevin("i love "," you"); ?> ======================= /////////////////// i got result below: i love you Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 ////////////////// Previous Comments: ------------------------------------------------------------------------ [2002-08-08 10:17:46] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Can you please provide a sample script that does work, and doesn't work? Thank you. ------------------------------------------------------------------------ [2002-06-14 08:14:23] etienne dot anken at eivd dot ch I get the following message everytime when I invoke new Java("SomeClass") : Unknown list entry type in request shutdown (0) in Unknown on line 0 The object works fine when I use a method. But i keep getting warnings. Has anyone seen this problem before. I can't seem to find anything about this problem. I am using - Win 2000 (French) - Apache 1.3.24 - JDK 1.3.1_03 - PHP 4.2.1 Thank you Etienne ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17760&edit=1