mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88594 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
99346c6afc
commit
d5bd17527d
1 changed files with 2 additions and 2 deletions
|
@ -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><? ?></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><?xml ?></userinput> inline. Otherwise, you
|
||||
use <userinput><?xml ?></userinput> inline. Otherwise, you
|
||||
can print it with PHP, for example: <userinput><?php echo '<?xml
|
||||
version="1.0"'; ?></userinput>. Also if disabled, you must use the
|
||||
long form of the PHP open tag (<userinput><?php ?></userinput>).
|
||||
|
|
Loading…
Reference in a new issue