summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-71/+71
| | | | semantick changes).
* cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
|
* Ported imapXinchen Hui2015-02-021-48/+142
|
* add imapStanislav Malyshev2015-01-281-2/+3
|
* map fixesStanislav Malyshev2015-01-251-3/+4
|
* Missed removing a couple of _len varsRasmus Lerdorf2015-01-201-3/+2
|
* Finishing porting ext/imap to PHP7Rasmus Lerdorf2015-01-201-222/+194
| | | | All tests pass now
* bump yearXinchen Hui2015-01-151-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-182/+172
|
* bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+14
| | | | for better comparability with the mainstream
* remove fetches from imapkrakjoe2014-09-261-14/+0
|
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
| | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-8/+8
|
* master renames phase 1Anatol Belski2014-08-251-183/+183
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-186/+186
|
* cleanupDmitry Stogov2014-08-131-81/+57
|
* Fixed attempt to modify immutable arrayDmitry Stogov2014-07-081-97/+101
|
* Refactoring imap (in progress)Xinchen Hui2014-06-161-383/+346
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-84/+102
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* - Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: ↵Felipe Pena2013-06-261-4/+3
| | | | askalski at gmail dot com
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-241-1/+1
|\ | | | | | | | | * PHP-5.3: Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array
| * Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores arrayRemi Collet2012-11-241-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Fixed bug #55313 (Number of retries not set when params specified)Felipe Pena2011-08-061-1/+1
| | | | | | | | | | patch by: kevin at kevinlocke dot name
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
| * Add imap_fetchmimeStanislav Malyshev2011-01-241-0/+41
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during longAdam Harvey2010-12-131-1/+1
| | | | | | | | | | MIME header unfolding).
| * - fix #39863, do not accept paths with NULL in them. See ↵Pierre Joye2010-11-181-4/+8
| | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
| * Fixed a possible double free in imap extension (Identified by Mateusz ↵Ilia Alshanetsky2010-11-021-0/+2
| | | | | | | | Kocielski).
| * - #35638, add udate to imap_fetch_overviewPierre Joye2010-04-141-0/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Fixed bug #55313 (Number of retries not set when params specified)Felipe Pena2011-08-061-1/+1
| | | | | | | | | | patch by: kevin at kevinlocke dot name
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-1/+1
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* | Add imap_fetchmimeStanislav Malyshev2011-01-241-0/+41
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIMEAdam Harvey2010-11-231-1/+1
| | | | | | | | | | header unfolding).
* | Fixed a possible double free in imap extension (Identified by Mateusz ↵Ilia Alshanetsky2010-11-021-0/+2
| | | | | | | | Kocielski).
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-9/+5
| | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* | - #35638, add udate to imap_fetch_overviewPierre Joye2010-04-141-0/+1
|/
* - Fixed #44098, imap_utf8() returns only capital lettersPierre Joye2010-02-071-1/+1
|
* - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix #33500)Pierre Joye2010-01-051-2/+44
|