From:             rombiama at gmail dot com
Operating system: extension php
PHP version:      5.3.0
PHP Bug Type:     Output Control
Bug description:  angosso....@php.net

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 bug report at http://bugs.php.net/?id=50044&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=50044&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=50044&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=50044&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=50044&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=50044&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=50044&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=50044&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=50044&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=50044&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=50044&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=50044&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=50044&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=50044&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=50044&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=50044&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=50044&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=50044&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=50044&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=50044&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=50044&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=50044&r=mysqlcfg

Reply via email to