php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19892 Images would not display.
Submitted: 2002-10-13 22:47 UTC Modified: 2002-11-03 03:32 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: harm at gamesyndicate dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.3.0-pre1 OS: FreeBSD 4.7
Private report: No CVE-ID: None
 [2002-10-13 22:47 UTC] harm at gamesyndicate dot com
When I installed 4.3.0-pre1 on my Apache 2 server, all the images would not work. Used the following configure line for the php:

./configure --with-apxs2=/usr/local/sbin/apxs --with-tsrm-pth

It would install just fine and the phpinfo() would display the proper information, but it would not allow me to display images.  Ended up downgrading Apache to the latest in the 1.3 series and the problem is fixed.  Have not had any issues with php4.3.0-pre1 on Apache1.3.27 yet.  All issues gone with this version.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-13 22:52 UTC] sniper@php.net
What images do you mean? The ones in phpinfo() output or images in any page?

 [2002-10-13 23:16 UTC] harm at gamesyndicate dot com
No, not the ones in phpinfo()
any other ones that were on the server.
 [2002-10-16 14:02 UTC] iliaa@php.net
Are the images you are trying to display static jpg, png, gif, etc... files or are they being dynamically generated by PHP?
 [2002-10-16 22:42 UTC] harm at gamesyndicate dot com
They're static images using the img src=
they're chmod'd to 751.  You cannot even call them direct via the path.  Only happened after I installed the beta php.
 [2002-10-17 17:59 UTC] iliaa@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.

Using the information you've provided I cannot replicate the bug. Unless you tell Apache to parse image files this will not happen. This looks a misconfiguration issue on your end rather then a PHP problem.
If you are not using the latest Apache try upgrading, also try using the latest PHP (unstable) snapshot.
 [2002-10-17 18:00 UTC] iliaa@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.


 [2002-10-18 00:09 UTC] harm at gamesyndicate dot com
Ah, but it is.  It only happened when I installed PHP 4.3.0-pre1.  Apache worked just fine running PHP 4.2.3, but not 4.3.0-pre1.  All images used to display, and they did not with the 4.3.0 version.  It's not a config problem, because the config did not change, just the php version.
 [2002-10-18 00:10 UTC] harm at gamesyndicate dot com
Reopening.
 [2002-10-18 08:56 UTC] iliaa@php.net
1st try the latest CVS (unstable) to make sure that the problem still exists. If it does, then in your follow-up report please include all the lines pertaining to PHP configuration from your httpd.conf
 [2002-11-03 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2002-11-03 03:31 UTC] harm at gamesyndicate dot com
Problem fixed with pre2.  Nice job.
 [2002-11-03 03:32 UTC] harm at gamesyndicate dot com
Closing, problem fixed with pre2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 22:01:29 2024 UTC