1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Commit Graph

201 Commits

Author SHA1 Message Date
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Ant Phillips 8496060286 MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3). 2008-12-11 10:41:50 +00:00
Felipe Pena 2a0e4837be - Changed split() to preg_split() 2008-11-20 23:13:30 +00:00
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Antony Dovgal b38730fcc9 check for NULL before freeing 2008-09-10 07:31:12 +00:00
Felipe Pena 028d0cd2dd - Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode) 2008-09-07 22:53:20 +00:00
Pierre Joye 682bcde37b - not shared 2008-08-05 17:19:32 +00:00
Pierre Joye 732bdbb9a5 - detect _a or normal lib 2008-08-04 21:39:08 +00:00
Antony Dovgal e439bbb2b4 fix build 2008-07-16 08:00:43 +00:00
Pierre Joye 261fa727db - Port mcrypt_create_iv to windows (aka fix it on windows) 2008-07-15 17:04:17 +00:00
Felipe Pena d1dba3fc3c - MFB: Added arginfo 2008-07-01 19:44:18 +00:00
David Soria Parra ea74d59d3a Revert. 2008-05-18 19:52:46 +00:00
David Soria Parra 024c25fc59 MFB: Make mcrypt_enc_self_test() return value compatible with documentation and mcrypt_module_self_test() 2008-05-18 17:15:08 +00:00
David Soria Parra 02eb39d64b Tests from Munich PHP Testfest 2008 2008-05-17 23:27:42 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Derick Rethans 2bb0b237c7 - Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB). 2007-12-01 17:19:46 +00:00
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Antony Dovgal 5613d65043 revert 2007-07-20 10:10:11 +00:00
Antony Dovgal 04dc0ced37 fix unicode mode 2007-07-19 14:36:39 +00:00
Antony Dovgal 999c50f5b0 fix test 2007-07-19 14:35:45 +00:00
Antony Dovgal d6688619fd fix ws & folding 2007-07-19 14:25:37 +00:00
Antony Dovgal e3472f198a add skipif 2007-07-16 13:35:31 +00:00
Ilia Alshanetsky 66526cee92 MFB 2007-05-28 23:00:25 +00:00
Antony Dovgal ccd97f3a21 fix test names 2007-05-07 17:23:53 +00:00
Antony Dovgal 8d9be0338b fix test names 2007-05-07 16:50:40 +00:00
Derick Rethans 9d94b6cf07 - Added test case for bug #41252. 2007-05-01 16:04:16 +00:00
Antony Dovgal 5f0b474146 MFB: fix #40999 (mcrypt_create_iv() not using random seed) 2007-04-08 08:04:30 +00:00
Sebastian Bergmann 3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Derick Rethans 7b170eea73 - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores
--with-libdir).
2006-12-23 18:00:49 +00:00
Ilia Alshanetsky 820b30bcb8 MFB: Replace non-threadsafe rand() with php_rand_r() 2006-11-28 00:24:16 +00:00
Michael Wallner c535fc7a32 - unicode upgrade
- fix typo: ENIGNA->ENIGMA
- add and fix tests
2006-11-15 22:51:45 +00:00
Hannes Magnusson 176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Hannes Magnusson 731c3e4db0 Removed custom deprecate error messages
Use the fancy ZEND_ACC_DEPRECATED flag.
2006-06-26 11:31:19 +00:00
Dmitry Stogov 943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Antony Dovgal a93e5cf3bf add expected warning to the test 2006-05-31 20:40:07 +00:00
Derick Rethans 48d0606f8d - MF52: There was nothing wrong here, bug report #37595 is bogus.
- MF52: Added a new test case to demonstrate a longer plain text.
2006-05-31 20:13:14 +00:00
Antony Dovgal 4b2d974691 fix #37595 (mcrypt_generic calculates data length in wrong way) 2006-05-31 12:04:52 +00:00
foobar 251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
foobar a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Ilia Alshanetsky 1792f34008 MFB51: Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic()
without proper init).
2005-11-30 23:53:47 +00:00
Derick Rethans 0f391bb0b3 - Add E_RECOVERABLE.
#- Thought I did this before already actually...
2005-09-15 16:19:48 +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