From e7db124ab7a51d1a9acd547454bb265146f8f523 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Mon, 21 Jul 2008 20:55:41 +0000 Subject: [PATCH] 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 --- appendices/ini.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 4dcb40f8ab..3179a29e62 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -4378,6 +4378,18 @@ auto_prepend_file=security.php i.e. <form action="edit.php?processed=1">, and then checking if $_GET['processed'] is set. + + + + 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. + + + +