php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50700 ANGOSSO_ROOT
Submitted: 2010-01-08 22:29 UTC Modified: 2010-01-09 00:17 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: rombiama at gmail dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5.3.1 OS: installation
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rombiama at gmail dot com
New email:
PHP Version: OS:

 

 [2010-01-08 22:29 UTC] rombiama at gmail dot com
Description:
------------
<html>
 <head>
  <title>Les Diasporas Plurielles:: angosso.com</title>
 </head>
 <body>
 <?php echo '<p>angosso.com</p>';index.html ?> 
 </body>
</html>

Reproduce code:
---------------
---
From manual page: function.strstr#Description
---
http://localhost/angosso.php or http://79.170.40.162/angossocom/index.php 

Expected result:
----------------
<html>
 <head>
  <title>Les Diasporas Plurielles:: angosso.com</title>
 </head>
 <body>
 <p>angosso.com/index3.php</p>
 </body>
</html>

Actual result:
--------------
<html>
 <head>
  <title>Les Diasporas Plurielles:: angosso.com</title>
 </head>
 <body>
 <p>angosso.com/index.html</p>
 </body>
</html>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-09 00:17 UTC] bjori@php.net
Huh?
You are not making any sense.

<?php echo '<p>angosso.com</p>';index.html ?> 

Thats not gonna work. Move "index.html" away from the <?php ?> block, 
or into the echo statement.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 12:01:28 2024 UTC