Edit report at https://bugs.php.net/bug.php?id=65675&edit=1
ID: 65675 Updated by: johan...@php.net Reported by: mbiama at angosso dot com Summary: BingSiteAuth.xml -Status: Open +Status: Feedback Type: Bug Package: Output Control Operating System: webmaster bing PHP Version: master-Git-2013-09-15 (snap) Block user comment: N Private report: N New Comment: Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Not sure what you want. PHP has no function string() and no predefined constant __CNAME__. the line with "curl:" is invalid from syntax. Please provide the exact reproduce code and your expected result. Previous Comments: ------------------------------------------------------------------------ [2013-09-15 14:50:34] mbiama at angosso dot com Description: ------------ Short script that reproduces the problem Test script: --------------- <meta name="msvalidate.01" content="828E463BCD9081D94FAFA3E20CFE019F" /> <html> <head> <meta name="msvalidate.01" content="828E463BCD9081D94FAFA3E20CFE019F" /> <title>Les Diasporas Plurielles::[Dotted] - The Plural Diasporas here and in The World</title> </head> <body> <p> <?php include string(__CNAME__).'/541b04f323a031051553264d35181e65/verify.bing.com'; curl:'http://www.[dotted].com/BingSiteAuth.xml; ?> </p> </body> </html> Expected result: ---------------- <meta name="msvalidate.01" content="828E463BCD9081D94FAFA3E20CFE019F" /> <html> <head> <meta name="msvalidate.01" content="828E463BCD9081D94FAFA3E20CFE019F" /> <title>Les Diasporas Plurielles::[Dotted] - The Plural Diasporas here and in The World</title> </head> <body> <?php include string(__CNAME__).'/541b04f323a031051553264d35181e65/verify.bing.com'; curl:'http://www.[dotted].com/BingSiteAuth.xml; ?> </body> </html> ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65675&edit=1