Re: [CentOS] PHP 5.2 or greater availability

2009-05-20 Thread James Matthews
Same here. Although I use quite a few community repos so I don't know which
one it's from.

On Tue, May 19, 2009 at 8:18 PM, Kaplan, Andrew H. wrote:

> Hi there --
>
> Thanks for the info...I added the c5-testing repository, and the package
> updated
> successfully.
>
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of
> Steve Walsh - Nerdvana Hosting
> Sent: Tuesday, May 19, 2009 1:42 AM
> To: CentOS mailing list
> Subject: Re: [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;
>
> [e...@centos-boxen ~]$ sudo yum info --disablerepo=*
> --enablerepo=c5-testing php
> 
> 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.
>
> [e...@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)
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
> 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.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
http://www.astorandblack.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP 5.2 or greater availability

2009-05-19 Thread Kaplan, Andrew H.
Hi there --

Thanks for the info...I added the c5-testing repository, and the package updated
successfully.  

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of
Steve Walsh - Nerdvana Hosting
Sent: Tuesday, May 19, 2009 1:42 AM
To: CentOS mailing list
Subject: Re: [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;

[e...@centos-boxen ~]$ sudo yum info --disablerepo=* 
--enablerepo=c5-testing php

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.

[e...@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)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP 5.2 or greater availability

2009-05-18 Thread Steve Walsh - Nerdvana Hosting
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;

[e...@centos-boxen ~]$ sudo yum info --disablerepo=* 
--enablerepo=c5-testing php

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.

[e...@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)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP 5.2 or greater availability

2009-05-18 Thread Bent Terp
On Tue, May 19, 2009 at 1:46 AM, 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?

http://blog.famillecollet.com/post/2009/05/03/remi-release-5-en

Works for my gallery3 installation at least

/Bent
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP 5.2 or greater availability

2009-05-18 Thread Michael A. Peters
sbeam wrote:
> 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.

I also have src.rpm's here:

http://www.clfsrpm.net/php/

I use to maintain binary repo but that's a lot of work I no longer have 
time for.

If I'm not mistaken, the Oracle src.rpm's are based on Fedora.
So are mine, except mine also has the suhosin core patch.

> 
> 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/

Mine currently has 5.2.9 but I probably won't update it, other than 
maybe to add security patches as vulnerabilities are found.

I'm only running 5.2.9 myself because I wanted to report a bug and the 
php devel team wants you to try the latest version first. Since 5.2.9 
didn't break anything of mine, I kept it. (oh - and my bug wasn't a bug, 
it was my mis-understanding of the still poorly documented DOMDocument 
class related to namespaces)

centos also has some php 5.2.x I believe in their testing repo.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP 5.2 or greater availability

2009-05-18 Thread sbeam
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

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos