php-5.2.10-1
+
Par Remi le dimanche 21 juin 2009, 18:12 - Archives - Lien permanent
RPM of the new version php 5.2.10 are available in fedora Rawhide repository and in remi repository for Fedora ≥ 6 and Enterprise Linux ≥ 4 (RHEL, CentOS) (with most extensions, including oci8, mssql, sqlite...).
Notice: this RPM are build with:
- MySQL version 5.1.35 available here (required by php-mysql). You can also use mysqlclient16 if you don't want to update MySQL.
- Oracle Instant Client version 11.1.0.7 (required by php-oci8). You can read RPM Oracle Instant Client on information about building RPM.
New in this release, taken from rawhide:
- the new package php-interbase (Fedora ≥ 9 and EL) provides the Firebird/Interbase extension and the Firebird/Interbase PDO driver.
YUM is the simplest solution:
yum --enablerepo=remi update php-\*
If you still prefer the download (is it possible ?), see the repository
Warning : la lecture des documentations suivantes est utile (indispensable dans le cas d'une mise à jour depuis les versions 5.0.x ou 5.1.x) :
- PHP 5.2.10 Release Announcement released on June 18
- PHP 5 ChangeLog
- PHP 5.2 UPDATE INFO
This will probably be the latest 5.2.x update before PHP 5.3.0 release (prepare your migration)
Commentaires
Please, use the forums
This latest release has fall afoul of this bug on 64bit:
http://bugs.php.net/bug.php?id=4054...
This has caused some problems.
Thanks for the release, but I think we may have to roll back.
@Tom: I really don't understand, the bug you're pointing to is fixed for 2 years...
And I can't reproduce it.
+
P.S. please use forums for such question.
Unable to build php5.2.9-remi from the source in Ceontos5, missing dependency xorg-x11-devel:
[user@centos5build php-shared]$ rpmbuild -bb php-5.2.9-remi.spec
error: Failed build dependencies:
xorg-x11-devel is needed by php-5.2.9-1.i386
However trying to install xorg-x11-devel:
[root@centos5build ~]# yum --enable epel --enable remi install xorg-x11-devel
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* epel: mirrors.solfo.com
* remi: rpms.famillecollet.com
* base: updates.interworx.info
* updates: mirror.skiplink.com
* addons: centos.mirrors.redwire.net
* extras: updates.interworx.info
168 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
No package xorg-x11-devel available.
Nothing to do
Anyone know where I can install this from? Can I build php without x11?
If I recall from looking at the spec file, the reason why you couldn't build the PHP packets is because you need to set some variable to say what version of Fedora or CentOS/Red Hat Enterprise you are building for. I'm sure Remi can explain it better as my CentOS server is teasing me at the moment...
Please use the Forums, comments are not a good place for such discussion.