php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61027 App bug
Submitted: 2012-02-09 13:36 UTC Modified: 2012-02-09 13:56 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: mbiama dot ekombitie dot com at live dot fr Assigned:
Status: Not a bug Package: Website problem
PHP Version: trunk-SVN-2012-02-09 (SVN) OS: php
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mbiama dot ekombitie dot com at live dot fr
New email:
PHP Version: OS:

 

 [2012-02-09 13:36 UTC] mbiama dot ekombitie dot com at live dot fr
Description:
------------
Test script php.ini
./configure --prefix=/opt/app/pkg/php-5.3.2 --with-apxs=/opt/app/apache/bin/apxs --with-exec-dir=/opt/ ...

Test script:
---------------
Fri, 09 Mars 2012 14:43:04 -0700

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/home/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/home/index.php>'; 
?>

Reproduce code:
---------------
---
>From manual page: function.utf8-encode#Description
---
<ul>
www.angosso.com/contact/index3.php/?;
www.angosso.com/Societe/index3.php/?;
www.angosso.com/accueil/index3.php/?;
www.angosso.com/economie/index3.php/?;
www.angosso.com/support/index3.php/?;
www.angosso.com/services/index3.php/?;
www.angosso.com/*
<ul>

Expected result:
----------------
liste-membres-1.php 
<?php 
$pdo = extension mysql
echo 'www.angosso.com/home/index2.php'; 
?>

Actual result:
--------------
www.angosso.com/home.html
<?php
fixed extension connect 5.3.IRC2 in php.net server
$echo='http://angosso.com/home/index3.php/?;
links fixed http://angosso.com/public_html;
connect apache2 angosso.com/home/index3.php port 80
?>
Help receved.

Expected result:
----------------
Fri, 09 Mars 2012 14:43:04 -0700

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/home/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/home/index.php>'; 
?>

Reproduce code:
---------------
---
>From manual page: function.utf8-encode#Description
---
<ul>
www.angosso.com/contact/index3.php/?;
www.angosso.com/Societe/index3.php/?;
www.angosso.com/accueil/index3.php/?;
www.angosso.com/economie/index3.php/?;
www.angosso.com/support/index3.php/?;
www.angosso.com/services/index3.php/?;
www.angosso.com/*
<ul>

Expected result:
----------------
liste-membres-1.php 
<?php 
$pdo = extension mysql
echo 'www.angosso.com/home/index2.php'; 
?>

Actual result:
--------------
www.angosso.com/home.html
<?php
fixed extension connect 5.3.IRC2 in php.net server
$echo='http://angosso.com/home/index3.php/?;
links fixed http://angosso.com/public_html;
connect apache2 angosso.com/home/index3.php port 80
?>
Help receved.

Actual result:
--------------
Index.html
Rewrite: server Index3.php

Patches

add-fronk-support (last revision 2012-02-09 13:38 UTC by mbiama dot ekombitie dot com at live dot fr)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-09 13:56 UTC] aharvey@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2012-02-09 13:56 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC