|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-08-21 09:15 UTC] reio at mediamenu dot ee
When php.exe crashes when it try's to store Java object. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 04:00:01 2025 UTC |
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