Fix typos, spotted by Mark

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-06-22 22:00:46 +00:00
parent db5cab7b7b
commit 825368330b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
<para>
@ -183,7 +183,7 @@
</listitem>
<listitem>
<para>
Its now possible to use <link linkend="language.types.string.syntax.heredoc">Heredoc</link>
It's now possible to use <link linkend="language.types.string.syntax.heredoc">Heredoc</link>
to initialize static variables and class members/constants.
</para>
</listitem>
@ -315,7 +315,7 @@
functions (100% portable for the available data).
</para>
<para>
Its now possible to use hardlinks on Windows using the <function>link</function>
It's now possible to use hardlinks on Windows using the <function>link</function>
function, and symbolic links via the <function>symlink</function> function. Hardlinks
are available as of Windows 2000 and symbolic links as of Windows Vista.
</para>
@ -1836,7 +1836,7 @@
</para>
<para>
<function>crypt</function> now has Blowfish and extended DES support, and
<function>crypt</function> features are now 100% portable. PHP has its own
<function>crypt</function> features are now 100% portable. PHP has it's own
internal crypt implementation which drops into place when support for
<literal>crypt</literal> or <literal>crypt_r</literal> is not found.
</para>