summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2001-10-03 11:35:51 +0000
committerStanislav Malyshev <stas@php.net>2001-10-03 11:35:51 +0000
commit73b5401fc9baccf7d0eceede29e05f2bf0fef2e0 (patch)
tree096ec9c8fee40d2a83cc82c305f4dc33205732f1 /php.ini-dist
parentdc7d5df04888d88049b5387dc1b6321902ea6607 (diff)
downloadphp-git-73b5401fc9baccf7d0eceede29e05f2bf0fef2e0.tar.gz
Fix typo - comment is ; not '
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 815c62b4b2..84eb48ed63 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -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