summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Expand)AuthorAgeFilesLines
* Remove mcryptLeigh2016-10-0472-6996/+0
* 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
* | | fix the mcrypt related part of bug #64833Anatol Belski2015-08-091-13/+23
* | | Cleanup (avoid reallocation)Dmitry Stogov2015-07-011-11/+10
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | | Fixed buildDmitry Stogov2015-05-131-6/+0
* | | Merge branch 'PHP-5.6'Julien Pauli2015-05-132-8/+29
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-05-132-9/+30
| |\ \ | | |/
| | * Close fd at the end, otherwise people complainLeigh2015-05-131-0/+8
| | * Add file descriptor caching to mcrypt_create_iv()Leigh2015-05-132-15/+22
| | * Bump yearXinchen Hui2015-01-154-4/+4
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-04-121-25/+0
|\ \ \ | |/ /
| * | Remove failing testXinchen Hui2015-04-121-25/+0
| * | bump yearXinchen Hui2015-01-154-4/+4
* | | cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
* | | Removed deprecated mcrypt_ecb() etcNikita Popov2015-03-0922-2701/+44
* | | Remove deprecated mcrypt_generic_end() aliasNikita Popov2015-03-091-1/+0