Package Details: php74-mcrypt 1.0.7-2

Git Clone URL: https://aur.archlinux.org/php74-mcrypt.git (read-only, click to copy)
Package Base: php74-mcrypt
Description: mcrypt module for AUR/php74 package (>=7.2.0, <=8.4.0)
Upstream URL: https://pecl.php.net/package/mcrypt
Keywords: mcrypt php php7 php74
Licenses: PHP
Submitter: sausix
Maintainer: sausix
Last Packager: sausix
Votes: 2
Popularity: 0.000000
First Submitted: 2020-01-16 12:33 (UTC)
Last Updated: 2024-01-08 08:57 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Pinned Comments

sausix commented on 2021-02-12 13:59 (UTC)

FYI: This package will depend on AUR/php74 package after pkgrel=3, which contains latest PHP 7.4.x.

For extra/php (PHP 8) use https://aur.archlinux.org/packages/php-mcrypt

For extra/php7 (latest PHP 7) use https://aur.archlinux.org/packages/php7-mcrypt

Sorry folk.

This package needs to fit in naming conventions and AUR/php74 was released after this package had already split into AUR/php74-mcrypt and AUR/php-mcrypt (PHP 8).

Important: This package will depend on AUR/php74 in future. The next update (around next week) would install php74 in addition to php7 too. If you intend using official extra/php7 with mcrypt, uninstall this package an switch to AUR/php7-mcrypt.

Thanks @bobarch64 for indirect hint. Please address problems directly instead just provide manual build instructions.

Latest Comments

sausix commented on 2023-08-28 07:02 (UTC)

@MarsSeed Sorry, got a mail for deletion but for php7-mcrypt. That's ok.

MarsSeed commented on 2023-08-28 06:11 (UTC)

@sausix, what are you talking about? I haven't submitted a deletion request for this package.

sausix commented on 2023-08-28 06:08 (UTC)

Out of date request and deletion request?

@MarsSeed

Not needed to keep: there are many other module packages for this on
AUR, all specific to different php packages (e.g., repo's php, and
versioned php packages on AUR, like php74 or php80, php81 etc.)

And? They're not compatible or interchangeable. Provide a proper reason. I know, PHP sucks with its versions and modules.

sausix commented on 2021-02-12 13:59 (UTC)

FYI: This package will depend on AUR/php74 package after pkgrel=3, which contains latest PHP 7.4.x.

For extra/php (PHP 8) use https://aur.archlinux.org/packages/php-mcrypt

For extra/php7 (latest PHP 7) use https://aur.archlinux.org/packages/php7-mcrypt

Sorry folk.

This package needs to fit in naming conventions and AUR/php74 was released after this package had already split into AUR/php74-mcrypt and AUR/php-mcrypt (PHP 8).

Important: This package will depend on AUR/php74 in future. The next update (around next week) would install php74 in addition to php7 too. If you intend using official extra/php7 with mcrypt, uninstall this package an switch to AUR/php7-mcrypt.

Thanks @bobarch64 for indirect hint. Please address problems directly instead just provide manual build instructions.

sausix commented on 2021-02-12 11:52 (UTC)

@bobarch64 Could you please explain the actual problem?

For anyone that need the php74 mcrypt (like me) That's not a problem and this package is supposed to fulfill this task.

bobarch64 commented on 2021-02-12 11:47 (UTC) (edited on 2021-02-12 11:48 (UTC) by bobarch64)

For anyone that need the php74 mcrypt (like me)

    wget http://pecl.php.net/get/mcrypt-1.0.4.tgz
            cd mcrypt-1.0.4
    /usr/bin/phpize74
    ./configure --enable-shared --with-php-config=/usr/bin/php-config74
    sudo make install

enable extension in /etc/php74/conf.d/mcrypt.ini or in /etc/php74/php.ini: extension=mcrypt.so

sausix commented on 2021-01-29 00:30 (UTC)

@shawe

This package now depends on php7. And that package contains phpize7.

For mcrypt usage with php8, I just created a compatible package here: https://aur.archlinux.org/packages/php-mcrypt/

Cause of changes: https://archlinux.org/news/php-80-and-php-7-legacy-packages-are-available

shawe commented on 2021-01-29 00:01 (UTC)

Please, replace "phpize7" with only "phpize".

Only this are available:

[francescps@B365M-DS3H ~]$ phpize phpize phpize56 phpize70 phpize71 phpize72 phpize73