php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30363 Typo in unserialize error message ("an string")
Submitted: 2004-10-08 15:25 UTC Modified: 2004-10-08 21:04 UTC
From: php-bug-2004 at ryandesign dot com Assigned: helly (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 4.3.9, 5.0.2 OS: *
Private report: No CVE-ID: None
 [2004-10-08 15:25 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-08 21:04 UTC] helly@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 05:01:31 2024 UTC