ID: 48976 User updated by: marc-bennewitz at arcor dot de Reported By: marc-bennewitz at arcor dot de Status: Bogus Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 5.3.0 New Comment:
http://php.net/manual/function.serialize.php -> There is the following message documented for the value argument: "The value to be serialized. serialize() handles all types, except the resource-type. ..." -> There is no information to store resources as an integer value Previous Comments: ------------------------------------------------------------------------ [2009-07-20 10:59:13] [email protected] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php ------------------------------------------------------------------------ [2009-07-19 18:05:12] marc-bennewitz at arcor dot de Description: ------------ Missing Error on serialize resources with serialize and wddx_serialize_value Reproduce code: --------------- $value = fopen(__FILE__, 'rb'); var_dump(serialize($value)); var_dump(wddx_serialize_value($value)); Expected result: ---------------- FALSE and PHP-Notice-Message for both serialize calls Actual result: -------------- string(4) "i:0;" string(61) "<wddxPacket version='1.0'><header/><data></data></wddxPacket>" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48976&edit=1
