PHP 8.4.1 Released!

Встановлення

PHP 8.4

Це розширення переміщено до сховища » PECL та більше не входить до складу PHP, починаючи з PHP 8.4.0

Інструкція щодо встановлення цього PECL-розширення є в розділі посібника Встановлення PECL-розширень. Більше інформації, як от нові випуски, файли для завантаження, файли з початковим кодом, інформація для дописувачів та список змін знаходиться тут: » https://pecl.php.net/package/imap.

PHP < 8.4

To get these functions to work, you have to compile PHP with --with-imap[=DIR], where DIR is the c-client install prefix. From our example above, you would use --with-imap=/usr/local/imap-2000b. This location depends on where you created this directory according to the description above. Windows users may include the php_imap.dll DLL in php.ini.

Зауваження: Depending on how the c-client was configured, you might also need to add --with-imap-ssl=/path/to/openssl/ and/or --with-kerberos=/path/to/kerberos to the PHP configure line.

Увага

The IMAP extension is not thread-safe; it should not be used with ZTS builds.

Увага

Розширення IMAP, recode та YAZ не можна використовувати разом тому, що вони використовують однакові внутнішні символи. Примітка: Версія Yaz 2.0 та новіші цієї проблеми не мають.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top