From 72554891e3ff131d6fb070b1ba67c7bba513bd45 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 14 Jul 2015 10:09:29 +0200 Subject: [PATCH] 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. --- php.ini-development | 1 - php.ini-production | 1 - 2 files changed, 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index 44b98b83022..dac75251490 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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. diff --git a/php.ini-production b/php.ini-production index eeeb73fdfaa..4ee3310be5e 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.