php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43759 info.php with apache2.2.5 can be resolved in firefox ,but not in opera9.25
Submitted: 2008-01-05 15:28 UTC Modified: 2008-01-28 23:45 UTC
From: kulingkwi at sina dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.2.5 OS: ubuntu 7.10
Private report: No CVE-ID: None
 [2008-01-05 15:28 UTC] kulingkwi at sina dot com
Description:
------------
i install configure apache2.2.5 and php5.2.5 step by step with the INSTALL file,and write and info.php page to test,however the page can be resolved in firefox but not in opera9.25

Reproduce code:
---------------
<?php 
phpinfo( );
?> 

Expected result:
----------------
show the informatino page

Actual result:
--------------
the page can be resolved in firefox but not in opera9.25

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-06 18:22 UTC] missingno at ifrance dot com
The problem seems to be related to Opera or (most probably) Apache. I don't think PHP has anything to do with this.

Check your Apache configuration again.
Also, make sure you used the exact same URL in both browsers.

For example: http://localhost/test & http://localhost/test/ may be treated differently by the server depending on its configuration.
 [2008-01-28 23:45 UTC] tony2001@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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 19:01:32 2024 UTC