summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary whitespacefoobar2002-08-291-6/+0
|
* - Unify error messagesDerick Rethans2002-06-261-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 Rethans2002-06-161-19/+17
|
* remove experimental statusSterling Hughes2002-03-231-6/+0
|
* the point can be made both ways :)Sterling Hughes2002-03-231-0/+6
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* - Fix mcrypt testsDerick Rethans2002-03-051-3/+4
|
* Use {NULL, NULL, NULL} to terminate function entry.Yasuo Ohgaki2002-02-281-1/+1
| | | | | # It does not fix any bugs, since {0} works also.
* always quote messages with [...], *especialy* when using kommas in the textHartmut Holzgraefe2002-01-041-1/+1
|
* - Fix for bug 14690Derick Rethans2001-12-261-73/+18
|
* Update header.Sebastian Bergmann2001-12-201-2/+2
|
* Add headers and Id linesColin Viebrock2001-12-202-0/+21
|
* - Try to be a little bit more sane dealing backwards compabilityDerick Rethans2001-12-171-2/+4
|
* - Added TODO fileDerick Rethans2001-12-151-0/+6
|
* - Fix for bug 14162, invalidate the resource then mcrypt_generic_init failsDerick Rethans2001-12-151-1/+22
|
* - Remove debug stuffDerick Rethans2001-12-131-1/+0
|
* - Fixes for bugs 10324, 12777, 14488 and 13399Derick Rethans2001-12-131-27/+26
| | | | | @- Fixed several crash bugs in the mcrypt extension (Derick)
* MFBSterling Hughes2001-12-131-0/+2
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Unified the configure messages.foobar2001-11-301-2/+1
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-7/+7
| | | | | I've got pretty much everything now...
* - Don't return from the function, so that mcrypt get properly initializedDerick Rethans2001-09-231-2/+1
| | | | | (fix for bug #13399)
* - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_endDerick Rethans2001-09-232-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.foobar2001-09-221-7/+8
|
* Check if mcrypt lib has mcrypt_generic_deinitfoobar2001-09-221-0/+8
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* MFBSterling Hughes2001-09-071-2/+3
|
* get rid of global messSterling Hughes2001-09-071-13/+10
|
* register a list destructorSterling Hughes2001-09-071-0/+10
|
* - Fix for bug #13052Derick Rethans2001-09-071-0/+5
|
* Fixes commit / link problems with certain compilers.foobar2001-09-051-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.foobar2001-07-301-8/+8
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-41/+1
|
* Fix a couple of buffer overflows in mcrypt.cZeev Suraski2001-07-101-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-6/+15
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Fix for bug #10890Derick Rethans2001-05-181-3/+6
| | | | | @- Fixed bugs in the mcrypt extension that caused crashes (Derick)
* - Fix for bug #9801 (and maybe others)Derick Rethans2001-05-171-1/+0
|
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
|
* Cleaned up this a bit..foobar2001-05-101-22/+22
|
* - Fix for bug #10518 (Thanks to kettler@gmx.net)Derick Rethans2001-05-011-3/+3
|
* - Fixed some more problems with keys being chopped off (fix for bug #8839)Derick Rethans2001-04-181-5/+7
|
* - Removed debug thingDerick Rethans2001-04-101-1/+0
|
* - Fix for bug #8839Derick Rethans2001-04-101-28/+31
| | | | | - MINFO updated to use smart_str's
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fixed mem leakDerick Rethans2001-03-161-1/+3
|
* - 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
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|