From 13895f71ead11add378d126aa069020e2aaa3750 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 5 Aug 2004 04:53:24 +0000 Subject: [PATCH] Implemented &ini.shorthandbytes; so people can understand how directives use this shorthand notation. This also closes bug #22158 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165348 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 14 +++++++++++++- language-snippets.ent | 3 +++ reference/errorfunc/ini.xml | 5 ++++- reference/uodbc/ini.xml | 5 ++++- 4 files changed, 24 insertions(+), 3 deletions(-) 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; +