|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2008-11-22 17:35 UTC] colder@php.net
 Description: ------------ splfileinfo serialization/unserialization segfaults in HEAD Reproduce code: --------------- print (string) unserialize(serialize(new splfileinfo(__FILE__))); PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Another detail: var_dump(unserialize(serialize(new splfileinfo(__FILE__)))); object(SplFileInfo)#1 (1) { [u"pathName":u"SplFileInfo":private]=> NULL } [Sat Nov 22 15:43:48 2008] Script: '../bug.php' /home/felipe/dev/php6/ext/spl/spl_directory.c(612) : Freeing 0x09BA8F78 (1 bytes), script=../bug.php === Total 1 memory leaks detected ===