ID:               14950
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Session related
 Operating System: Debian SID
 PHP Version:      4.2.0-dev
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2002-09-26 16:41:47] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

Cannot replicate this using latest CVS on Windows or Linux.

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

[2002-09-16 08:09:15] [EMAIL PROTECTED]

Bug remains (Apache crash)
SERVER_SOFTWARE: Apache/1.3.26 (Win32) PHP/4.2.3 
OS: Win2000
Apache: 1.3.26

Sample Code:
<?php
class A {
  function A() {}
  function __sleep() {return;}
}
$a = new A();
$stream = serialize($a);
?>

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

[2002-05-28 14:58:47] [EMAIL PROTECTED]

I use php 4.2.1 as apache module on a win95 system and it crashes
whenever I try to serialize an object (in a session or otherwise) that
has a __sleep() function.

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

[2002-04-13 12:48:29] [EMAIL PROTECTED]

I have the same problem running apache 2.0.35 and php 4.2 RC3 under
Win2K ...

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

[2002-04-03 11:06:21] [EMAIL PROTECTED]

I just tested. It does not work.

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

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/14950

-- 
Edit this bug report at http://bugs.php.net/?id=14950&edit=1

Reply via email to