php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6782 urlencode() doesn't seem to encode anything
Submitted: 2000-09-16 23:43 UTC Modified: 2000-09-17 07:49 UTC
From: stu at saq dot cx Assigned:
Status: Closed Package: URL related
PHP Version: 4.0.1pl2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 34 = ?
Subscribe to this entry?

 
 [2000-09-16 23:43 UTC] stu at saq dot cx
hi..

when i echo urlencode($url) it doesn't encode anything, the output is the same as the contents of $url..

any ideas? i was expecting something like %65%66%67 etc..


thanks


stu

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-17 07:49 UTC] rasmus@php.net
I suggest reading the docs.  It only encodes non-alphanumeric characters.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC