mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
Fix typo - comment is ; not '
This commit is contained in:
+1
-1
@@ -533,7 +533,7 @@ mysql.max_links = -1
|
||||
; Default port number for mysql_connect(). If unset, mysql_connect() will use
|
||||
; 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.
|
||||
; at MYSQL_PORT.
|
||||
mysql.default_port =
|
||||
|
||||
; Default socket name for local MySQL connects. If empty, uses the built-in
|
||||
|
||||
+1
-1
@@ -547,7 +547,7 @@ mysql.max_links = -1
|
||||
; Default port number for mysql_connect(). If unset, mysql_connect() will use
|
||||
; 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.
|
||||
; at MYSQL_PORT.
|
||||
mysql.default_port =
|
||||
|
||||
; Default socket name for local MySQL connects. If empty, uses the built-in
|
||||
|
||||
Reference in New Issue
Block a user