summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mcryptLeigh2016-10-041-1433/+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
* | 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
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-41/+41
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-59/+59
* | | Merge branch 'PHP-5.6'Dmitry Stogov2014-12-081-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-12-081-2/+6
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-12-081-2/+6
| | |\
| | | * Fixed possible read after end of buffer and use after free.Dmitry Stogov2014-12-081-2/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | | * - Year++Felipe Pena2012-01-011-1/+1
| | | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1