Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Whitespace | Derick Rethans | 2004-04-18 | 1 | -2/+2 |
| | |||||
* | - This define is not used anymore | Derick Rethans | 2004-01-18 | 1 | -1/+0 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -4/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | - Test commit | Derick Rethans | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 1 | -0/+18 |
| | | | | | mcve untested (I don't have those libs/headers) | ||||
* | Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called | Ilia Alshanetsky | 2003-10-31 | 1 | -0/+2 |
| | | | | | | | after every mcrypt_generic_init() call). # This will be MFHed into 4.3.X tree after release. | ||||
* | - Email address change | Derick Rethans | 2003-10-13 | 2 | -2/+2 |
| | |||||
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -3/+1 |
| | | | | | - Added breaks to make sure the preferred value is used. | ||||
* | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 |
| | | | | | | This may fix compilation problems with on systems with multiple copies of the same library. | ||||
* | Fixed paths in various tests. In certain conditions usage of partial file | Ilia Alshanetsky | 2003-08-18 | 1 | -1/+1 |
| | | | | | paths results in test failures. | ||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | - Whitespace | Derick Rethans | 2003-03-13 | 1 | -101/+103 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -1/+1 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | MFB: Enabled mcrypt_generic_deinit() on windows (#22520) | Edin Kadribasic | 2003-03-03 | 1 | -2/+2 |
| | |||||
* | Require 2.5.6+ | Melvyn Sopacua | 2003-01-31 | 1 | -5/+22 |
| | | | | | MFB: Be -ltdl aware | ||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -10/+4 |
| | |||||
* | Removed unused variable. | Ilia Alshanetsky | 2003-01-08 | 1 | -1/+0 |
| | |||||
* | Comment out non ANSI C standard comliant code. Fixes win32 build. | Edin Kadribasic | 2003-01-06 | 1 | -2/+5 |
| | |||||
* | - Update todo | Derick Rethans | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason | Derick Rethans | 2003-01-03 | 3 | -586/+201 |
| | | | | | | | | | | to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs to be safely used with PHP. - Updated macro's, php_errors and parameter parsing. @- Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason @ to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs @ to be safely used with PHP. (Derick) | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | MFB: Remove dependancy on libtool library which is no longer needed. | Edin Kadribasic | 2002-12-19 | 1 | -2/+2 |
| | |||||
* | - 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) |