php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56558 Interactive Downloads Graph Image URL error
Submitted: 2005-09-20 22:22 UTC Modified: 2006-10-18 15:29 UTC
From: abdrums at yahoo dot com Assigned: cellog (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Windows XP Pro SP2
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:
50 - 15 = ?
Subscribe to this entry?

 
 [2005-09-20 22:22 UTC] abdrums at yahoo dot com
Description:
------------
While looking at http://pecl.php.net/package-stats.php?cid=7&pid=335 and trying to modify the graph, I get at broken image.  Looking at the image URL though, I see the problem - an ampersand is being passed as an HTML entity and not as an ampersand.



Reproduce code:
---------------
Go here: http://pecl.php.net/package-stats.php?cid=7&pid=335

Try and change the graph!

Expected result:
----------------
I would expect to see an image from this URL:
http://pecl.php.net/package-stats-graph.php?pid=335&releases=1405_339900)

Actual result:
--------------
This is what I get though (no image, because of the following URL):
http://pecl.php.net/package-stats-graph.php?pid=335&releases=1405_339900


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-18 15:29 UTC] cellog@php.net
This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC