mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Remove more pspell remnants
This commit is contained in:
parent
126950fd2c
commit
4d32e2bb87
@ -47,7 +47,6 @@ jobs:
|
||||
libtidy-dev \
|
||||
libenchant-2-dev \
|
||||
libaspell-dev \
|
||||
libpspell-dev \
|
||||
libsasl2-dev \
|
||||
libxpm-dev \
|
||||
libzip-dev \
|
||||
|
1
.github/actions/apt-x32/action.yml
vendored
1
.github/actions/apt-x32/action.yml
vendored
@ -31,7 +31,6 @@ runs:
|
||||
libonig-dev:i386 \
|
||||
libpng-dev:i386 \
|
||||
libpq-dev:i386 \
|
||||
libpspell-dev:i386 \
|
||||
libreadline-dev:i386 \
|
||||
libsasl2-dev:i386 \
|
||||
libsodium-dev:i386 \
|
||||
|
1
.github/actions/apt-x64/action.yml
vendored
1
.github/actions/apt-x64/action.yml
vendored
@ -34,7 +34,6 @@ runs:
|
||||
libenchant-2-dev \
|
||||
libaspell-dev \
|
||||
libbz2-dev \
|
||||
libpspell-dev \
|
||||
libsasl2-dev \
|
||||
libxpm-dev \
|
||||
libzip-dev \
|
||||
|
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
@ -149,9 +149,6 @@
|
||||
"Extension: posix":
|
||||
- ext/posix/**/*
|
||||
|
||||
"Extension: pspell":
|
||||
- ext/pspell/**/*
|
||||
|
||||
"Extension: random":
|
||||
- ext/random/**/*
|
||||
|
||||
|
@ -24,7 +24,6 @@ addons:
|
||||
- libonig-dev
|
||||
- libpng-dev
|
||||
- libpq-dev
|
||||
- libpspell-dev
|
||||
- libsasl2-dev
|
||||
- libsqlite3-dev
|
||||
- libsodium-dev
|
||||
|
@ -420,12 +420,6 @@ PRIMARY MAINTAINER: Kristian Köhntopp <kris@koehntopp.de> (2000 - 2000)
|
||||
MAINTENANCE: Maintained
|
||||
STATUS: Working
|
||||
-------------------------------------------------------------------------------
|
||||
EXTENSION: pspell
|
||||
PRIMARY MAINTAINER: Vlad Krupin <phpdevel@echospace.com> (2000 - 2004)
|
||||
MAINTENANCE: Unknown
|
||||
STATUS: Working
|
||||
SINCE: 4.0.2
|
||||
-------------------------------------------------------------------------------
|
||||
EXTENSION: random
|
||||
PRIMARY MAINTAINER Go Kudo <zeriyoshi@php.net> (2022 - 2022)
|
||||
Tim Düsterhus <timwolla@php.net> (2022 - 2023)
|
||||
|
@ -414,7 +414,6 @@ static const func_info_t func_infos[] = {
|
||||
#if defined(HAVE_GETRLIMIT)
|
||||
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),
|
||||
#endif
|
||||
F1("pspell_suggest", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_FALSE),
|
||||
F1("random_bytes", MAY_BE_STRING),
|
||||
#if defined(HAVE_HISTORY_LIST)
|
||||
F1("readline_list_history", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_OF_STRING),
|
||||
|
@ -54,7 +54,6 @@ CREDIT_LINE("PHP hash", "Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wal
|
||||
CREDIT_LINE("Posix", "Kristian Koehntopp");
|
||||
CREDIT_LINE("PostgreSQL driver for PDO", "Edin Kadribasic, Ilia Alshanetsky");
|
||||
CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-Lynne");
|
||||
CREDIT_LINE("Pspell", "Vlad Krupin");
|
||||
CREDIT_LINE("random", "Go Kudo, Tim Düsterhus, Guilliam Xavier, Christoph M. Becker, Jakub Zelenka, Bob Weinand, Máté Kocsis, and Original RNG implementators");
|
||||
CREDIT_LINE("Readline", "Thies C. Arntzen");
|
||||
CREDIT_LINE("Reflection", "Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter");
|
||||
|
@ -60,7 +60,6 @@ $S390X_CONFIG \
|
||||
--enable-bcmath \
|
||||
--enable-calendar \
|
||||
--enable-ftp \
|
||||
--with-pspell=/usr \
|
||||
--with-enchant=/usr \
|
||||
--with-kerberos \
|
||||
--enable-sysvmsg \
|
||||
|
Loading…
Reference in New Issue
Block a user