Shivam Mathur
9f4289a995
Merge pull request #25 from shivammathur/ci
...
ci: fix libraries in workflow
2026-01-08 22:19:18 +05:30
Shivam Mathur
353c9b37af
ci: fix libraries in workflow
2025-08-08 13:46:51 +00:00
Derick Rethans
ee7378051c
Go with 1.0.9
1.0.9
2025-08-05 12:20:03 +01:00
Derick Rethans
b202af1e4b
Release 1.0.8 to (hopefully) support PHP 8.4 and 8.5
1.0.8
2025-08-05 10:09:27 +01:00
Derick Rethans
86f7a48140
These can never work, as it is no longer possible to install libmcrypt, and there is no pre-compiled one available for Windows
2025-08-05 10:08:34 +01:00
Derick Rethans
bd4bb01832
See which ones would work
2025-08-05 09:59:40 +01:00
Derick Rethans
d43e8edbc5
Make use of new pecl builder
2025-08-05 09:55:28 +01:00
James Titcumb
75a8364642
Use appropriate windows machines in CI builds using exclude matrix
2025-08-05 09:49:05 +01:00
James Titcumb
6b01a1f1a7
Added a composer.json to enable support for PIE
2025-08-05 09:47:35 +01:00
Remi Collet
f74ccf197a
Use remicollet's version
2025-08-05 09:41:09 +01:00
Derick Rethans
05ec1ac459
Make it ready for PHP 8.4 and 8.5
2025-08-05 09:39:31 +01:00
Derick Rethans
eafbeee845
Make it work with PHP 8.4 and PHP 8.5
2025-08-05 09:39:04 +01:00
Derick Rethans
6108021170
Add PIE definiteion file
2025-01-19 14:52:28 +00:00
Remi Collet
d10010d8cd
Merge branch 'master' of github.com:php/pecl-encryption-mcrypt
...
* 'master' of github.com:php/pecl-encryption-mcrypt:
Release 1.0.7 with support for PHP 8.3
Install libmcrypt dependency
This should be --with-mcrypt as it uses a library
Add GHA, to also build Windows binaries
Fixed package.xml file
Release 1.0.6 with package support for PHP 8.2
2024-07-10 14:38:18 +02:00
Derick Rethans
15949865d9
Merged pull request #17
1.0.7
2023-12-19 10:54:30 +00:00
siddharth ravikumar
f660e7ae65
Release 1.0.7 with support for PHP 8.3
2023-12-12 07:52:50 +05:30
Derick Rethans
6d08174dd8
Install libmcrypt dependency
2023-07-28 18:02:39 +01:00
Derick Rethans
89cf50674a
This should be --with-mcrypt as it uses a library
2023-07-28 17:54:40 +01:00
Derick Rethans
fb0f366fc6
Add GHA, to also build Windows binaries
2023-07-28 17:42:36 +01:00
Derick Rethans
afb7052e1f
Fixed package.xml file
1.0.6
2023-02-28 16:40:33 +00:00
Derick Rethans
3eef2f5139
Merged pull request #13
2023-02-28 16:39:23 +00:00
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 >
1.0.5
2022-05-23 11:39:12 +01:00
Remi Collet
5b16bf1c97
drop null value, deprecated in 8.1
2021-06-09 10:49:51 +02:00
Remi Collet
6cf8c800f2
add extension version in phpinfo
2020-12-02 11:37:43 +01:00
Derick Rethans
fa8ea63fdf
Release 1.0.4 with package support for PHP 8.0
1.0.4
2020-12-02 10:12:46 +00:00
Nikita Popov
78a1909059
The $iv parameters are not required
2020-11-26 15:05:16 +01:00
Léopold Jacquot
11de239f9c
Add support for PHP 8
...
And drop variation tests.
Closes GH-6.
2020-11-26 15:03:09 +01:00
Derick Rethans
c672464f01
Go with 1.0.3
1.0.3
2019-09-17 17:24:30 +01:00
Derick Rethans
eb9a3ab99e
Merged pull request #5
2019-09-17 17:21:12 +01:00
Christoph M. Becker
2f9c5c8215
Check for required dirent_a.lib
...
Otherwise we can't build.
2019-09-17 17:21:05 +01:00
Derick Rethans
b711cc67de
Merged pull request #4
2019-09-17 17:21:00 +01:00
Christoph M. Becker
d5305dfbbe
Enable shared builds on Windows
...
As it was, it would not be possible to build a dynamic extension, which
is required for PECL dists.
2019-09-17 15:24:04 +02:00
Derick Rethans
0de85e4469
Go with 1.0.2
1.0.2
2019-01-10 18:02:05 +00:00
TAKAHASHI Kunihiko
72163dc337
Changed version from 1.0.1 to 1.0.2. ( #3 )
2019-01-10 18:56:45 +01:00
TAKAHASHI Kunihiko
b3ad61664c
Change the upper limit of required version from 7.2.x to 7.3.x.
2019-01-08 17:53:16 +01:00
Peter Kokot
e4334ecc0f
Add .gitattributes
2018-10-03 06:30:20 +02:00
Peter Kokot
725b127386
Trim trailing whitespace
2018-10-03 06:27:33 +02: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
Peter Kokot
7cabed1a6f
Fix non-existent --CREDIT-- tag to --CREDITS--
...
Since PHP 7.3 only predefined tags are allowed in PHP test files.
2018-10-02 23:41:08 +02:00
Remi Collet
972b71145c
report extension version instead of buildtime PHP version
2017-04-12 11:18:42 +02:00
Remi Collet
66d2c35dd3
Cleanup test which fails on 7.2 with
...
Warning: Use of undefined constant MCRYPT_CBC - assumed 'MCRYPT_CBC' (this will throw an Error in a future version of PHP) ...
2017-04-12 11:16:27 +02:00
Leigh
e253e86803
Bump version. Can't replace package on PECL
2016-12-13 14:08:09 +00:00
Leigh
59a24126a2
Minimum version of 7.1 broke windows builds
2016-12-13 14:04:55 +00:00
Leigh
bffdf6c228
Change my role so I keep access on pecl.php.net
2016-12-12 17:32:38 +00:00
Leigh
09aa0606ef
package-validate errors
...
* "snapshot" not allowed for API version
* Missed a line when I stole package.xml template from ssh2
2016-12-12 15:08:52 +00:00
Leigh
1eb3016d4b
Package compiles against 7.1, adjusting min version
2016-12-12 14:36:52 +00:00
Leigh
235466e8ef
Adjusting package.xml based on feedback
2016-12-12 14:33:39 +00:00
Leigh
fa947ffefe
Add PECL fluff
2016-12-12 14:14:38 +00:00
Anatol Belski
aae5d0f30f
Merge branch 'PHP-7.1'
...
* PHP-7.1:
remove TSRMLS_*
2016-11-22 00:33:29 +01:00