summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-07-14 10:09:29 +0200
committerChristoph M. Becker <cmb@php.net>2015-07-14 10:09:29 +0200
commit72554891e3ff131d6fb070b1ba67c7bba513bd45 (patch)
treecf3f942fd1c8433ea55fda5ac20246e293139815
parent140e80acc03f3df886bcdefb6ebb7a92b2f41e05 (diff)
downloadphp-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.
-rw-r--r--php.ini-development1
-rw-r--r--php.ini-production1
2 files changed, 0 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index 44b98b8302..dac7525149 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 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.