Skip to content

Commit 7255489

Browse files
committed
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.
1 parent 140e80a commit 7255489

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

php.ini-development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,6 @@ default_socket_timeout = 60
898898
;extension=php_pdo_pgsql.dll
899899
;extension=php_pdo_sqlite.dll
900900
;extension=php_pgsql.dll
901-
;extension=php_pspell.dll
902901
;extension=php_shmop.dll
903902

904903
; The MIBS data available in the PHP distribution must be installed.

php.ini-production

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,6 @@ default_socket_timeout = 60
898898
;extension=php_pdo_pgsql.dll
899899
;extension=php_pdo_sqlite.dll
900900
;extension=php_pgsql.dll
901-
;extension=php_pspell.dll
902901
;extension=php_shmop.dll
903902

904903
; The MIBS data available in the PHP distribution must be installed.

0 commit comments

Comments
 (0)