summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-0338-287/+287
* Merge branch 'PHP-7.4'Nikita Popov2020-01-201-3/+3
|\
| * Fix bug #79112: IMAP can't find OpenSSL during configureNikita Popov2020-01-201-3/+3
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-178-28/+28
* | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-2/+2
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-47/+47
* | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-031-3/+3
* | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-66/+66
* | Add union return types with one classMáté Kocsis2019-11-182-18/+9
* | Add union return types for function stubsMáté Kocsis2019-11-112-192/+91
* | Clean DONE tags from testsFabien Villepinte2019-11-0732-64/+0
* | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-2/+2
* | Remove irrelevant tests (they were failed because of warning to exception che...Dmitry Stogov2019-10-024-184/+0
* | Fixed testsDmitry Stogov2019-10-025-15/+7
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | Added arginfo stubs for IMAP extensionStephen Reay2019-09-223-368/+684
* | Convert IMAP function aliasesStephen Reay2019-09-192-6/+6
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-181-1/+0
|\ \ | |/
| * Remove unused definesPeter Kokot2019-07-181-1/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-3/+9
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-3/+9
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-123-41/+49
|\ \ | |/
| * [ci skip] Migrate tests READMEs to MarkdownPeter Kokot2019-05-123-41/+49
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-201-4/+6
|\ \ | |/
| * Remove PHP_SETUP_KERBEROS m4 macroPeter Kokot2019-04-201-4/+6
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-201-7/+2
|\ \ | |/
| * Use PKG_CHECK_MODULES to detect the kerberos librariesHugh McMaster2019-04-201-7/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-101-2/+2
|\ \ | |/
| * Use release for regex in imapNikita Popov2019-04-101-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-291-1/+1
|\ \ | |/ |/|
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-292-2/+2
| |\
| | * Fix test expectationsChristoph M. Becker2019-03-292-2/+2
* | | Accept zend_string* instead of char* in php_pcre_match_impl()Nikita Popov2019-03-181-1/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1552-109/+109
* | | Switch to use ZTS cacheDmitry Stogov2019-03-124-6/+13
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-10/+18
* | | Remove zpp variation testsNikita Popov2019-02-059-2068/+0
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | Removed useless zval_ptr_dtor(return_value)Dmitry Stogov2018-12-261-2/+2
* | | Merge branch 'PHP-7.3'Stanislav Malyshev2018-12-032-1/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-12-032-1/+15
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-12-032-1/+15
| | |\
| | | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-12-032-1/+15
| | | |\
| | | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-12-032-1/+15
| | | | |\
| | | | | * Fix #77020: null pointer dereference in imap_mailStanislav Malyshev2018-12-032-1/+15
* | | | | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-5/+2