php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37961 "url" in messages should be "URL"
Submitted: 2006-06-29 14:15 UTC Modified: 2006-06-29 14:32 UTC
From: agiorgio at optonline dot net Assigned: bjori (profile)
Status: Closed Package: URL related
PHP Version: 5.1.5CVS OS:
Private report: No CVE-ID: None
 [2006-06-29 14:15 UTC] agiorgio at optonline dot net
Description:
------------
URL is an acronym, and should be capitalized.  In ext/standard/url.c, the error message 

"Invalid url component identifier %ld." 

should read:

"Invalid URL component identifier %ld."

Also, 

"Unable to parse url" 

should read:

"Unable to parse URL"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-29 14:32 UTC] bjori@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: Fri Mar 29 13:01:29 2024 UTC