Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix a couple of buffer overflows in mcrypt.c | Zeev Suraski | 2001-07-10 | 1 | -2/+2 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -6/+15 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - Fix for bug #10890 | Derick Rethans | 2001-05-18 | 1 | -3/+6 |
| | | | | | @- Fixed bugs in the mcrypt extension that caused crashes (Derick) | ||||
* | - Fix for bug #9801 (and maybe others) | Derick Rethans | 2001-05-17 | 1 | -1/+0 |
| | |||||
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+2 |
| | |||||
* | Cleaned up this a bit.. | foobar | 2001-05-10 | 1 | -22/+22 |
| | |||||
* | - Fix for bug #10518 (Thanks to kettler@gmx.net) | Derick Rethans | 2001-05-01 | 1 | -3/+3 |
| | |||||
* | - Fixed some more problems with keys being chopped off (fix for bug #8839) | Derick Rethans | 2001-04-18 | 1 | -5/+7 |
| | |||||
* | - Removed debug thing | Derick Rethans | 2001-04-10 | 1 | -1/+0 |
| | |||||
* | - Fix for bug #8839 | Derick Rethans | 2001-04-10 | 1 | -28/+31 |
| | | | | | - MINFO updated to use smart_str's | ||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -3/+3 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fixed mem leak | Derick Rethans | 2001-03-16 | 1 | -1/+3 |
| | |||||
* | - 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 | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Support for perl-compatible blowfish encryption (in libmcrypt CVS and | Colin Viebrock | 2001-01-13 | 1 | -0/+1 |
| | | | | | versions later than 2.4.8) | ||||
* | Skip mcrypt/gmp tests, if the extensions are not available. | Sascha Schumann | 2000-12-24 | 1 | -0/+2 |
| | |||||
* | - Added test for bug #8040 | Derick Rethans | 2000-12-15 | 1 | -0/+29 |
| | |||||
* | - Added a patch that changed the checking of which version of libmcrypt is | Derick Rethans | 2000-12-15 | 1 | -4/+4 |
| | | | | | installed (Thanks to: Anil Madhavapeddy <anil@recoil.org>) | ||||
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -65/+65 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Corrected some checks for errors. | Nikos Mavroyanopoulos | 2000-10-25 | 1 | -4/+4 |
| | |||||
* | fixed unresolved externals. | Daniel Beulshausen | 2000-10-02 | 1 | -7/+7 |
| | | | | | | | # it compiles fine now, and php loads the extension fine # but there must be definetly something with the paths # cause mcrypt doesn't want to load any alogrithm | ||||
* | major cleanup | Daniel Beulshausen | 2000-09-28 | 1 | -4/+4 |
| | | | | | # but still doesn't work for me | ||||
* | - Fix for bug #6586 | Derick Rethans | 2000-09-09 | 1 | -1/+1 |
| | |||||
* | - Reversed last 'fix' | Derick Rethans | 2000-08-21 | 1 | -2/+1 |
| | | | | | # Sascha suggested that it must be corrected in wuth mcal | ||||
* | - Fix for bug #6263 | Derick Rethans | 2000-08-20 | 1 | -1/+2 |
| | |||||
* | - Clearified which version of libmcrypt is enabled | Derick Rethans | 2000-08-15 | 1 | -1/+4 |
| | | | | | # Request by Olivier Cahagne | ||||
* | Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against | Sascha Schumann | 2000-08-14 | 1 | -1/+1 |
| | | | | | libmcrypt 2.2. | ||||
* | Remove unnecessary precompiler macros. The failure condition is catched | Sascha Schumann | 2000-08-14 | 1 | -4/+0 |
| | | | | | at configure time. | ||||
* | Restrict INI entries when compiling against libmcrypt 2.4. | Sascha Schumann | 2000-08-14 | 1 | -2/+4 |
| | |||||
* | Fix check for libmcrypt in non-system library paths. | Sascha Schumann | 2000-08-14 | 1 | -4/+8 |
| | | | | | | Fix case where neither libmcrypt 2.4.x and 2.2.x were found. Fix library order (scope limited to static libraries) | ||||
* | - Now using the better way of using INI directives | Derick Rethans | 2000-08-13 | 2 | -31/+42 |
| | | | | | - Changed some warning/error messages to be more clear | ||||
* | @ Added support for libmcrypt 2.4.4 | Derick Rethans | 2000-08-11 | 3 | -28/+1344 |
| | |||||
* | Read from /dev/u?random until the buffer is filled. | Sascha Schumann | 2000-07-25 | 1 | -1/+8 |
| | | | | | Submitted by: Derick Rethans <d.rethans@jdimedia.nl> | ||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Canged back to uppercase. Are all the backslashes on line 69 to 111 really ↵ | Egon Schmid | 2000-06-19 | 1 | -1/+1 |
| | | | | needed? | ||||
* | No response from Sascha so changed to lowercase. | Egon Schmid | 2000-06-18 | 1 | -4/+4 |
| | |||||
* | More protos. | Egon Schmid | 2000-06-18 | 1 | -8/+8 |
| | |||||
* | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -2/+2 |
| | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -8/+8 |
| | |||||
* | protos fixed | Hartmut Holzgraefe | 2000-05-26 | 1 | -8/+16 |
| | |||||
* | protos where lacking return types | Hartmut Holzgraefe | 2000-05-23 | 1 | -8/+8 |
| | |||||
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -6/+2 |
| | |||||
* | Make mcrypt buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| |