From 0e107465a2926588975878edfe42e06b9db0fb12 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 13:25:12 +0000 Subject: [PATCH] auto_(ap|pre)pend_file use require (bug #41816) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241313 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 8f9c94eb0f..c2a3b0f6cc 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3355,7 +3355,7 @@ Specifies the name of a file that is automatically parsed before the main file. The file is included as if it was - called with the include function, so + called with the require function, so include_path is used. The special value none @@ -3373,7 +3373,7 @@ Specifies the name of a file that is automatically parsed after the main file. The file is included as if it was - called with the include function, so + called with the require function, so include_path is used. The special value none