Edit report at https://bugs.php.net/bug.php?id=60712&edit=1
ID: 60712 User updated by: mbiama dot ekombitie dot com at live dot fr Reported by: mbiama dot ekombitie dot com at live dot fr Summary: PHP Server Central Status: Open Type: Bug Package: Dynamic loading Operating System: Gnu/linux php 5.3 PHP Version: 5.3.9 Block user comment: N Private report: N New Comment: Expected result: ---------------- <html> <head> <title>Angosso</title> </head> <body> <?php echo '<p>http://www.angosso.net/angosso/angosso.aspx</p>'; ?> </body> </html> Previous Comments: ------------------------------------------------------------------------ [2012-01-11 14:44:25] mbiama dot ekombitie dot com at live dot fr Description: ------------ <html> <head> <title>Test PHP</title> </head> <body> <?php echo '<p>Bonjour le monde</p>'; ?> </body> </html> Test script: --------------- <html> <head> <title>Angosso</title> </head> <body> <?php echo '<p>http://www.;angosso.net/angosso/angosso.aspx</p>'; ?> </body> </html> Expected result: ---------------- <html> <head> <title>Angosso</title> </head> <body> <?php echo '<p>http://www.;angosso.net/angosso/angosso.aspx</p>'; ?> </body> </html> Actual result: -------------- <html> <head> <title>Angosso</title> </head> <body> <?php echo '<p>http://www.;angosso.net/default.aspx</p>'; ?> </body> </html> ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60712&edit=1
