summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* Fix some misspellingsGabriel Caruso2018-08-122-2/+2
* Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-6/+6
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-13/+13
* Remove unused Git attributes identPeter Kokot2018-07-254-7/+1
* Fixed testsDmitry Stogov2018-07-121-18/+18
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-4/+4
* Merge branch 'PHP-7.2'Nikita Popov2018-04-141-0/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-141-0/+1
| |\
| | * reset imap_errorstack after outputting itAron Rotteveel2018-04-141-0/+1
* | | remove support for string|unicode in testsGabriel Caruso2018-02-224-15/+15
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-103-31/+31
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0410-22/+22
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-048-38/+38
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-122-6/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-122-6/+29
| |\ \ | | |/
| | * Fixed bug #75774 imap_append HeapCorructionAnatol Belski2018-01-122-6/+29
| | * year++Xinchen Hui2018-01-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-091-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-091-1/+1
| |\ \ | | |/
| | * ext/imap/config.m4: fix ac_cv_u8t_decompose checkMichael Heimpold2017-12-091-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Cleanup type conversionDmitry Stogov2017-12-071-16/+8
* | | Remove tutorial for building IMAP on windowsPeter Kokot2017-12-051-32/+0
|/ /
* | Fixed bug #72324 (imap_mailboxmsginfo() return wrong size)Kalle Sommer Nielsen2017-07-071-5/+2
* | Fix redefine warningsKalle Sommer Nielsen2017-07-071-0/+15
* | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2419-79/+79
* | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-7/+7
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-081-1/+1
|\
| * Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0Anatol Belski2016-11-081-1/+1
| |\
| | * Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crashAnatol Belski2016-11-031-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-1/+1
| |\ \ | | |/ | |/|
| | * More string length checks & fixesStanislav Malyshev2016-11-031-1/+1
| | * Fix bug #73208 - another missing length checkStanislav Malyshev2016-10-031-1/+1
| | * Fix various int size overflows.Stanislav Malyshev2016-09-121-11/+17
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-131-1/+1
|\ \ \ | |/ /
| * | pick up the safe alloc pieces fromAnatol Belski2016-09-131-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-201-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-201-3/+3
| |\ \ | | |/
| | * Fixed bug #72852 imap_mail null dereferenceAnatol Belski2016-08-201-3/+3
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\ \ \
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-1/+1
| * | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-104-21/+24
| |\ \ \ | | |/ /