Edit report at https://bugs.php.net/bug.php?id=50044&edit=1
ID: 50044 Updated by: ras...@php.net Reported by: rombiama at gmail dot com Summary: angosso....@php.net -Status: No Feedback +Status: Spam Type: Bug Package: Output Control Operating System: extension php PHP Version: 5.3.0 Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2012-02-15 21:54:52] rombiama at gmail dot com Home Config ------------------------------------------------------------------------ [2009-11-07 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2009-10-30 18:53:12] rombiama at gmail dot com bUG 50044 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 ?> ------------------------------------------------------------------------ [2009-10-30 18:52:24] u...@php.net 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. ------------------------------------------------------------------------ [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 https://bugs.php.net/bug.php?id=50044&edit=1