Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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? | ||||
* | - Email address change | Derick Rethans | 2003-10-13 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason | Derick Rethans | 2003-01-03 | 1 | -14/+3 |
| | | | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Update header. | Sebastian Bergmann | 2001-12-20 | 1 | -2/+2 |
| | |||||
* | Add headers and Id lines | Colin Viebrock | 2001-12-20 | 1 | -0/+20 |
| | |||||
* | - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end | Derick Rethans | 2001-09-23 | 1 | -0/+3 |
| | | | | | | being deprecated. - Reordened constants, and added MCRYPT_3DES to the 2.4 set of constants | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | ||||
* | - Now using the better way of using INI directives | Derick Rethans | 2000-08-13 | 1 | -6/+2 |
| | | | | | - Changed some warning/error messages to be more clear | ||||
* | @ Added support for libmcrypt 2.4.4 | Derick Rethans | 2000-08-11 | 1 | -0/+67 |
| | |||||
* | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | Zend/zend_modules.h before it being finished. Revert it | ||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | ||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | add compat #define | Sascha Schumann | 1999-05-06 | 1 | -0/+2 |
| | |||||
* | func name changes, remove arbitrary limit | Sascha Schumann | 1999-05-01 | 1 | -1/+1 |
| | |||||
* | mcrypt 2.1.18 support, better autoconf checking | Sascha Schumann | 1999-05-01 | 1 | -0/+6 |
| | |||||
* | final change (?), add get_algorithms_name | Sascha Schumann | 1999-04-25 | 1 | -0/+1 |
| | |||||
* | add OFB mode, the final one | Sascha Schumann | 1999-04-25 | 1 | -0/+1 |
| | |||||
* | add mcrypt_create_iv() | Sascha Schumann | 1999-04-25 | 1 | -0/+1 |
| | |||||
* | cleanup, add new stream mode, allow IV for CBC mode | Sascha Schumann | 1999-04-25 | 1 | -0/+1 |
| | |||||
* | add get_(key|block)_size | Sascha Schumann | 1999-04-25 | 1 | -0/+2 |
| | |||||
* | add CBC | Sascha Schumann | 1999-04-25 | 1 | -0/+1 |
| | |||||
* | add mcrypt module | Sascha Schumann | 1999-04-25 | 1 | -0/+15 |