summaryrefslogtreecommitdiff
path: root/php.ini-optimized
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-16 01:53:35 +0000
committerZeev Suraski <zeev@php.net>2000-06-16 01:53:35 +0000
commitf29eae1302093b66fb68a5b83689d990b368cd7c (patch)
tree8bec3d56f3245309834c9f79022689dfdeda7373 /php.ini-optimized
parente3ae196da80914b95a959c36e30e82e2fcf3bfde (diff)
downloadphp-git-f29eae1302093b66fb68a5b83689d990b368cd7c.tar.gz
Move timeout code to Zend, allow Win32 timeouts
@- Implemented max_execution_time under Win32 (Zeev)
Diffstat (limited to 'php.ini-optimized')
-rw-r--r--php.ini-optimized2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-optimized b/php.ini-optimized
index 3e8b721656..2306212944 100644
--- a/php.ini-optimized
+++ b/php.ini-optimized
@@ -288,6 +288,8 @@ mysql.default_port = ; 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 defined MYSQL_PORT
; (in that order). Win32 will only look at MYSQL_PORT.
+mysql.default_socket = ; default socket name for local MySQL connects. If empty, uses the built-in
+ ; MySQL defaults
mysql.default_host = ; default host for mysql_connect() (doesn't apply in safe mode)
mysql.default_user = ; default user for mysql_connect() (doesn't apply in safe mode)
mysql.default_password = ; default password for mysql_connect() (doesn't apply in safe mode)