|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-03 19:25 UTC] yohgaki@php.net
[2002-06-18 19:16 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 15:00:02 2025 UTC |
Using latest Apache V 1.3.22 Apache chrashes whith this code: <?php class A { function A() {} function __sleep() {return;} } $a = new A(); $stream = serialize($a); ?> A also tested __wakeup() and that works OK.