File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -1158,10 +1158,7 @@ mysqli.allow_persistent = On
1158
1158
; https://php.net/mysqli.max-links
1159
1159
mysqli.max_links = -1
1160
1160
1161
- ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
1162
- ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1163
- ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
1164
- ; at MYSQL_PORT.
1161
+ ; Default port number for mysqli_connect().
1165
1162
; https://php.net/mysqli.default-port
1166
1163
mysqli.default_port = 3306
1167
1164
@@ -1170,15 +1167,15 @@ mysqli.default_port = 3306
1170
1167
; https://php.net/mysqli.default-socket
1171
1168
mysqli.default_socket =
1172
1169
1173
- ; Default host for mysqli_connect() (doesn't apply in safe mode) .
1170
+ ; Default host for mysqli_connect().
1174
1171
; https://php.net/mysqli.default-host
1175
1172
mysqli.default_host =
1176
1173
1177
- ; Default user for mysqli_connect() (doesn't apply in safe mode) .
1174
+ ; Default user for mysqli_connect().
1178
1175
; https://php.net/mysqli.default-user
1179
1176
mysqli.default_user =
1180
1177
1181
- ; Default password for mysqli_connect() (doesn't apply in safe mode) .
1178
+ ; Default password for mysqli_connect().
1182
1179
; Note that this is generally a *bad* idea to store passwords in this file.
1183
1180
; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
1184
1181
; and reveal this password! And of course, any users with read access to this
Original file line number Diff line number Diff line change @@ -1160,10 +1160,7 @@ mysqli.allow_persistent = On
1160
1160
; https://php.net/mysqli.max-links
1161
1161
mysqli.max_links = -1
1162
1162
1163
- ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
1164
- ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1165
- ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
1166
- ; at MYSQL_PORT.
1163
+ ; Default port number for mysqli_connect().
1167
1164
; https://php.net/mysqli.default-port
1168
1165
mysqli.default_port = 3306
1169
1166
@@ -1172,15 +1169,15 @@ mysqli.default_port = 3306
1172
1169
; https://php.net/mysqli.default-socket
1173
1170
mysqli.default_socket =
1174
1171
1175
- ; Default host for mysqli_connect() (doesn't apply in safe mode) .
1172
+ ; Default host for mysqli_connect().
1176
1173
; https://php.net/mysqli.default-host
1177
1174
mysqli.default_host =
1178
1175
1179
- ; Default user for mysqli_connect() (doesn't apply in safe mode) .
1176
+ ; Default user for mysqli_connect().
1180
1177
; https://php.net/mysqli.default-user
1181
1178
mysqli.default_user =
1182
1179
1183
- ; Default password for mysqli_connect() (doesn't apply in safe mode) .
1180
+ ; Default password for mysqli_connect().
1184
1181
; Note that this is generally a *bad* idea to store passwords in this file.
1185
1182
; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
1186
1183
; and reveal this password! And of course, any users with read access to this
You can’t perform that action at this time.
0 commit comments