Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called | Ilia Alshanetsky | 2003-11-04 | 1 | -0/+2 |
| | | | | | after every mcrypt_generic_init() call). | ||||
* | - Email address change | Derick Rethans | 2003-10-13 | 2 | -2/+2 |
| | |||||
* | MFH | foobar | 2003-10-01 | 1 | -5/+3 |
| | |||||
* | MFH: Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-07 | 1 | -1/+1 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | Enabled mcrypt_generic_deinit() on windows (#22520) | Edin Kadribasic | 2003-03-03 | 1 | -2/+2 |
| | |||||
* | "The ugly patch" | Melvyn Sopacua | 2003-01-31 | 1 | -7/+20 |
| | | | | | | | Make mcrypt compile, when we finally are free of -ltdl. Bug #20926. # There's a variant, with a config option, but that's an ugly word(tm) | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Removed libtool library from link which is no longer needed. This fixes | Edin Kadribasic | 2002-12-19 | 1 | -2/+2 |
| | | | | | windows build. | ||||
* | - Fix bug #21039 | Derick Rethans | 2002-12-16 | 2 | -3/+29 |
| | | | | | | #- This is somewhat of a hack, and thus I will not merge it to HEAD, as # I've lots of other commits waiting for that. | ||||
* | - Fix memleak (patch by Oleg.Roitburd@lycos-europe.com) | Derick Rethans | 2002-11-29 | 1 | -0/+1 |
| | | | | | | #- I don't merge this to HEAD right away, as my current development tree # has a lot of modifications, of course I did this change there too. | ||||
* | - Naming style | Derick Rethans | 2002-10-25 | 1 | -0/+0 |
| | |||||
* | - Add the source file too | Derick Rethans | 2002-10-08 | 1 | -0/+33 |
| | |||||
* | - Add blowfish compatibility test | Derick Rethans | 2002-10-08 | 1 | -0/+77 |
| | |||||
* | Remove unnecessary whitespace | foobar | 2002-08-29 | 1 | -6/+0 |
| | |||||
* | - Unify error messages | Derick Rethans | 2002-06-26 | 1 | -35/+35 |
| | | | | | | #- This is the last one for today... can't really stand another # get_active_function_name(TSRMLS_C) :) | ||||
* | - Fix version in phpinfo(); | Derick Rethans | 2002-06-16 | 1 | -19/+17 |
| | |||||
* | remove experimental status | Sterling Hughes | 2002-03-23 | 1 | -6/+0 |
| | |||||
* | the point can be made both ways :) | Sterling Hughes | 2002-03-23 | 1 | -0/+6 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | - Fix mcrypt tests | Derick Rethans | 2002-03-05 | 1 | -3/+4 |
| | |||||
* | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -1/+1 |
| | | | | | # It does not fix any bugs, since {0} works also. | ||||
* | always quote messages with [...], *especialy* when using kommas in the text | Hartmut Holzgraefe | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | - Fix for bug 14690 | Derick Rethans | 2001-12-26 | 1 | -73/+18 |
| | |||||
* | Update header. | Sebastian Bergmann | 2001-12-20 | 1 | -2/+2 |
| | |||||
* | Add headers and Id lines | Colin Viebrock | 2001-12-20 | 2 | -0/+21 |
| | |||||
* | - Try to be a little bit more sane dealing backwards compability | Derick Rethans | 2001-12-17 | 1 | -2/+4 |
| | |||||
* | - Added TODO file | Derick Rethans | 2001-12-15 | 1 | -0/+6 |
| | |||||
* | - Fix for bug 14162, invalidate the resource then mcrypt_generic_init fails | Derick Rethans | 2001-12-15 | 1 | -1/+22 |
| | |||||
* | - Remove debug stuff | Derick Rethans | 2001-12-13 | 1 | -1/+0 |
| | |||||
* | - Fixes for bugs 10324, 12777, 14488 and 13399 | Derick Rethans | 2001-12-13 | 1 | -27/+26 |
| | | | | | @- Fixed several crash bugs in the mcrypt extension (Derick) | ||||
* | MFB | Sterling Hughes | 2001-12-13 | 1 | -0/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+1 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -7/+7 |
| | | | | | I've got pretty much everything now... | ||||
* | - Don't return from the function, so that mcrypt get properly initialized | Derick Rethans | 2001-09-23 | 1 | -2/+1 |
| | | | | | (fix for bug #13399) | ||||
* | - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end | Derick Rethans | 2001-09-23 | 2 | -19/+52 |
| | | | | | | being deprecated. - Reordened constants, and added MCRYPT_3DES to the 2.4 set of constants | ||||
* | Moved the check for mcrypt_generic_deinit to the right place. | foobar | 2001-09-22 | 1 | -7/+8 |
| | |||||
* | Check if mcrypt lib has mcrypt_generic_deinit | foobar | 2001-09-22 | 1 | -0/+8 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | MFB | Sterling Hughes | 2001-09-07 | 1 | -2/+3 |
| | |||||
* | get rid of global mess | Sterling Hughes | 2001-09-07 | 1 | -13/+10 |
| | |||||
* | register a list destructor | Sterling Hughes | 2001-09-07 | 1 | -0/+10 |
| | |||||
* | - Fix for bug #13052 | Derick Rethans | 2001-09-07 | 1 | -0/+5 |
| | |||||
* | Fixes commit / link problems with certain compilers. | foobar | 2001-09-05 | 1 | -2/+2 |
| | | | | | | # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test. | ||||
* | Make this compile in ZTS mode. | foobar | 2001-07-30 | 1 | -8/+8 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -41/+1 |
| |