Topic: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

Hello,
I really need this package php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm an if it's possible all source rpm for 5.3.8-5 x64. I can't find the package anywhere

Please help!!!!

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

Please remember that nothing is urgent, especially when you use "free" stuff, build on my "free" time.

Also remember, that the goal of my repository is to provide "latest" version.
Older versions have lot of bugs, especially security ones, which are not fixed in recent ones (and publicly known and exploited)

I will look in my offline archive, when get back to home.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

Thank you very much.
You are right, and I really appreciate the effort for support open source. I support open source too time to time and I like that.
I couldn't find that package anywhere so I thought you can help.

I use remi repo for PHP. The problem I have is that in php 5.3.12 and 5.3.14, that I tried. curl.so from /usr/lib64/php/modules/curl.so doesn't support this:

CURLOPT_CONNECTTIMEOUT_MS
CURLOPT_TIMEOUT_MS


if I rewrite curl.so with the one from php 5.3.8-5 remi is working. The problem is that is not clean so.....

If I use php 5.3.8 i need mcrypt and so on.

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

PHP 5.3.x, in remi repo use standard (and very old) curl version 7.15.5 provided in EL-5 official repo.

PHP 5.4.x, in remi-test repo use curl 7.21.7 with lot of new features.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

Please confirm exact version used : 5.3.8-5.el5.remi.1.x86_64 or 5.3.8-5.el5.remi.x86_64 ?

Well: both uploaded in the archives

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

Thank you very much for upload.

I tested curl 7.21 with php-5.3.12/5.3.14 and is not working that functions. Work only with php 5.4. I have to check php site to be compatible with php 5.4.

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

I tested again php 5.3.12 with curl update curl-7.21 2 and functions CURLOPT_CONNECTTIMEOUT_MS
CURLOPT_TIMEOUT_MS work.

I don't know if it's ok to use PHP-5.3.12 or 5.3.14 with updated curl tu 7.21 ?

Re: NEED URGENT php-mcrypt-5.3.8-5.el5.remi.x86_64.rpm

Hum.... strange, shouldn't work

php 5.3.14 requires libcurl.so.3, provides by system curl-7.15.5 (base repo) or compat-libcurl3-7.15.5 (remi-test) which doesn't provides this constant (available in curl > 7.16.2)

only php 5.4.4 use libcurl.so.4, provides by curl 7.21.7 (remi-test)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi