ID: 12873
Updated by: lobbin
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Session related
Operating System: Windows 2000 SP2
PHP Version: 4.0.6
New Comment:

No feedback. Closing.


Previous Comments:
------------------------------------------------------------------------

[2001-12-19 22:19:28] [EMAIL PROTECTED]

Coud you test with latest CVS snapshot under UNIX like OS?
CVS snapshot source can be found 
http://snaps.php.net/
(No windows binary)

If you don't have problem with latest CVS snapshot,
you can close your bug report by yourself.

Also could you test with 4.1.0 windows binary?

Please report the result. When you update your bug
report, do not forget updating PHP version also.

Thank you
-- 
Yasuo



------------------------------------------------------------------------

[2001-10-03 03:33:52] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=12873


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]

Reply via email to