summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Ported mcryptXinchen Hui2015-02-031-5/+13
* | | bump yearXinchen Hui2015-01-154-4/+4
* | | trailing whitespace removalStanislav Malyshev2015-01-103-43/+43
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-80/+80
* | | 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-034-4/+4
| | | * Happy New YearXinchen Hui2013-01-014-4/+4
| | * | Bump yearXinchen Hui2014-01-034-4/+4
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-235-6/+6
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-235-6/+6
* | | | fix datatype mismatch warningsAnatol Belski2014-10-311-5/+5
* | | | fix datatype mismatch warningsAnatol Belski2014-10-311-14/+14
* | | | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-117/+0
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-2/+2
* | | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-204-4/+4
|\ \ \ \
| * | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
* | | | | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|/ / / /
* | | | 's' and size_t - fix some invalid pointers and the remaining ext/mcrypt partsAnatol Belski2014-08-271-5/+5
* | | | 's' works with size_t round 3Anatol Belski2014-08-271-7/+7
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-9/+9
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
* | | | master renames phase 1Anatol Belski2014-08-252-29/+29
* | | | fix zppAnatol Belski2014-08-211-3/+3
* | | | basic macro replacements, all at onceAnatol Belski2014-08-192-31/+31
* | | | In most user extensions functions like mysql_close() should use zend_list_clo...Dmitry Stogov2014-05-131-2/+2
* | | | ...krakjoe2014-05-061-1/+1
* | | | fix leaks in herekrakjoe2014-05-061-5/+13
* | | | fix for phpng, failing RFC2144 testkrakjoe2014-05-062-51/+51
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2635-510/+680
|\ \ \ \ | |/ / /
| * | | Use /dev/urandom as the default mcrypt_create_iv() sourceNikita Popov2014-03-111-11/+11
| * | | Fixed mcrypt test caseTjerk Meesters2014-03-111-1/+1
| * | | Add test for bug #62102 / RFC 2144Andrey Andreev2014-03-061-0/+25
| * | | Use zpp for accepting encryption mode stringNikita Popov2014-03-053-50/+38
| * | | Remove a number of macros that are no longer usedNikita Popov2014-03-051-42/+0
| * | | Provide expected IV length in IV error messagesNikita Popov2014-03-0512-94/+108