php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30848 Encrypted image issue.
Submitted: 2004-11-20 05:38 UTC Modified: 2004-11-20 13:53 UTC
From: techsupport at scoutch dot com Assigned:
Status: Not a bug Package: *Encryption and hash functions
PHP Version: 4.3.9 OS: Windows Server 2003
Private report: No CVE-ID: None
 [2004-11-20 05:38 UTC] techsupport at scoutch dot com
Description:
------------
Greetings,

When I try to encrypt an image by using PHP v4.3.9, it returns a ' red empty box '. I noticed this since, when I used to have PHP v4.3.0, everything went fine.

I assume this might be a development issue. Would it be possible to have a fix for this ? I have posted two threads below which successfuly demonstrates how to encrypt our URL regarding images.

Ex : http://www.yourdomain.com/show.php?3958395893905930523

However, when I use a ' unencrypted ' method, the image does show.

Again, this started to happened when PHP v4.3.9 were installed. The good news is, everything else seems to work perfectly though.

Any help on this would be appreciated.

Thanks.

Reproduce code:
---------------
http://www.4homepages.de/forum/viewtopic.php?t=14949&postdays=0&postorder=asc&start=0

http://www.4homepages.de/forum/viewtopic.php?t=1716

Expected result:
----------------
I would except to see a returned URL like this :

http://www.yourdomain.com/show.php?3958395893905930523

instead of :

http://www.yourdomain.com/images/image.jpg

(which already does) ' but ' the image needs to be included in the returned address as well.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-20 13:53 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 11:01:30 2024 UTC