diff --git a/appendices/ini.xml b/appendices/ini.xml index 598c8258a9..0600ed4fb5 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + List of core &php.ini; directives @@ -276,6 +276,9 @@ As of PHP 4.3.2, and when memory_limit is enabled, the PHP function memory_get_usage is made available. + + &ini.shorthandbytes; + @@ -554,6 +557,9 @@ memory_limit should be larger than post_max_size. + + &ini.shorthandbytes; + @@ -1002,6 +1008,9 @@ include_path=".;c:\php\includes" upload_tmp_dir, and post_max_size directives. + + &ini.shorthandbytes; + @@ -1028,6 +1037,9 @@ include_path=".;c:\php\includes" The maximum size of an uploaded file. + + &ini.shorthandbytes; + diff --git a/language-snippets.ent b/language-snippets.ent index 2cc31de140..09cbbb9469 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -162,6 +162,9 @@ arrays may be disabled with the register_long_arrays directive.'> +When an integer is used, the +value is measured in bytes. You may also use shorthand notation as described +in this faq.'> This function is only available diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 07efb45f98..ea47c1d874 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -225,6 +225,9 @@ This length is applied to logged errors, displayed errors and also to $php_errormsg. + + &ini.shorthandbytes; + diff --git a/reference/uodbc/ini.xml b/reference/uodbc/ini.xml index 3792364e60..b0fdb55684 100644 --- a/reference/uodbc/ini.xml +++ b/reference/uodbc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -176,6 +176,9 @@ Handling of LONG fields. Specifies the number of bytes returned to variables. + + &ini.shorthandbytes; +