From fac5b304efcaed62c280e0f3be5c2d0b3a6012b6 Mon Sep 17 00:00:00 2001 From: Gavin Foster Date: Sat, 4 Mar 2006 17:47:42 +0000 Subject: [PATCH] Added description to sql.safe_mode (for core ini php directives). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208630 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 181b9f0f86..d7eba2ad46 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3782,6 +3782,9 @@ include_path=".;c:\php\includes" + If turned on, database connect functions that specify default values + will use those values in place of supplied arguments. For default + values see connect function documentation for the relevant database.