summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-024-4/+4
* Fix testAnatol Belski2017-10-241-1/+2
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-242-1/+24
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-242-1/+24
| |\
| | * Fixed bug #72535 arcfour encryption stream filter crashes phpAnatol Belski2017-10-242-1/+24
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-2/+2
|\ \ \ | |/ /
| * | Fixed condition checkXinchen Hui2017-04-101-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-102-1/+16
|\ \ \ | |/ /
| * | Fixed bug #67707 IV not needed for ECB encryption mode, but it returns a warningRobrecht Plaisier2017-01-102-1/+13
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+2
|\ \ \ | |/ /
| * | remove TSRMLS_*Anatol Belski2016-11-211-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-081-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-081-0/+1
| |\ \ | | |/
| | * fix leakAnatol Belski2016-10-081-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-8/+8
|\ \ \ | |/ /
| * | Fix for bug #72782: mcrypt accepts only ints, so don't pass anything elseStanislav Malyshev2016-08-101-8/+8
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-0/+8
|\ \ \ | |/ /
| * | Fix bug #72551 and bug #72552 - check before converting size_t->intStanislav Malyshev2016-07-121-0/+8
* | | Deprecate mcrypt and mdecrypt stream filtersChristoph M. Becker2016-07-112-0/+6
* | | Fix tests according to changed deprecation messageChristoph M. Becker2016-07-1161-576/+576
* | | Use PHP_DEP_FE instead of manually emitting deprecation warningsChristoph M. Becker2016-07-111-85/+37
* | | Fix missed testChristoph M. Becker2016-07-111-0/+4
* | | Implement RFC: Deprecate (then Remove) McryptChristoph M. Becker2016-07-1161-62/+961
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\ \ \
| * | | E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-141-1/+1
* | | | Fixed compilation warningsDmitry Stogov2016-06-222-5/+5
* | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-211-1/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-211-1/+9
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-35/+43
| | |\
| | | * Fix bug #72455: Heap Overflow due to integer overflowsStanislav Malyshev2016-06-201-42/+50
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ \ \ | |/ / /
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-02-141-2/+2
|\ \ \ \ | |/ / /
| * | | Format string fixesNikita Popov2016-02-141-2/+2
* | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-014-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-4/+4
| |\ \ \ | | |/ /
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
* | | | Merge branch 'pull-request/1511'Stanislav Malyshev2015-10-182-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Changed from testing cast-128 to cast-256Daniel Persson2015-09-082-4/+6
* | | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-032-0/+21
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed bug #70625Nikita Popov2015-10-032-0/+21
| * | | fix bug #69833 mcrypt fd caching not workingAnatol Belski2015-08-111-13/+23
| * | | remove duplicated declaration, fix buildAnatol Belski2015-05-211-6/+0
* | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-5/+5
| |/ / |/| |
* | | improve conditionAnatol Belski2015-08-121-1/+1
* | | integrate static tsrmls cache with ext/mcryptAnatol Belski2015-08-114-7/+9
* | | add foldsAnatol Belski2015-08-111-4/+4
* | | don't close stdinAnatol Belski2015-08-091-2/+2