diff options
author | Florian MARGAINE <florian@margaine.com> | 2014-09-20 10:01:44 +0200 |
---|---|---|
committer | Florian MARGAINE <florian@margaine.com> | 2014-09-20 10:01:44 +0200 |
commit | cf0303e7824c3e20e9db240f9d4e4b154cc2a72d (patch) | |
tree | 89aa4aab62b422615a7441552b3a0176b22b2b0d /php.ini-production | |
parent | 25f5ba94aca1e89ee5f0c66513e58826afa3b853 (diff) | |
download | php-git-cf0303e7824c3e20e9db240f9d4e4b154cc2a72d.tar.gz |
Replaces php5 with php7, without whitespace changes.
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production index 34f91fe293..2c2ab78ac4 100644 --- a/php.ini-production +++ b/php.ini-production @@ -865,8 +865,8 @@ default_socket_timeout = 60 ; ; 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). +; 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 extension_dir directive. ; ;extension=php_bz2.dll |