summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2005-05-05 12:22:48 +0000
committerGeorg Richter <georg@php.net>2005-05-05 12:22:48 +0000
commit5c9956361542a858044cb9dc77ddb8b019d2df75 (patch)
tree3078bcce02123abfe6e0bd42077abb83aecda6f9 /php.ini-dist
parent1ba54f5fca40a8d89ec5f056cc3becd4621ac6fd (diff)
downloadphp-git-5c9956361542a858044cb9dc77ddb8b019d2df75.tar.gz
fix for bug #32947 (Incorrect option for mysqli default password)
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index bcec02634b..ed3c5301d5 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -726,10 +726,10 @@ mysqli.default_user =
; Default password for mysqli_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
-; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_password")
+; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
-mysqli.default_password =
+mysqli.default_pw =
; Allow or prevent reconnect
mysqli.reconnect = Off