php-src/ext/imap
Nikita Popov b66168e86b Fix maybe-uninitialized warning
Some GCC versions don't like zend_try in loop. Avoid the issue
by pulling it out of the loop, we don't particularly care about
skipping further warnings if a bailout occurs, just that it
does not interrupt shutdown.

Closes GH-7380.
2021-08-17 12:27:32 +02:00
..
tests Merge branch 'PHP-7.4' into PHP-8.0 2021-04-26 21:49:38 -07:00
config.m4 Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
config.w32 Remove unused defines 2019-07-18 02:21:39 +02:00
CREDITS
php_imap_arginfo.h Fix imap stubs 2021-01-03 16:15:46 +01:00
php_imap.c Fix maybe-uninitialized warning 2021-08-17 12:27:32 +02:00
php_imap.h Fix [-Wundef] warning in IMAP extension 2020-05-16 15:31:18 +02:00
php_imap.stub.php Fix imap stubs 2021-01-03 16:15:46 +01:00