From 97750f17b2cbcb154caf4885f43ee07bf47047cb Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Mon, 9 Nov 2020 17:44:11 +0000 Subject: [PATCH] Fix #75024: glob(): Non-portable GLOB_BRACE presented without warning A caution or even a warning appear to be too strong for this, but moving the note to the parameter section seems to be in order according to . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351342 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/glob.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/filesystem/functions/glob.xml b/reference/filesystem/functions/glob.xml index 6c47628deb..c111ce9f86 100644 --- a/reference/filesystem/functions/glob.xml +++ b/reference/filesystem/functions/glob.xml @@ -110,6 +110,12 @@ + + + The GLOB_BRACE flag is not available on some non GNU + systems, like Solaris. + + @@ -168,12 +174,6 @@ quickref.txt size 137820 This function isn't available on some systems (e.g. old Sun OS). - - - The GLOB_BRACE flag is not available on some non GNU - systems, like Solaris. - -