php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12873 PHP session/java bug
Submitted: 2001-08-21 09:15 UTC Modified: 2002-01-09 02:05 UTC
From: reio at mediamenu dot ee Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: Windows 2000 SP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: reio at mediamenu dot ee
New email:
PHP Version: OS:

 

 [2001-08-21 09:15 UTC] reio at mediamenu dot ee
When php.exe crashes when it try's to store Java object.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-22 05:08 UTC] reio at mediamenu dot ee
php.exe crashes when it session try's to store java object.
 [2001-08-22 05:11 UTC] sniper@php.net
Please include a short example script here which 
can be used to reproduce this.

 [2001-10-02 18:42 UTC] sniper@php.net
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-10-03 03:33 UTC] reio at mediamenu dot ee
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-12-19 22:19 UTC] yohgaki@php.net
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


 [2002-01-09 02:05 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC