Skip to content

Commit 4d32e2b

Browse files
committed
Remove more pspell remnants
1 parent 126950f commit 4d32e2b

File tree

9 files changed

+0
-16
lines changed

9 files changed

+0
-16
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
libtidy-dev \
4848
libenchant-2-dev \
4949
libaspell-dev \
50-
libpspell-dev \
5150
libsasl2-dev \
5251
libxpm-dev \
5352
libzip-dev \

.github/actions/apt-x32/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ runs:
3131
libonig-dev:i386 \
3232
libpng-dev:i386 \
3333
libpq-dev:i386 \
34-
libpspell-dev:i386 \
3534
libreadline-dev:i386 \
3635
libsasl2-dev:i386 \
3736
libsodium-dev:i386 \

.github/actions/apt-x64/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ runs:
3434
libenchant-2-dev \
3535
libaspell-dev \
3636
libbz2-dev \
37-
libpspell-dev \
3837
libsasl2-dev \
3938
libxpm-dev \
4039
libzip-dev \

.github/labeler.yml

-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@
149149
"Extension: posix":
150150
- ext/posix/**/*
151151

152-
"Extension: pspell":
153-
- ext/pspell/**/*
154-
155152
"Extension: random":
156153
- ext/random/**/*
157154

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ addons:
2424
- libonig-dev
2525
- libpng-dev
2626
- libpq-dev
27-
- libpspell-dev
2827
- libsasl2-dev
2928
- libsqlite3-dev
3029
- libsodium-dev

EXTENSIONS

-6
Original file line numberDiff line numberDiff line change
@@ -420,12 +420,6 @@ PRIMARY MAINTAINER: Kristian Köhntopp <[email protected]> (2000 - 2000)
420420
MAINTENANCE: Maintained
421421
STATUS: Working
422422
-------------------------------------------------------------------------------
423-
EXTENSION: pspell
424-
PRIMARY MAINTAINER: Vlad Krupin <[email protected]> (2000 - 2004)
425-
MAINTENANCE: Unknown
426-
STATUS: Working
427-
SINCE: 4.0.2
428-
-------------------------------------------------------------------------------
429423
EXTENSION: random
430424
PRIMARY MAINTAINER Go Kudo <[email protected]> (2022 - 2022)
431425
Tim Düsterhus <[email protected]> (2022 - 2023)

Zend/Optimizer/zend_func_infos.h

-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ static const func_info_t func_infos[] = {
414414
#if defined(HAVE_GETRLIMIT)
415415
F1("posix_getrlimit", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_FALSE),
416416
#endif
417-
F1("pspell_suggest", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_FALSE),
418417
F1("random_bytes", MAY_BE_STRING),
419418
#if defined(HAVE_HISTORY_LIST)
420419
F1("readline_list_history", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),

ext/standard/credits_ext.h

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ CREDIT_LINE("PHP hash", "Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wal
5454
CREDIT_LINE("Posix", "Kristian Koehntopp");
5555
CREDIT_LINE("PostgreSQL driver for PDO", "Edin Kadribasic, Ilia Alshanetsky");
5656
CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-Lynne");
57-
CREDIT_LINE("Pspell", "Vlad Krupin");
5857
CREDIT_LINE("random", "Go Kudo, Tim Düsterhus, Guilliam Xavier, Christoph M. Becker, Jakub Zelenka, Bob Weinand, Máté Kocsis, and Original RNG implementators");
5958
CREDIT_LINE("Readline", "Thies C. Arntzen");
6059
CREDIT_LINE("Reflection", "Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter");

travis/compile.sh

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ $S390X_CONFIG \
6060
--enable-bcmath \
6161
--enable-calendar \
6262
--enable-ftp \
63-
--with-pspell=/usr \
6463
--with-enchant=/usr \
6564
--with-kerberos \
6665
--enable-sysvmsg \

0 commit comments

Comments
 (0)