Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -2/+2 |
| | | | | | Conflicts: ext/pgsql/pgsql.c | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2015-10-03 | 2 | -0/+21 |
|\ \ | |/ | |||||
| * | Fixed bug #70625 | Nikita Popov | 2015-10-03 | 2 | -0/+21 |
| | | |||||
| * | fix bug #69833 mcrypt fd caching not working | Anatol Belski | 2015-08-11 | 1 | -13/+23 |
| | | |||||
| * | remove duplicated declaration, fix build | Anatol Belski | 2015-05-21 | 1 | -6/+0 |
| | | |||||
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 1 | -5/+5 |
| | | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | ||||
* | | improve condition | Anatol Belski | 2015-08-12 | 1 | -1/+1 |
| | | | | | | | | same as CSPRNG, break by EOF | ||||
* | | integrate static tsrmls cache with ext/mcrypt | Anatol Belski | 2015-08-11 | 4 | -7/+9 |
| | | |||||
* | | add folds | Anatol Belski | 2015-08-11 | 1 | -4/+4 |
| | | |||||
* | | don't close stdin | Anatol Belski | 2015-08-09 | 1 | -2/+2 |
| | | |||||
* | | fix the mcrypt related part of bug #64833 | Anatol Belski | 2015-08-09 | 1 | -13/+23 |
| | | |||||
* | | Cleanup (avoid reallocation) | Dmitry Stogov | 2015-07-01 | 1 | -11/+10 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
| | | | | | | | | semantick changes). | ||||
* | | Fixed build | Dmitry Stogov | 2015-05-13 | 1 | -6/+0 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Julien Pauli | 2015-05-13 | 2 | -8/+29 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.6: Close fd at the end, otherwise people complain Add file descriptor caching to mcrypt_create_iv() Conflicts: ext/mcrypt/mcrypt.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-05-13 | 2 | -9/+30 |
| |\ | | | | | | | | | | | | | | | | * PHP-5.5: Close fd at the end, otherwise people complain Add file descriptor caching to mcrypt_create_iv() | ||||
| | * | Close fd at the end, otherwise people complain | Leigh | 2015-05-13 | 1 | -0/+8 |
| | | | | | | | | | | | | Even though it's closed when the process terminates! | ||||
| | * | Add file descriptor caching to mcrypt_create_iv() | Leigh | 2015-05-13 | 2 | -15/+22 |
| | | | | | | | | | | | | | | | This improves performance for applications that make repeated calls to mcrypt_create_iv() | ||||
| | * | Bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-04-12 | 1 | -25/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove failing test | Xinchen Hui | 2015-04-12 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | <nikic> [19:57:28] debian has a libmcrypt patch that makes it work <nikic> [19:57:43] but not all other distros have it | ||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| | | | |||||
* | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
| | | | |||||
* | | | Removed deprecated mcrypt_ecb() etc | Nikita Popov | 2015-03-09 | 22 | -2701/+44 |
| | | | |||||
* | | | Remove deprecated mcrypt_generic_end() alias | Nikita Popov | 2015-03-09 | 1 | -1/+0 |
| | | | |||||
* | | | Ported mcrypt | Xinchen Hui | 2015-02-03 | 1 | -5/+13 |
| | | | |||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| | | | |||||
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 3 | -43/+43 |
| | | | |||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 2 | -80/+80 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed possible read after end of buffer and use after free. | ||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.5: Fixed possible read after end of buffer and use after free. | ||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed possible read after end of buffer and use after free. | ||||
| | | * | Fixed possible read after end of buffer and use after free. | Dmitry Stogov | 2014-12-08 | 1 | -2/+6 |
| | | | | |||||
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | | | | |||||
| | | * | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
| | | | | |||||
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | | | | |||||
| * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 5 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 5 | -6/+6 |
| | | | | |||||
* | | | | fix datatype mismatch warnings | Anatol Belski | 2014-10-31 | 1 | -5/+5 |
| | | | | |||||
* | | | | fix datatype mismatch warnings | Anatol Belski | 2014-10-31 | 1 | -14/+14 |
| | | | | |||||
* | | | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -117/+0 |
| | | | | |||||
* | | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h. | ||||
* | | | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 4 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
| | | | | | |||||
* | | | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | 's' and size_t - fix some invalid pointers and the remaining ext/mcrypt parts | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
| | | | | |||||
* | | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -7/+7 |
| | | | | |||||
* | | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -9/+9 |
| | | | |