Skip to content

Commit a05ffd6

Browse files
committed
Remove files related to IMAP
1 parent 5586c38 commit a05ffd6

15 files changed

+4
-1074
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@ start %DEPS_DIR%\bin\snmpd.exe -C -c %APPVEYOR_BUILD_FOLDER%\ext\snmp\tests\snmp
108108
set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
109109
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS
110110

111-
rem prepare for mail
112-
curl -sLo hMailServer.exe https://www.hmailserver.com/download_file/?downloadid=271
113-
hMailServer.exe /verysilent
114-
cd %APPVEYOR_BUILD_FOLDER%
115-
%PHP_BUILD_DIR%\php.exe -dextension_dir=%PHP_BUILD_DIR% -dextension=com_dotnet appveyor\setup_hmailserver.php
116-
117111
mkdir %PHP_BUILD_DIR%\test_file_cache
118112
rem generate php.ini
119113
echo extension_dir=%PHP_BUILD_DIR% > %PHP_BUILD_DIR%\php.ini

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ PDO_SQLITE:
375375
8. Removed Extensions and SAPIs
376376
========================================
377377

378+
- IMAP:
379+
. The IMAP has been unbundled and moved to PECL.
380+
RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8
381+
378382
- PSpell:
379383
. The pspell extension has been unbundled and moved to PECL.
380384
RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8

appveyor/setup_hmailserver.php

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

ext/standard/tests/mail/bug72964.phpt

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

ext/standard/tests/mail/bug80706.phpt

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

ext/standard/tests/mail/bug80751.phpt

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

ext/standard/tests/mail/mail_basic_alt1-win32.phpt

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

0 commit comments

Comments
 (0)