ID: 50044
Updated by: [email protected]
Reported By: rombiama at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: Output Control
Operating System: extension php
PHP Version: 5.3.0
New Comment:
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
Previous Comments:
------------------------------------------------------------------------
[2009-10-30 18:42:55] rombiama at gmail dot com
Description:
------------
liste-membres-1.php
<?php
$pdo = new PDO( 'mysql:host=sql.serveur-donnees.com;dbname=test',
'utilisateur', 'mot_de_passe' );
echo '<www.angosso.com/index.php>';
foreach( $pdo->query('SELECT nom, prenom FROM membres ORDER BY nom,
prenom ') as $row ) {
echo '<li>', $row['Mbiama Assogo '], ' ', $row['Roger'],
'</li>';
}
echo '</angosso.com/index.php>';
?>
Reproduce code:
---------------
---
>From manual page: function.utf8-encode#Description
---
<ul>
www.angosso.com/contact;
www.angosso.com/Societe;
www.angosso.com/accueil;
www.angosso.com/economie;
www.angosso.com/support;
www.angosso.com/services;
www.angosso.com/*
<ul>
Expected result:
----------------
liste-membres-1.php
<?php
$pdo = extension mysql
echo 'www.angosso.com/index.php';
?>
Actual result:
--------------
www.angosso.com/index.php
<?php
fixed extension connect 5.3.IRC2 in php.net server
$echo='http://angosso.com/index2.php;
links fixed http://angosso.com/public_html;
connect apache2 angosso.com port 80
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50044&edit=1