mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove incorrect information from INI (#17020)
This commit is contained in:
parent
e36dea065d
commit
71edfd70b7
2 changed files with 8 additions and 14 deletions
|
@ -1158,10 +1158,7 @@ mysqli.allow_persistent = On
|
||||||
; https://php.net/mysqli.max-links
|
; https://php.net/mysqli.max-links
|
||||||
mysqli.max_links = -1
|
mysqli.max_links = -1
|
||||||
|
|
||||||
; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
|
; Default port number for mysqli_connect().
|
||||||
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
|
|
||||||
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
|
|
||||||
; at MYSQL_PORT.
|
|
||||||
; https://php.net/mysqli.default-port
|
; https://php.net/mysqli.default-port
|
||||||
mysqli.default_port = 3306
|
mysqli.default_port = 3306
|
||||||
|
|
||||||
|
@ -1170,15 +1167,15 @@ mysqli.default_port = 3306
|
||||||
; https://php.net/mysqli.default-socket
|
; https://php.net/mysqli.default-socket
|
||||||
mysqli.default_socket =
|
mysqli.default_socket =
|
||||||
|
|
||||||
; Default host for mysqli_connect() (doesn't apply in safe mode).
|
; Default host for mysqli_connect().
|
||||||
; https://php.net/mysqli.default-host
|
; https://php.net/mysqli.default-host
|
||||||
mysqli.default_host =
|
mysqli.default_host =
|
||||||
|
|
||||||
; Default user for mysqli_connect() (doesn't apply in safe mode).
|
; Default user for mysqli_connect().
|
||||||
; https://php.net/mysqli.default-user
|
; https://php.net/mysqli.default-user
|
||||||
mysqli.default_user =
|
mysqli.default_user =
|
||||||
|
|
||||||
; Default password for mysqli_connect() (doesn't apply in safe mode).
|
; Default password for mysqli_connect().
|
||||||
; Note that this is generally a *bad* idea to store passwords in this file.
|
; 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_pw")
|
; *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
|
; and reveal this password! And of course, any users with read access to this
|
||||||
|
|
|
@ -1160,10 +1160,7 @@ mysqli.allow_persistent = On
|
||||||
; https://php.net/mysqli.max-links
|
; https://php.net/mysqli.max-links
|
||||||
mysqli.max_links = -1
|
mysqli.max_links = -1
|
||||||
|
|
||||||
; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
|
; Default port number for mysqli_connect().
|
||||||
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
|
|
||||||
; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
|
|
||||||
; at MYSQL_PORT.
|
|
||||||
; https://php.net/mysqli.default-port
|
; https://php.net/mysqli.default-port
|
||||||
mysqli.default_port = 3306
|
mysqli.default_port = 3306
|
||||||
|
|
||||||
|
@ -1172,15 +1169,15 @@ mysqli.default_port = 3306
|
||||||
; https://php.net/mysqli.default-socket
|
; https://php.net/mysqli.default-socket
|
||||||
mysqli.default_socket =
|
mysqli.default_socket =
|
||||||
|
|
||||||
; Default host for mysqli_connect() (doesn't apply in safe mode).
|
; Default host for mysqli_connect().
|
||||||
; https://php.net/mysqli.default-host
|
; https://php.net/mysqli.default-host
|
||||||
mysqli.default_host =
|
mysqli.default_host =
|
||||||
|
|
||||||
; Default user for mysqli_connect() (doesn't apply in safe mode).
|
; Default user for mysqli_connect().
|
||||||
; https://php.net/mysqli.default-user
|
; https://php.net/mysqli.default-user
|
||||||
mysqli.default_user =
|
mysqli.default_user =
|
||||||
|
|
||||||
; Default password for mysqli_connect() (doesn't apply in safe mode).
|
; Default password for mysqli_connect().
|
||||||
; Note that this is generally a *bad* idea to store passwords in this file.
|
; 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_pw")
|
; *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
|
; and reveal this password! And of course, any users with read access to this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue