Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-13 | 1 | -1/+1 |
|\ | |||||
| * | pick up the safe alloc pieces from | Anatol Belski | 2016-09-13 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-08-20 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-08-20 | 1 | -3/+3 |
| |\ | |||||
| | * | Fixed bug #72852 imap_mail null dereference | Anatol Belski | 2016-08-20 | 1 | -3/+3 |
* | | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error | Aaron Piotrowski | 2016-06-13 | 1 | -1/+1 |
| * | | | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 1 | -14/+12 |
| |\ \ \ | | |/ / | |||||
| * | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 1 | -1/+1 |
* | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | remove unused vars | Anatol Belski | 2016-03-01 | 1 | -3/+1 |
* | | | fix possible pointer truncation on win64 | Anatol Belski | 2016-03-01 | 1 | -9/+9 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -71/+71 |
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | Ported imap | Xinchen Hui | 2015-02-02 | 1 | -48/+142 |
* | | add imap | Stanislav Malyshev | 2015-01-28 | 1 | -2/+3 |
* | | map fixes | Stanislav Malyshev | 2015-01-25 | 1 | -3/+4 |
* | | Missed removing a couple of _len vars | Rasmus Lerdorf | 2015-01-20 | 1 | -3/+2 |
* | | Finishing porting ext/imap to PHP7 | Rasmus Lerdorf | 2015-01-20 | 1 | -222/+194 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -182/+172 |
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+14 |
* | | remove fetches from imap | krakjoe | 2014-09-26 | 1 | -14/+0 |
* | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -183/+183 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -186/+186 |
* | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -81/+57 |
* | | Fixed attempt to modify immutable array | Dmitry Stogov | 2014-07-08 | 1 | -97/+101 |
* | | Refactoring imap (in progress) | Xinchen Hui | 2014-06-16 | 1 | -383/+346 |
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -84/+102 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | - Fixed bug #64467 (Segmentation fault after imap_reopen failure) patch by: a... | Felipe Pena | 2013-06-26 | 1 | -4/+3 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2012-11-24 | 1 | -1/+1 |
|\ | |||||
| * | Fixed Bug #63126 DISABLE_AUTHENTICATOR ignores array | Remi Collet | 2012-11-24 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| * | - Fixed bug #55313 (Number of retries not set when params specified) | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 |
| * | Add imap_fetchmime | Stanislav Malyshev | 2011-01-24 | 1 | -0/+41 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | MFH: fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long | Adam Harvey | 2010-12-13 | 1 | -1/+1 |
| * | - fix #39863, do not accept paths with NULL in them. See http://news.php.net/... | Pierre Joye | 2010-11-18 | 1 | -4/+8 |