php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20682 PHP confuses <?xml with the <? start of PHP code
Submitted: 2002-11-27 13:04 UTC Modified: 2002-11-27 13:08 UTC
From: s2sfar at peak dot org Assigned:
Status: Not a bug Package: XML related
PHP Version: 4.2.3 OS: Slackware 8.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: s2sfar at peak dot org
New email:
PHP Version: OS:

 

 [2002-11-27 13:04 UTC] s2sfar at peak dot org
Some code:
<?xml version="1.0" encoding="UTF-8"?>
...
<?php
      require 'footer.php?unselected=downloads';
?>


Compiled with MySQL and AXPS:
'./configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/usr/sbin/apxs'



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-27 13:06 UTC] derick@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. 

Thank you for your interest in PHP.
 [2002-11-27 13:07 UTC] s2sfar at peak dot org
Sorry...wrong e-mail address: It is s2sfarm@peak.org.
 [2002-11-27 13:08 UTC] derick@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. 

Thank you for your interest in PHP.

check:
http://www.php.net/manual/en/language.basic-syntax.php#language.basic-syntax.phpmode
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 17:01:33 2025 UTC