|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-16 22:52 UTC] fdussert at gmail dot com
[2005-03-18 19:21 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 14:00:01 2025 UTC |
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