Skip to content

Commit 987417e

Browse files
authored
Remove ext/imap — it has been moved to PECL (#13190)
* Remove ext/imap — it has been moved to PECL https://pecl.php.net/package/imap * Remove files related to IMAP * Remove IMAP CI files and set up * Also disable IMAP on Circle CI * Update CREDITS file * Remove IMAP entry from CODEOWNERS * Revert "Remove files related to IMAP" This reverts commit a05ffd6. * Mark IMAP is being removed * Revert "Remove IMAP CI files and set up" This reverts commit 82e5ba9. * Revert "Also disable IMAP on Circle CI" This reverts commit e83827b. * Don't try to build imap extension with CI * Restore test setup files * Remove mention of imap in labeler, EXTENSIONS, and sample php.ini files
1 parent 8ce4d24 commit 987417e

File tree

106 files changed

+4
-10791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+4
-10791
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ jobs:
148148
--with-qdbm \
149149
--with-snmp \
150150
`#--with-unixODBC` \
151-
--with-imap \
152-
--with-kerberos \
153-
--with-imap-ssl \
154151
`#--with-pdo-odbc=unixODBC,/usr` \
155152
`#--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient` \
156153
`#--with-oci8=shared,instantclient,/opt/oracle/instantclient` \

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ runs:
7272
--with-qdbm \
7373
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
7474
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
75-
${{ inputs.skipSlow == 'false' && '--with-imap' || '' }} \
76-
${{ inputs.skipSlow == 'false' && '--with-imap-ssl' || '' }} \
7775
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
7876
$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
7977
$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \

.github/labeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
"Extension: iconv":
7575
- ext/iconv/**/*
7676

77-
"Extension: imap":
78-
- ext/imap/**/*
79-
8077
"Extension: intl":
8178
- ext/intl/**/*
8279

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
/ext/dom @nielsdos
1818
/ext/ffi @dstogov
1919
/ext/gmp @Girgias
20-
/ext/imap @Girgias
2120
/ext/intl @devnexen
2221
/ext/json @bukka
2322
/ext/libxml @nielsdos

EXTENSIONS

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,6 @@ MAINTENANCE: Maintained
350350
STATUS: Working
351351
SINCE: 5.3
352352
-------------------------------------------------------------------------------
353-
EXTENSION: imap
354-
PRIMARY MAINTAINER: Chuck Hagenbuch <chuck@horde.org> (1999 - 2004)
355-
Ilia Alshanetsky <iliaa@php.net> (2002 - 2010)
356-
Pierre-Alain Joye <pajoye@php.net> (2008 - 2010)
357-
Bishop Bettini <bishop@php.net> (2018 - 2019)
358-
MAINTENANCE: Maintained
359-
STATUS: Working
360-
-------------------------------------------------------------------------------
361353
EXTENSION: json
362354
PRIMARY MAINTAINER: Jakub Zelenka <bukka@php.net> (2014 - 2018)
363355
MAINTENANCE: Maintained

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ PDO_SQLITE:
380380
8. Removed Extensions and SAPIs
381381
========================================
382382

383+
- IMAP:
384+
. The IMAP extension has been unbundled and moved to PECL.
385+
RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8
386+
383387
- PSpell:
384388
. The pspell extension has been unbundled and moved to PECL.
385389
RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8

ext/imap/CREDITS

Lines changed: 0 additions & 2 deletions
This file was deleted.

ext/imap/config.m4

Lines changed: 0 additions & 304 deletions
This file was deleted.

ext/imap/config.w32

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)