mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282650 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
98574a0e0e
commit
e41fc8c2d3
1 changed files with 32 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<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>
|
||||
|
@ -54,7 +54,7 @@
|
|||
the extensions that PHP 5.3.x comes with. This parameter parsing API
|
||||
will make the function return &null; if incompatible parameters are
|
||||
passed to the function. There are some exceptions to this, like the
|
||||
<function>get_class</function> will still return &false; incase of an
|
||||
<function>get_class</function> will still return &false; in case of an
|
||||
error.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -88,8 +88,8 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
The new mysqlnd library necessitates using MySQL's newer 41 byte password format.
|
||||
Continued use of the old 16 byte passwords will cause <function>mysql_connect</function>
|
||||
The new mysqlnd library necessitates using MySQL's newer 41 bytes password format.
|
||||
Continued use of the old 16 bytes passwords will cause <function>mysql_connect</function>
|
||||
to produce the following error message: <literal>"mysqlnd cannot connect to MySQL 4.1+
|
||||
using old authentication"</literal>.
|
||||
</simpara>
|
||||
|
@ -169,7 +169,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Theres two new magic methods,
|
||||
There are two new magic methods:
|
||||
<link linkend="language.oop5.overloading.methods">__callStatic</link> and
|
||||
<link linkend="language.oop5.magic.invoke">__invoke</link> has been added.
|
||||
</para>
|
||||
|
@ -211,8 +211,8 @@
|
|||
<section xml:id="migration53.windows">
|
||||
<title>Changes made to Windows support</title>
|
||||
<para>
|
||||
The minimum Windows version is now Windows 2000. (Windows 98, ME and NT4 are
|
||||
no longer supported).
|
||||
The minimum Windows version is now Windows 2000 : Windows 98, ME and NT4 are
|
||||
no longer supported.
|
||||
</para>
|
||||
<para>
|
||||
PHP Windows binaries target i586 or later. i386 and i486 are not supported.
|
||||
|
@ -321,7 +321,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The Windows version of PHP will expose a set of constants prefixed
|
||||
<literal>PHP_WINDOWS_*</literal>, a list of them and their function can be found
|
||||
<literal>PHP_WINDOWS_*</literal>, a list of them and their usage can be found
|
||||
<link linkend="info.constants">here</link>.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -334,14 +334,14 @@
|
|||
For the <link linkend="book.oci8">OCI8</link> extension, a new library
|
||||
<literal>php_oci8_11g.dll</literal> is available in addition to <literal>php_oci8.dll</literal>.
|
||||
Only one can be enabled at any time. Use <literal>php_oci8.dll</literal> with Oracle 10.2
|
||||
client libraries. Use php_oci8_11g.dll with Oracle 11 client libraries. Connection
|
||||
client libraries. Use <literal>php_oci8_11g.dll</literal> with Oracle 11 client libraries. Connection
|
||||
to other database versions is supported.
|
||||
</para>
|
||||
<para>
|
||||
Theres now compiler support for Visual C++ 9 (VC9), using Visual Studio 2008.
|
||||
There is now compiler support for Visual C++ 9 (VC9), using Visual Studio 2008.
|
||||
</para>
|
||||
<para>
|
||||
Theres now experimental support for x64 versions of PHP on Windows.
|
||||
There is now experimental support for x64 versions of PHP on Windows.
|
||||
</para>
|
||||
<warning>
|
||||
<simpara>
|
||||
|
@ -720,20 +720,20 @@
|
|||
<simpara>
|
||||
<function>date_add</function>
|
||||
- Adds an amount of days, months, years, hours, minutes and
|
||||
seconds to a DateTime object.
|
||||
seconds to a <classname>DateTime</classname> object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>date_create_from_format</function>
|
||||
- Returns new DateTime object formatted according to the
|
||||
- Returns new <classname>DateTime</classname> object formatted according to the
|
||||
specified format.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>date_diff</function>
|
||||
- Returns the difference between two DateTime objects.
|
||||
- Returns the difference between two <classname>DateTime</classname> objects.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -753,7 +753,7 @@
|
|||
<simpara>
|
||||
<function>date_sub</function>
|
||||
- Subtracts an amount of days, months, years, hours, minutes
|
||||
and seconds from a DateTime object.
|
||||
and seconds from a <classname>DateTime</classname> object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -789,7 +789,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<function>json_last_error</function>
|
||||
- Returns the last json error that occurred.
|
||||
- Returns the last JSON error that occurred.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -953,20 +953,20 @@
|
|||
<simpara>
|
||||
<function>DateTime::add</function>
|
||||
- Adds an amount of days, months, years, hours, minutes and
|
||||
seconds to a DateTime object.
|
||||
seconds to a <classname>DateTime</classname> object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>DateTime::createFromFormat</function>
|
||||
- Returns new DateTime object formatted according to the
|
||||
- Returns new <classname>DateTime</classname> object formatted according to the
|
||||
specified format.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<function>DateTime::diff</function>
|
||||
- Returns the difference between two DateTime objects.
|
||||
- Returns the difference between two <classname>DateTime</classname> objects.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -980,7 +980,7 @@
|
|||
<simpara>
|
||||
<function>DateTime::sub</function>
|
||||
- Subtracts an amount of days, months, years, hours, minutes
|
||||
and seconds from a DateTime object.
|
||||
and seconds from a <classname>DateTime</classname> object.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -1152,7 +1152,7 @@
|
|||
<section xml:id="migration53.extensions-other">
|
||||
<title>Other changes to extensions</title>
|
||||
<para>
|
||||
The following are new extensions can no longer be disabled
|
||||
The following extensions can no longer be disabled
|
||||
during compilation configure:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
|
@ -1744,8 +1744,8 @@
|
|||
<simpara>
|
||||
The standard &php.ini; files have been re-organized, and renamed.
|
||||
<literal>php.ini-development</literal> have settings thats recommded
|
||||
for use in a development envoirment. <literal>php.ini-production</literal>
|
||||
is configured to production envoirments.
|
||||
for use in a development environments. <literal>php.ini-production</literal>
|
||||
is configured to production environments.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -1767,29 +1767,30 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
zend.ze1_compatibility_mode has been removed. If this ini directive is set
|
||||
to on, then an <constant>E_ERROR</constant> is emitted at startup.
|
||||
<literal>zend.ze1_compatibility_mode</literal> has been removed. If this
|
||||
INI directive is set to on, then an <constant>E_ERROR</constant> is
|
||||
emitted at startup.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
It is now possible to use the full path to load modules using the
|
||||
"<link linkend="ini.extension">extension</link>" directive.
|
||||
"<link linkend="ini.extension"><literal>extension</literal></link>" directive.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ini-variables" can now be used almost anywhere in a php.ini file.
|
||||
<literal>"ini-variables"</literal> can now be used almost anywhere in a &php.ini; file.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Runtime tightening of open_basedir restrictions is now possible.
|
||||
Runtime tightening of <literal>open_basedir</literal> restrictions is now possible.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
It is now possible to use alphanumeric or variable indices in ini option
|
||||
It is now possible to use alphanumeric or variable indices in INI option
|
||||
arrays.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -1851,10 +1852,10 @@
|
|||
<function>expm1</function>.
|
||||
</para>
|
||||
<para>
|
||||
<function>var_dump</function> output now includes private object members.
|
||||
<function>var_dump</function> outputs now includes private object members.
|
||||
</para>
|
||||
<para>
|
||||
<function>session_start</function> now returns FALSE when the session startup fails.
|
||||
<function>session_start</function> now returns &false; when the session startup fails.
|
||||
</para>
|
||||
<para>
|
||||
<link linkend="wrappers">Stream wrappers</link> can now be used by
|
||||
|
|
Loading…
Reference in a new issue