mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
51470dffcd
commit
e7db124ab7
1 changed files with 13 additions and 1 deletions
|
@ -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><form action="edit.php?processed=1"></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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue