summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2001-06-05 16:06:31 +0000
committerJason Greene <jason@php.net>2001-06-05 16:06:31 +0000
commit14afcf724d96039e8ff59400dab20822e15e4521 (patch)
treefbae4ca36e06ec0d04ace0677256a0995433d15e /ext
parent491d00e46d1d2ad60200eb4a5192a2c398d35aaa (diff)
downloadphp-git-14afcf724d96039e8ff59400dab20822e15e4521.tar.gz
Fix Non-terminated comment
Diffstat (limited to 'ext')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c
index 58c3af9963..72162babaf 100644
--- a/ext/mysql/php_mysql.c
+++ b/ext/mysql/php_mysql.c
@@ -285,7 +285,7 @@ static PHP_INI_MH(OnMySQLPort)
}
/* }}} */
-/* {{{ PHP_INI
+/* {{{ PHP_INI */
PHP_INI_BEGIN()
STD_PHP_INI_BOOLEAN("mysql.allow_persistent", "1", PHP_INI_SYSTEM, OnUpdateInt, allow_persistent, zend_mysql_globals, mysql_globals)
STD_PHP_INI_ENTRY_EX("mysql.max_persistent", "-1", PHP_INI_SYSTEM, OnUpdateInt, max_persistent, zend_mysql_globals, mysql_globals, display_link_numbers)