Page 1 of 1

[atomic] PHP 5.2.14-2

Posted: Fri Aug 13, 2010 1:36 pm
by scott
This is a minor bugfix release for PHP 5.2.14, there are no fixes included from upstream.



Changelog:

* Bugfix #XXX, relinked packages against mysql 5.0 libraries on EL5
* Bugfix #XXX, removed a case where the PHP mail() header feature added "\r" to messages, this was incompatible with the SMTP mime header rfc.

To Upgrade:

yum upgrade php

Re: [atomic] PHP 5.2.14-2

Posted: Mon Aug 23, 2010 10:37 am
by thewolf
Hi,

It looks like this new PHP 5.2 release still includes the /etc/php.ini file from the PHP 5.3 distribution?

Is that on purpose or are you going to correct it in a future release?

Thanks.

Re: [atomic] PHP 5.2.14-2

Posted: Mon Aug 23, 2010 10:42 am
by scott
somebody doesnt read the twitter feed :P

Re: [atomic] PHP 5.2.14-2

Posted: Mon Aug 23, 2010 10:58 am
by thewolf
I follow it, but I don't check Twitter that much. I went checking on it now, but I couldn't find anything about my question.

In order to know which php.ini file to use as reference to apply my customizations, I'm trying to understand if the PHP 5.3 php.ini included in the Atomic PHP 5.2 package is a feature and will stay remain also in future releases or if it was included by accident and the PHP 5.2 php.ini will replace it in a future release.

Thanks.

Re: [atomic] PHP 5.2.14-2

Posted: Mon Aug 23, 2010 11:04 am
by scott
5.3.3 is in atomic-testing now

Re: [atomic] PHP 5.2.14-2

Posted: Mon Aug 23, 2010 11:14 am
by thewolf
I saw that, but we cannot upgrade to PHP 5.3 anytime soon, our applications are not tested with it.

So we'll have to stay with PHP 5.2 for the foreseeable future, that's why I'm trying to understanding if the Atomic PHP 5.2 package will keep the PHP 5.3 php.ini or if it will be updated with the correct PHP 5.2 php.ini in the next release.

Or did you mean that you are not going to do any new PHP 5.2 releases and only focus on PHP 5.3 from now on?
I hope you are going to keep supporting PHP 5.2 for some time, since not all applications are yet tested/compatible with PHP 5.3.

Thanks.

Re: [atomic] PHP 5.2.14-2

Posted: Mon Aug 23, 2010 11:29 am
by scott
Its too early to say really

Re: [atomic] PHP 5.2.14-2

Posted: Sat Oct 16, 2010 6:23 am
by IP-Burn3r
When trying "yum upgrade php" I'm getting a "No Packages marked for Update".

Here's my php -v

Code: Select all

PHP 5.2.10 (cli) (built: Nov 13 2009 11:24:03)


It should update if everything was configured correctly, seems *.repo is not correct

Here is the *.repo files

Code: Select all

/etc/yum.repos.d/CentOS-Base.repo
/etc/yum.repos.d/CentOS-Media.repo
/etc/yum.repos.d/asl.repo
/var/asl/data/templates/template-asl.repo

Here is my asl.repo

Code: Select all

[asl-2.0]
name=Atomicorp -  - Atomic Secured Linux 2.0
baseurl=http://***:***@atomicorp.com/channels/asl-2.0/centos/5/i386
enabled=1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck=1


[asl-2.0-testing]
name=Atomicorp -  - Atomic Secured Linux 2.0 (TESTING)
baseurl=http://***:***@atomicorp.com/channels/asl-2.0-testing/centos/5/i386
enabled=0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
gpgcheck=1
Of course "***" represents the real name and password.


So the big question why is PHP not being updated?

Re: [atomic] PHP 5.2.14-2

Posted: Sat Oct 16, 2010 9:04 am
by scott
It comes from the atomic repo, you can add that with:

wget -q -O - http://www.atomicorp.com/installers/atomic |sh