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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: abdrums at yahoo dot com
New email:
PHP Version: OS:

 

 [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: Sun Jun 16 17:01:29 2024 UTC