summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* 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-101-1/+3
|\ \ | |/
| * Fixed bug #67707 IV not needed for ECB encryption mode, but it returns a warningRobrecht Plaisier2017-01-101-1/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | 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
* | | Use PHP_DEP_FE instead of manually emitting deprecation warningsChristoph M. Becker2016-07-111-85/+37
* | | Implement RFC: Deprecate (then Remove) McryptChristoph M. Becker2016-07-111-0/+48
* | | 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-221-4/+4
| |/ / |/| |
* | | 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
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | Format string fixesNikita Popov2016-02-141-2/+2
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-031-0/+4
|\ \ \ | |/ /
| * | Fixed bug #70625Nikita Popov2015-10-031-0/+4
| * | fix bug #69833 mcrypt fd caching not workingAnatol Belski2015-08-111-13/+23
| * | remove duplicated declaration, fix buildAnatol Belski2015-05-211-6/+0
* | | improve conditionAnatol Belski2015-08-121-1/+1
* | | integrate static tsrmls cache with ext/mcryptAnatol Belski2015-08-111-0/+6
* | | 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-131-8/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-05-131-9/+29
| |\ \ | | |/
| | * Close fd at the end, otherwise people complainLeigh2015-05-131-0/+8
| | * Add file descriptor caching to mcrypt_create_iv()Leigh2015-05-131-15/+21
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | | Removed deprecated mcrypt_ecb() etcNikita Popov2015-03-091-100/+0
* | | Remove deprecated mcrypt_generic_end() aliasNikita Popov2015-03-091-1/+0
* | | Ported mcryptXinchen Hui2015-02-031-5/+13