mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added <?php in the third example, and put configure between <coomand> and </command>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79464 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a38b835036
commit
7f3404f590
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.xml">
|
||||
<title>XML parser functions</title>
|
||||
<titleabbrev>XML</titleabbrev>
|
||||
|
@ -50,7 +50,7 @@ libexpat.a: $(OBJS)
|
|||
bundled <productname>expat</productname> library from Apache.
|
||||
You may need to set <envar>CPPFLAGS</envar> and
|
||||
<envar>LDFLAGS</envar> in your environment before running
|
||||
configure if you have installed expat somewhere exotic.
|
||||
<command>configure</command> if you have installed expat somewhere exotic.
|
||||
</para>
|
||||
<para>
|
||||
Build PHP. <emphasis>Tada!</emphasis> That should be it.
|
||||
|
@ -392,6 +392,7 @@ xml_parser_free($xml_parser);
|
|||
<title>External Entity Example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$file = "xmltest.xml";
|
||||
|
||||
function trustedFile($file) {
|
||||
|
|
Loading…
Reference in a new issue