summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - Email address changeDerick Rethans2003-10-131-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reasonDerick Rethans2003-01-031-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 Bergmann2002-12-311-1/+1
|
* Update header.Sebastian Bergmann2001-12-201-2/+2
|
* Add headers and Id linesColin Viebrock2001-12-201-0/+20
|
* - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_endDerick Rethans2001-09-231-0/+3
| | | | | | being deprecated. - Reordened constants, and added MCRYPT_3DES to the 2.4 set of constants
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-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 directivesDerick Rethans2000-08-131-6/+2
| | | | | - Changed some warning/error messages to be more clear
* @ Added support for libmcrypt 2.4.4Derick Rethans2000-08-111-0/+67
|
* - Oops I commited a name change for consistency of Zend/modules.h toAndi Gutmans2000-03-111-1/+1
| | | | | Zend/zend_modules.h before it being finished. Revert it
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-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 againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* add compat #defineSascha Schumann1999-05-061-0/+2
|
* func name changes, remove arbitrary limitSascha Schumann1999-05-011-1/+1
|
* mcrypt 2.1.18 support, better autoconf checkingSascha Schumann1999-05-011-0/+6
|
* final change (?), add get_algorithms_nameSascha Schumann1999-04-251-0/+1
|
* add OFB mode, the final oneSascha Schumann1999-04-251-0/+1
|
* add mcrypt_create_iv()Sascha Schumann1999-04-251-0/+1
|
* cleanup, add new stream mode, allow IV for CBC modeSascha Schumann1999-04-251-0/+1
|
* add get_(key|block)_sizeSascha Schumann1999-04-251-0/+2
|
* add CBCSascha Schumann1999-04-251-0/+1
|
* add mcrypt moduleSascha Schumann1999-04-251-0/+15