ID: 12873 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment:
Java TestClass.class -------------------------------- public class TestClass { public String str = "initial string"; } -------------------------------- PHP Code: -------------------------------- $obj = new Java("TestClass"); $obj->str = "new string"; session_register("obj"); -------------------------------- after session_register() php.exe crashes Previous Comments: ------------------------------------------------------------------------ [2001-10-02 18:42:19] [EMAIL PROTECTED] No feedback and not enough information to reproduce this. Also note that sessions are not supposed to be used to store Java objects anyway. ------------------------------------------------------------------------ [2001-08-22 05:11:16] [EMAIL PROTECTED] Please include a short example script here which can be used to reproduce this. ------------------------------------------------------------------------ [2001-08-22 05:08:33] [EMAIL PROTECTED] php.exe crashes when it session try's to store java object. ------------------------------------------------------------------------ [2001-08-21 09:15:21] [EMAIL PROTECTED] When php.exe crashes when it try's to store Java object. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12873&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]