Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mcrypt | Leigh | 2016-10-04 | 72 | -6996/+0 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-08-17 | 1 | -8/+8 |
|\ | |||||
| * | Fix for bug #72782: mcrypt accepts only ints, so don't pass anything else | Stanislav Malyshev | 2016-08-10 | 1 | -8/+8 |
* | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-07-19 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Fix bug #72551 and bug #72552 - check before converting size_t->int | Stanislav Malyshev | 2016-07-12 | 1 | -0/+8 |
* | | Deprecate mcrypt and mdecrypt stream filters | Christoph M. Becker | 2016-07-11 | 2 | -0/+6 |
* | | Fix tests according to changed deprecation message | Christoph M. Becker | 2016-07-11 | 61 | -576/+576 |
* | | Use PHP_DEP_FE instead of manually emitting deprecation warnings | Christoph M. Becker | 2016-07-11 | 1 | -85/+37 |
* | | Fix missed test | Christoph M. Becker | 2016-07-11 | 1 | -0/+4 |
* | | Implement RFC: Deprecate (then Remove) Mcrypt | Christoph M. Becker | 2016-07-11 | 61 | -62/+961 |
* | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | E_RECOVERABLE_ERROR -> thrown Error | Aaron Piotrowski | 2016-06-14 | 1 | -1/+1 |
* | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 2 | -5/+5 |
* | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-06-21 | 1 | -1/+9 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Merge branch 'PHP-5.6.23' into PHP-7.0.8 | Stanislav Malyshev | 2016-06-21 | 1 | -1/+9 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6.23 | Stanislav Malyshev | 2016-06-21 | 1 | -35/+43 |
| | |\ | |||||
| | | * | Fix bug #72455: Heap Overflow due to integer overflows | Stanislav Malyshev | 2016-06-20 | 1 | -42/+50 |
* | | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-02-14 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
* | | | | Merge branch 'pull-request/1511' | Stanislav Malyshev | 2015-10-18 | 2 | -4/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Changed from testing cast-128 to cast-256 | Daniel Persson | 2015-09-08 | 2 | -4/+6 |
* | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2015-10-03 | 2 | -0/+21 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fixed bug #70625 | Nikita Popov | 2015-10-03 | 2 | -0/+21 |
| * | | | fix bug #69833 mcrypt fd caching not working | Anatol Belski | 2015-08-11 | 1 | -13/+23 |
| * | | | remove duplicated declaration, fix build | Anatol Belski | 2015-05-21 | 1 | -6/+0 |
* | | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp... | Dmitry Stogov | 2015-09-24 | 1 | -5/+5 |
| |/ / |/| | | |||||
* | | | improve condition | Anatol Belski | 2015-08-12 | 1 | -1/+1 |
* | | | integrate static tsrmls cache with ext/mcrypt | Anatol Belski | 2015-08-11 | 4 | -7/+9 |
* | | | add folds | Anatol Belski | 2015-08-11 | 1 | -4/+4 |
* | | | don't close stdin | Anatol Belski | 2015-08-09 | 1 | -2/+2 |
* | | | fix the mcrypt related part of bug #64833 | Anatol Belski | 2015-08-09 | 1 | -13/+23 |
* | | | Cleanup (avoid reallocation) | Dmitry Stogov | 2015-07-01 | 1 | -11/+10 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
* | | | Fixed build | Dmitry Stogov | 2015-05-13 | 1 | -6/+0 |
* | | | Merge branch 'PHP-5.6' | Julien Pauli | 2015-05-13 | 2 | -8/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-05-13 | 2 | -9/+30 |
| |\ \ | | |/ | |||||
| | * | Close fd at the end, otherwise people complain | Leigh | 2015-05-13 | 1 | -0/+8 |
| | * | Add file descriptor caching to mcrypt_create_iv() | Leigh | 2015-05-13 | 2 | -15/+22 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-04-12 | 1 | -25/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove failing test | Xinchen Hui | 2015-04-12 | 1 | -25/+0 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | Removed deprecated mcrypt_ecb() etc | Nikita Popov | 2015-03-09 | 22 | -2701/+44 |
* | | | Remove deprecated mcrypt_generic_end() alias | Nikita Popov | 2015-03-09 | 1 | -1/+0 |