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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-bug-2004 at ryandesign dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Dec 26 10:01:29 2024 UTC