From 73b5401fc9baccf7d0eceede29e05f2bf0fef2e0 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 3 Oct 2001 11:35:51 +0000 Subject: [PATCH] Fix typo - comment is ; not ' --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/php.ini-recommended b/php.ini-recommended index 964b048ea1..0ab1bc7f66 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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 -- 2.40.0