Topic: PHP 5.3.6 + ZendFramework-Gdata

Hi Remi!

I'm a systems administrator for CouchSurfing.org.  We've been using your RPMs for quite a while over here; thanks so much!

We're upgrading to PHP 5.3(.6).  We've been using ZendFramework-Gdata for some custom back end scripts.  Since upgrading, I can't install this anymore.  The RPM is built with a dependency on php52.  Any way we could get a new dependent on PHP 5.3?  It's a noarch so I can't imagine this being to difficult.

Thanks!

Re: PHP 5.3.6 + ZendFramework-Gdata

Where did the ZendFramework-Gdata RPM come from ?

The php-ZendFramework-Gdata from my repository should work.

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: PHP 5.3.6 + ZendFramework-Gdata

Ah I think this is because it is dependent on the PHP 5.3.8 RPMs.  Is it possible to link any of the .noarch RPMs against major PHP versions, rather than minor ones?

Installing:
 php-ZendFramework-Gdata                                    noarch                                    1.11.9-1.el5.remi                                    remi                                    200 k
Installing for dependencies:
 php-ZendFramework                                          noarch                                    1.11.9-1.el5.remi                                    remi                                    3.0 M
 php-process                                                x86_64                                    5.3.8-1.el5.remi                                     remi                                     59 k
Updating for dependencies:
 php                                                        x86_64                                    5.3.8-1.el5.remi                                     remi                                    2.8 M
 php-bcmath                                                 x86_64                                    5.3.8-1.el5.remi                                     remi                                     40 k
 php-cli                                                    x86_64                                    5.3.8-1.el5.remi                                     remi                                    2.6 M
 php-common                                                 x86_64                                    5.3.8-1.el5.remi                                     remi                                    982 k
 php-devel                                                  x86_64                                    5.3.8-1.el5.remi                                     remi                                    626 k
 php-gd                                                     x86_64                                    5.3.8-1.el5.remi                                     remi                                    209 k
 php-mbstring                                               x86_64                                    5.3.8-1.el5.remi                                     remi                                    2.3 M
 php-mcrypt                                                 x86_64                                    5.3.8-1.el5.remi                                     remi                                     48 k
 php-mysql                                                  x86_64                                    5.3.8-1.el5.remi                                     remi                                    160 k
 php-pdo                                                    x86_64                                    5.3.8-1.el5.remi                                     remi                                    118 k
 php-soap                                                   x86_64                                    5.3.8-1.el5.remi                                     remi                                    277 k
 php-xml                                                    x86_64                                    5.3.8-1.el5.remi                                     remi                                    222 k

Re: PHP 5.3.6 + ZendFramework-Gdata

We usually don't use your repository directly, but download the RPMs and store them in our own private yum repository.  We didn't have the PHP 5.3.8 RPMs there, but we did have the php52 ones.  That's why I saw the GData RPM wanting to downgrade to 5.2.

But why would the GData RPM be ok with php52 OR php 5.3.8, but not php 5.3.6?

Re: PHP 5.3.6 + ZendFramework-Gdata

You should install the php-process "before" Zend.

As it's missing, it is pull from the same repo, and so all the others php package.

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: PHP 5.3.6 + ZendFramework-Gdata

Ah perfect, makes sense.  Thanks! 

However, it looks like the 5.3.6 RPMs you had available before are gone! http://rpms.famillecollet.com/enterprise/5/remi/x86_64/

Anyway we could get them back so we don't have to go through the whole upgrade process again?

Re: PHP 5.3.6 + ZendFramework-Gdata

If you are using 5.3.6, why don't you update to 5.3.8 which is a security update ?

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