git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88594 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Leszek Krupinski 2002-07-13 16:31:35 +00:00
parent 99346c6afc
commit d5bd17527d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.64 $ -->
<!-- $Revision: 1.65 $ -->
<chapter id="configuration">
<title>Configuration</title>
@ -767,7 +767,7 @@ include_path=".;c:\www\phplib"
Tells whether the short form (<userinput>&lt;? ?&gt;</userinput>)
of PHP's open tag should be allowed. If you want to use PHP in
combination with XML, you can disable this option in order to
use (<userinput>&lt;?xml ?&gt;</userinput> inline. Otherwise, you
use <userinput>&lt;?xml ?&gt;</userinput> inline. Otherwise, you
can print it with PHP, for example: <userinput>&lt;?php echo '&lt;?xml
version="1.0"'; ?&gt;</userinput>. Also if disabled, you must use the
long form of the PHP open tag (<userinput>&lt;?php ?&gt;</userinput>).