Hi there -- Is there a repository that has php version 5.2 or greater available for use with the Centos 5.3 distribution? This includes the development libraries package. Thanks. The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090518/766e0e15/attachment-0004.html>
On Monday 18 May 2009 19:46, Kaplan, Andrew H. wrote:> Is there a repository that has php version 5.2 or greater available for use > with the Centos 5.3 distribution? > This includes the development libraries package. Thanks.Just finished compiling php 5.2.9 from the sprms I found here: http://oss.oracle.com/projects/php/ works fine despite the slight Oracle smell - but they should really make a repository. Once used Jason Litka's repository but it sees a bit stale now: http://www.jasonlitka.com/2007/11/16/upgrading-to-php-525-on-rhel-and-centos/ enjoy Sam
On Tue, May 19, 2009 at 1:46 AM, Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote:> Is there a repository that has php version 5.2 or greater available for use > with the Centos 5.3 distribution?http://blog.famillecollet.com/post/2009/05/03/remi-release-5-en Works for my gallery3 installation at least /Bent
Steve Walsh - Nerdvana Hosting
2009-May-19 05:42 UTC
[CentOS] PHP 5.2 or greater availability
Kaplan, Andrew H. wrote:> > Hi there -- > > Is there a repository that has php version 5.2 or greater available > for use with the Centos 5.3 distribution? > This includes the development libraries package. Thanks. >There's packages in testing ( http://wiki.centos.org/AdditionalResources/Repositories / http://dev.centos.org/centos/5/CentOS-Testing.repo) rebuilt from the RHWAS packages. The more people use them and provide feedback, the quicker they'll hit a more mainstream (ie - centos) repo; [evil at centos-boxen ~]$ sudo yum info --disablerepo=* --enablerepo=c5-testing php <snip> Available Packages Name : php Arch : i386 Version : 5.2.6 Release : 2.el5s2 Size : 1.2 M Repo : c5-testing Summary : The PHP HTML-embedded scripting language URL : http://www.php.net/ License : PHP Description: PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated webpages. PHP also offers built-in : database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The : most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module which adds support for the PHP language to : Apache HTTP Server. [evil at centos-boxen ~]$sudo yum search --disablerepo=* --enablerepo=c5-testing php Loaded plugins: fastestmirror, protectbase Loading mirror speeds from cached hostfile 0 packages excluded due to repository protections =============================================================================== Matched: php ===============================================================================php-pear.noarch : PHP Extension and Application Repository framework php.i386 : The PHP HTML-embedded scripting language php-bcmath.i386 : A module for PHP applications for using the bcmath library php-cli.i386 : Command-line interface for PHP php-common.i386 : Common files for PHP php-dba.i386 : A database abstraction layer module for PHP applications php-debuginfo.i386 : Debug information for package php php-devel.i386 : Files needed for building PHP extensions php-gd.i386 : A module for PHP applications for using the gd graphics library php-imap.i386 : A module for PHP applications that use IMAP php-ldap.i386 : A module for PHP applications that use LDAP php-mbstring.i386 : A module for PHP applications which need multi-byte string handling php-mysql.i386 : A module for PHP applications that use MySQL databases php-ncurses.i386 : A module for PHP applications for using ncurses interfaces php-odbc.i386 : A module for PHP applications that use ODBC databases php-pdo.i386 : A database access abstraction module for PHP applications php-pgsql.i386 : A PostgreSQL database module for PHP php-snmp.i386 : A module for PHP applications that query SNMP-managed devices php-soap.i386 : A module for PHP applications that use the SOAP protocol php-suhosin.i386 : Advanced protection system for PHP installations php-suhosin-debuginfo.i386 : Debug information for package php-suhosin php-xml.i386 : A module for PHP applications which use XML php-xmlrpc.i386 : A module for PHP applications which use the XML-RPC protocol (non-relevant packages removed for clarity)