ID:               32339
 Updated by:       [EMAIL PROTECTED]
 Reported By:      fdussert at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: win xp sp1
 PHP Version:      5.0.1
 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.




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

[2005-03-16 22:52:07] fdussert at gmail dot com

i think the crash appened cose i have a __call method in my object and
when i put it in session __call catch the __sleep call.

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

[2005-03-16 16:27:02] fdussert at gmail dot com

Description:
------------
hello,
i'm using php 5.01 on apache 2.
I've a class with an attribute which is a reflection class instance.
I put a __call method to be able to manipulate my reflection class
instance.
I don't know if apache crash cose there's no __sleep method in my
reflection class instance or cose i try to put my class in a session
var.
thanks 
PS : sorry for my english, i'm french


Reproduce code:
---------------
function __construct($serv,$clname)
{
$this->serv                     = $serv;
$this->ref              = new ReflectionClass($clname);
$this->instance = $this->ref->newInstance($serv);
}

Actual result:
--------------
apache crash


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


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

Reply via email to