Ilia Alshanetsky
b997390e1d
use constant
2007-02-15 01:40:36 +00:00
Ilia Alshanetsky
ed6725c695
Improved validation route for size parameter of the mcrypt_create_iv()
...
function.
2007-02-15 01:15:45 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Derick Rethans
7180422fdc
- Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores
...
--with-libdir).
2006-12-23 17:58:47 +00:00
Ilia Alshanetsky
34b55f2012
Replace non-threadsafe rand() with php_rand_r()
2006-11-28 00:22:05 +00:00
Hannes Magnusson
aaa1d62614
MFH: fix/add SKIPIF
2006-06-27 00:09:43 +00:00
Hannes Magnusson
223d122cae
MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings
2006-06-26 16:33:39 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
Antony Dovgal
d5be48711a
MFH: add expected warning to the test
2006-05-31 20:40:11 +00:00
Derick Rethans
c116ecf207
- There was nothing wrong here, bug report #37595 is bogus.
...
- Added a new test case to demonstrate a longer plain text.
2006-05-31 20:09:07 +00:00
Antony Dovgal
47edd8a303
MFH: fix #37595 (mcrypt_generic calculates data length in wrong way)
2006-05-31 12:06:36 +00:00
Marcus Boerger
ac3c882bb6
- Use of E_RECOVERABLE_ERROR
2006-05-11 08:06:22 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
Ilia Alshanetsky
ae07423bcd
Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without
...
proper init).
2005-11-30 23:51:25 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
foobar
f8a540d105
- Typofix + removed unnecessary unsets caused by it
2005-01-22 01:31:54 +00:00
foobar
69eec3f3b9
MFB_4_3: Quote macro names in AC_DEFUN()
2004-12-30 07:08:39 +00:00
Marcus Boerger
29cfd6d24f
- Remove unused blocks
2004-05-19 08:56:50 +00:00
Derick Rethans
abff9671fb
- Whitespace
2004-04-18 14:04:48 +00:00
Derick Rethans
a3adb776ad
- This define is not used anymore
2004-01-18 19:21:23 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Derick Rethans
4845b205fc
- Test commit
2003-12-19 15:29:34 +00:00
Wez Furlong
0c126e1233
make these build with new win32 build system.
...
mcve untested (I don't have those libs/headers)
2003-12-19 15:04:31 +00:00
Ilia Alshanetsky
00635d0807
Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called
...
after every mcrypt_generic_init() call).
# This will be MFHed into 4.3.X tree after release.
2003-10-31 04:33:51 +00:00
Derick Rethans
c3b21fc55c
- Email address change
2003-10-13 09:33:00 +00:00
foobar
dc080a5db6
- Always look into /usr/local before /usr
...
- Added breaks to make sure the preferred value is used.
2003-10-01 02:53:23 +00:00
Ilia Alshanetsky
526a3d9ce2
Always prefer user specified paths over the default /usr /usr/local.
...
This may fix compilation problems with on systems with multiple copies of
the same library.
2003-09-30 22:36:43 +00:00
Ilia Alshanetsky
c23609efa7
Fixed paths in various tests. In certain conditions usage of partial file
...
paths results in test failures.
2003-08-18 22:57:49 +00:00
Andrey Hristov
b8e59bb336
proto fixes
2003-06-12 12:00:20 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Derick Rethans
bce69f1218
- Whitespace
2003-03-13 21:09:27 +00:00
David Hill
5c90216d2c
64-bit correction to variables passed to zend_parse_parameters
...
@64-bit correction to variables passed to zend_parse_parameters (Dave)
2003-03-06 23:07:28 +00:00
Edin Kadribasic
6c20fa725e
MFB: Enabled mcrypt_generic_deinit() on windows ( #22520 )
2003-03-03 21:25:25 +00:00
Melvyn Sopacua
f20d394e2d
Require 2.5.6+
...
MFB: Be -ltdl aware
2003-01-31 23:01:36 +00:00
Ilia Alshanetsky
e2868b5788
Removed pointless memory allocation checks.
2003-01-18 19:41:56 +00:00
Ilia Alshanetsky
2d4a4a99d3
Removed unused variable.
2003-01-08 03:33:00 +00:00
Edin Kadribasic
6113d95433
Comment out non ANSI C standard comliant code. Fixes win32 build.
2003-01-06 01:26:14 +00:00
Derick Rethans
4d3c4ab45d
- Update todo
2003-01-03 19:50:41 +00:00
Derick Rethans
419af9f12a
- 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.
- 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)
2003-01-03 19:49:44 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Edin Kadribasic
2fc8358e3a
MFB: Remove dependancy on libtool library which is no longer needed.
2002-12-19 10:49:05 +00:00
Derick Rethans
1a25797249
- Naming style
2002-10-25 11:20:45 +00:00
Derick Rethans
2af2e62850
- Add the source file too
2002-10-08 10:01:34 +00:00
Derick Rethans
f0c1345cb6
- Add blowfish compatibility test
2002-10-08 10:00:52 +00:00
foobar
e040302807
Remove unnecessary whitespace
2002-08-29 15:28:09 +00:00
Derick Rethans
1d5ab209eb
- Unify error messages
...
#- This is the last one for today... can't really stand another
# get_active_function_name(TSRMLS_C) :)
2002-06-26 09:09:35 +00:00