mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
minor typo/grammar changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323746 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab65594b1d
commit
c3afedb44c
1 changed files with 8 additions and 8 deletions
|
@ -66,7 +66,7 @@
|
|||
<simpara>
|
||||
<link linkend="features.safe-mode">Safe mode</link> is no
|
||||
longer supported. Any applications that rely on safe mode may need
|
||||
adjustmentubg, in terms of security.
|
||||
adjustment, in terms of security.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -229,7 +229,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Array dereferencing has been added, e.g. <literal>foo()[0]</literal>.
|
||||
Function array dereferencing has been added, e.g. <literal>foo()[0]</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -239,7 +239,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal><?=</literal> is now always available regardless of the
|
||||
<literal><?=</literal> is now always available, regardless of the
|
||||
<link linkend="ini.short-open-tag">short_open_tag</link> ini option.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -331,7 +331,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>magic_quotes_gpc</literal> <literal>magic_quotes_runtime</literal> and
|
||||
<literal>magic_quotes_gpc</literal>, <literal>magic_quotes_runtime</literal> and
|
||||
<literal>magic_quotes_sybase</literal>
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -712,7 +712,7 @@
|
|||
</section>
|
||||
|
||||
<section xml:id="migration54.classes">
|
||||
<title>New Classes</title>
|
||||
<title>New Classes and Interfaces</title>
|
||||
<simpara>
|
||||
The following classes were introduced in PHP 5.4.0:
|
||||
</simpara>
|
||||
|
@ -741,7 +741,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>JsonSerializable</classname> interface
|
||||
<classname>JsonSerializable</classname>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -749,12 +749,12 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>SessionHandler</classname> class.
|
||||
<classname>SessionHandler</classname>
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>SessionHandlerInterface</classname> interface.
|
||||
<classname>SessionHandlerInterface</classname>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue