diff options
author | Joey Smith <joey@php.net> | 2005-03-28 07:26:06 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2005-03-28 07:26:06 +0000 |
commit | 4e10995140be01d8eb7c03869a005b535775fbca (patch) | |
tree | 48661fef050da03c07d42750fed074d15d49e74c | |
parent | 039bd8698746915ca4d32be60f65af9399ab3243 (diff) | |
download | php-git-4e10995140be01d8eb7c03869a005b535775fbca.tar.gz |
Adding comments to .ini files at philip@php.net's request.
-rw-r--r-- | php.ini-dist | 8 | ||||
-rw-r--r-- | php.ini-recommended | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/php.ini-dist b/php.ini-dist index 0d0ac4799e..82b1f63f09 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -550,9 +550,11 @@ default_socket_timeout = 60 ; extension_dir directive above. -;Windows Extensions -;Note that ODBC support is built in, so no dll is needed for it. -; +; Windows Extensions +; Note that ODBC support is built in, so no dll is needed for it. +; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) +; extension folders as well as the separate PECL DLL download (PHP 5). +; Be sure to appropriately set the extensions_dir directive. ;extension=php_bz2.dll ;extension=php_cpdf.dll diff --git a/php.ini-recommended b/php.ini-recommended index aac83bd609..8d70a85138 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -608,9 +608,11 @@ default_socket_timeout = 60 ; extension_dir directive above. -;Windows Extensions -;Note that ODBC support is built in, so no dll is needed for it. -; +; Windows Extensions +; Note that ODBC support is built in, so no dll is needed for it. +; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) +; extension folders as well as the separate PECL DLL download (PHP 5). +; Be sure to appropriately set the extensions_dir directive. ;extension=php_bz2.dll ;extension=php_cpdf.dll |