ID: 30363 Updated by: [EMAIL PROTECTED] Reported By: php-bug-2004 at ryandesign dot com -Status: Open +Status: Closed Bug Type: Unknown/Other Function Operating System: * PHP Version: 4.3.9, 5.0.2 Assigned To: helly New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-10-08 15:25:00] php-bug-2004 at ryandesign dot com Description: ------------ The unserialize function can produce this error: "Argument is not an string" It should read: "Argument is not a string" Reproduce code: --------------- See ext/standard/var.c In PHP 4.3.9, it's on line 689. In PHP 5.0.2, it's on line 843. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30363&edit=1
