summaryrefslogtreecommitdiff
path: root/ext/mcrypt
Commit message (Collapse)AuthorAgeFilesLines
* - WhitespaceDerick Rethans2004-04-181-2/+2
|
* - This define is not used anymoreDerick Rethans2004-01-181-1/+0
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* - 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?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* - Test commitDerick Rethans2003-12-191-1/+1
|
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+18
| | | | | mcve untested (I don't have those libs/headers)
* Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not calledIlia Alshanetsky2003-10-311-0/+2
| | | | | | | after every mcrypt_generic_init() call). # This will be MFHed into 4.3.X tree after release.
* - Email address changeDerick Rethans2003-10-132-2/+2
|
* - Always look into /usr/local before /usrfoobar2003-10-011-3/+1
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-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 fileIlia Alshanetsky2003-08-181-1/+1
| | | | | paths results in test failures.
* proto fixesAndrey Hristov2003-06-121-2/+2
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* - WhitespaceDerick Rethans2003-03-131-101/+103
|
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-1/+1
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* MFB: Enabled mcrypt_generic_deinit() on windows (#22520)Edin Kadribasic2003-03-031-2/+2
|
* Require 2.5.6+Melvyn Sopacua2003-01-311-5/+22
| | | | | MFB: Be -ltdl aware
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-10/+4
|
* Removed unused variable.Ilia Alshanetsky2003-01-081-1/+0
|
* Comment out non ANSI C standard comliant code. Fixes win32 build.Edin Kadribasic2003-01-061-2/+5
|
* - Update todoDerick Rethans2003-01-031-1/+1
|
* - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reasonDerick Rethans2003-01-033-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 Bergmann2002-12-312-2/+2
|
* MFB: Remove dependancy on libtool library which is no longer needed.Edin Kadribasic2002-12-191-2/+2
|
* - Naming styleDerick Rethans2002-10-251-0/+0
|
* - Add the source file tooDerick Rethans2002-10-081-0/+33
|
* - Add blowfish compatibility testDerick Rethans2002-10-081-0/+77
|
* 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)