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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
6 + 11 = ?
Subscribe to this entry?

 
 [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 14:01:29 2024 UTC