PHP 8.4.1 Released!

Instalación

PHP 8.4

Esta extensión se ha movido al repositorio de » PECL y ya no se distribuye con PHP a partir de PHP 8.4.0

Se puede encontrar información para la instalación de esta extensión PECL en el capítulo del manual titulado Instalación de extensiones PECL. Se puede encontrar información adicional, tal como nuevos lanzamientos, descargas, ficheros fuente, información de mantenimiento, y un CHANGELOG, aquí: » 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.

Nota: 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.

Advertencia

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

Advertencia

Las extensiones IMAP, recode y YAZ no se pueden usar en conjunto, debido a que ambas utilizan el mismo símbolo interno. Anotación: Yaz 2.0 y versiones superiores no tienen este problema..

add a note

User Contributed Notes

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