* Use UTF-8 in the xml declaring

* Fix ?> from examples

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293479 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-01-13 02:11:39 +00:00
parent 428ce16274
commit b52a47c338

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
<sect1 xml:id="install.windows.building" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Building from source</title>
@ -103,7 +103,6 @@ C:.
| +---bin <- Toolchain
| +---include <- Header files
| +---lib <- Library files
?>
]]>
</programlisting>
</example>
@ -240,7 +239,6 @@ C:.
+---usr
| +---local
| +---share
?>
]]>
</programlisting>
</example>
@ -268,7 +266,6 @@ C:.
<![CDATA[
cd bin
vcvarsx86_amd64
?>
]]>
</programlisting>
</example>
@ -282,9 +279,8 @@ vcvarsx86_amd64
<title>Running buildconf</title>
<programlisting role="txt">
<![CDATA[
C:\php\src\> buildconf
buildconf
Now run 'configure --help'
?>
]]>
</programlisting>
</example>
@ -303,7 +299,6 @@ configure
...
...
...
?>
]]>
</programlisting>
</example>
@ -324,7 +319,6 @@ configure --enable-one-shot
...
...
...
?>
]]>
</programlisting>
</example>
@ -348,7 +342,6 @@ configure --disable-all --enable-cli --enable-one-shot
...
...
...
?>
]]>
</programlisting>
</example>
@ -366,11 +359,10 @@ configure --disable-all --enable-cli --enable-one-shot
<title>Executing nmake</title>
<programlisting role="txt">
<![CDATA[
C:\php\src\> nmake
nmake
...
...
...
?>
]]>
</programlisting>
</example>
@ -417,7 +409,6 @@ C:\php\src\Release_TS\> php -v
PHP 5.3.X (cli) (built: XXX XX XXXX XX:XX:XX)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
?>
]]>
</programlisting>
</example>