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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 21 17:01:58 2024 UTC