mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added a missing <varname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266136 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8baa1f732e
commit
1203f2da7e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.58 $ -->
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<appendix xml:id="migration5" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 4 to PHP 5.0.x</title>
|
||||
<para>
|
||||
|
@ -92,7 +92,7 @@
|
|||
and argv available in the CLI version regardless of the
|
||||
<link linkend="ini.variables-order">variables_order</link> setting.
|
||||
As in, the CLI version will now always populate the global
|
||||
<varname>$argc</varname> and $argv variables.
|
||||
<varname>$argc</varname> and <varname>$argv</varname> variables.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue