From 8d8c23ec09fe23ba200d47e53c8afeadebd36d29 Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Wed, 16 Jan 2013 10:24:28 +0000 Subject: [PATCH] Correcting typo and adding missing changelog entry. gpc_order was removed in PHP 5 not 4. Fixes bug #63987. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329157 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index b0ee57ec54..047092d1b7 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -677,7 +677,7 @@ gpc_order "GPC" PHP_INI_ALL - + Removed in PHP 5.0.0. auto_prepend_file @@ -1029,7 +1029,7 @@ - This option is not available in PHP 4. + This option was removed in PHP 5.0.0. Use variables_order instead.