diff options
author | Christoph M. Becker <cmb@php.net> | 2015-07-14 10:09:29 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-07-14 10:09:29 +0200 |
commit | 72554891e3ff131d6fb070b1ba67c7bba513bd45 (patch) | |
tree | cf3f942fd1c8433ea55fda5ac20246e293139815 /php.ini-production | |
parent | 140e80acc03f3df886bcdefb6ebb7a92b2f41e05 (diff) | |
download | php-git-72554891e3ff131d6fb070b1ba67c7bba513bd45.tar.gz |
Fix #53840: Misleading extension entries in php.ini
As of PHP 5.3.0 the php_pspell.dll is not delivered anymore with the Windows
binaries, and according to bug #47464 that's highly unlike to change. So it's
appropriate to remove the respective extension entry from php.ini.
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index eeeb73fdfa..4ee3310be5 100644 --- a/php.ini-production +++ b/php.ini-production @@ -898,7 +898,6 @@ default_socket_timeout = 60 ;extension=php_pdo_pgsql.dll ;extension=php_pdo_sqlite.dll ;extension=php_pgsql.dll -;extension=php_pspell.dll ;extension=php_shmop.dll ; The MIBS data available in the PHP distribution must be installed. |