56 Commits

Author SHA1 Message Date
Derick Rethans
ee7378051c Go with 1.0.9 2025-08-05 12:20:03 +01:00
siddharth ravikumar
f660e7ae65 Release 1.0.7 with support for PHP 8.3 2023-12-12 07:52:50 +05:30
Go Kudo
dbe8e42fe9 Release 1.0.6 with package support for PHP 8.2 2023-02-23 20:36:13 +09:00
Go Kudo
d821f9a291 Release 1.0.5 with package support for PHP 8.1 (#9)
Co-authored-by: Go Kudo <g-kudo@colopl.co.jp>
2022-05-23 11:39:12 +01:00
Derick Rethans
fa8ea63fdf Release 1.0.4 with package support for PHP 8.0 2020-12-02 10:12:46 +00:00
Derick Rethans
c672464f01 Go with 1.0.3 2019-09-17 17:24:30 +01:00
TAKAHASHI Kunihiko
72163dc337 Changed version from 1.0.1 to 1.0.2. (#3) 2019-01-10 18:56:45 +01:00
Peter Kokot
7f295fd0b8 Remove unused Git attributes ident
The `$Id$` keywords were used in CVS and Subversion where they can be
substituted with filename, last revision number change, last changed
date, and last user who changed it.

In Git this functionality is different and can be done with Git
attribute ident. These need to be defined manually for each file in the
`.gitattributes` file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of `$Id$` keywords by removing them since
they are not used anymore.
2018-10-02 23:45:18 +02:00
Remi Collet
972b71145c report extension version instead of buildtime PHP version 2017-04-12 11:18:42 +02:00
Lior Kaplan
9ae114c64c Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Happy new year (Update copyright to 2016)
2016-01-01 19:48:25 +02:00
Lior Kaplan
a3f1841ee6 Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
Anatol Belski
a84e0d77f1 integrate static tsrmls cache with ext/mcrypt 2015-08-11 12:32:00 +02:00
Julien Pauli
13edcd7cd7 Merge branch 'PHP-5.6'
* PHP-5.6:
  Close fd at the end, otherwise people complain
  Add file descriptor caching to mcrypt_create_iv()

Conflicts:
	ext/mcrypt/mcrypt.c
2015-05-13 14:21:19 +02:00
Leigh
eddcf19214 Add file descriptor caching to mcrypt_create_iv()
This improves performance for applications that make repeated calls to
mcrypt_create_iv()
2015-05-13 14:18:32 +02:00
Anatol Belski
e20d409777 cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
Xinchen Hui
f529fdbc8e bump year 2015-01-15 23:27:30 +08:00
Xinchen Hui
757d05788d Bump year 2015-01-15 23:26:03 +08:00
Johannes Schlüter
6853441e19 s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
Xinchen Hui
614d7da822 Bump year 2014-01-03 11:06:16 +08:00
Xinchen Hui
dc4ee9bce6 Happy New Year 2013-01-01 16:37:09 +08:00
Felipe Pena
0644212487 - Year++ 2012-01-01 13:15:04 +00:00
Felipe Pena
a47ff51d62 - Year++ 2011-01-01 02:17:06 +00:00
Sebastian Bergmann
7cd7df1244 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Sebastian Bergmann
3808682ef8 MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
Derick Rethans
1977c5f2cf - Revert that crap. 2008-07-04 07:47:18 +00:00
Pierre Joye
fc11f7f5f2 - fix mcrypt_iv on windows, use urandom equivalent
- MFH, code cleaning and reorganisation
2008-07-03 13:50:14 +00:00
Sebastian Bergmann
3e75e89a35 MFH: Bump copyright year, 2 of 2. 2007-12-31 07:17:19 +00:00
Sebastian Bergmann
3e88f6d729 MFH: Bump year. 2007-01-01 09:36:18 +00:00
Hannes Magnusson
6219570b2a MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings 2006-06-26 16:33:39 +00:00
foobar
aaeef339dd bump year and license version 2006-01-01 12:51:34 +00:00
foobar
94ff7ecd62 - Bumber up year 2005-08-03 14:08:58 +00:00
foobar
2b26679877 - 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
Derick Rethans
b9a0fbda81 - Email address change 2003-10-13 09:33:00 +00:00
James Cox
8e92e58151 updating license information in the headers. 2003-06-10 20:04:29 +00:00
Derick Rethans
ae4b36240f - 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
1db2206dfa Bump year. 2002-12-31 16:08:15 +00:00
Sebastian Bergmann
390d945e26 Update header. 2001-12-20 17:08:16 +00:00
Colin Viebrock
cf955feb5d Add headers and Id lines 2001-12-20 16:50:49 +00:00
Derick Rethans
381f240146 - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_end
being deprecated.
- Reordened constants, and added MCRYPT_3DES to the 2.4 set of constants
2001-09-23 14:14:27 +00:00
Zeev Suraski
913f8ab7a3 Redesigned thread safety mechanism - nua nua 2001-07-28 11:36:37 +00:00
Andi Gutmans
1473b07270 - Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
  are included via zend_API.h
2001-02-26 18:14:50 +00:00
Derick Rethans
0d204e358b - Now using the better way of using INI directives
- Changed some warning/error messages to be more clear
2000-08-13 11:53:04 +00:00
Derick Rethans
9bfb17355e @ Added support for libmcrypt 2.4.4 2000-08-11 18:45:17 +00:00
Andi Gutmans
046c4afdf6 - Oops I commited a name change for consistency of Zend/modules.h to
Zend/zend_modules.h before it being finished. Revert it
2000-03-11 20:57:35 +00:00
Andi Gutmans
79d2070fdd - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them
  this way (primary example is pcrelib).
- Please test things and Andrei, can you check that pcrelib stopped
  printing the warning messages?
2000-03-11 20:48:49 +00:00
Zeev Suraski
e0fb8a90f0 - Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)
1999-12-17 20:55:31 +00:00
Sascha Schumann
2fdb82bdf6 add compat #define 1999-05-06 20:54:56 +00:00
Sascha Schumann
25dcc19a23 func name changes, remove arbitrary limit 1999-05-01 14:41:46 +00:00
Sascha Schumann
eed042d267 mcrypt 2.1.18 support, better autoconf checking 1999-05-01 11:14:22 +00:00
Sascha Schumann
277c1c8ae3 final change (?), add get_algorithms_name 1999-04-25 21:49:01 +00:00