Applying patch by thiago@php.net supplied on phpdoc@ at 16:50 EDT.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263126 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel P. Brown 2008-07-21 20:55:41 +00:00
parent 51470dffcd
commit e7db124ab7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.70 $ -->
<!-- $Revision: 1.71 $ -->
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&php.ini; directives</title>
@ -4378,6 +4378,18 @@ auto_prepend_file=security.php
i.e. <literal>&lt;form action="edit.php?processed=1"&gt;</literal>,
and then checking if <varname>$_GET['processed']</varname> is set.
</simpara>
<simpara>
<note>
<para>
PHP allows shortcuts for bit values, including K (kilo), M (mega)
and G (giga). PHP will do the conversions automatically if you
use any of these. Be careful not to exceed the 32 bit signed integer
limit (if you're using 32bit versions) as it will cause your script
to fail.
</para>
</note>
</simpara>
</listitem>
</varlistentry>