What PHP version are you using?

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

What PHP version are you using?

by Israel Ekpo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Guys,

I just want to conduct a quick survey to find out what version of PHP people
are using in their production environments.

I have a PHP extension for Solr that I have set the minimum required version
as 5.2.11.

http://pecl.php.net/package/solr/

However, most of the PHP users that want to use it are unable to do so
because the PHP version in the PROD environments is below 5.2.11

They are also nervous about upgrading to newer versions as it will require
some regression testing.

In my production environment I am using 5.3.0 and most of the people that I
have contacted seems to be running 5.2.10

When I released the extension, I did all my regression tests against PHP
5.2.11 and now I am considering doing regression tests against 5.2.4
(released 30 August 2007)  and newer versions so that I can set the minimum
required version to 5.2.4 in order to accommodate more people.

I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4 and
newer.

I would really appreciate some feedback as it will be useful in helping me
determine which PHP version numbers to do my regression tests against.

Thanks.

--
"Good Enough" is not good enough.
To give anything less than your best is to sacrifice the gift.
Quality First. Measure Twice. Cut Once.

Re: What PHP version are you using?

by Fernando Castillo Aparicio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

5.2.8, but testing 5.3 in local environment.




Re: What PHP version are you using?

by Israel Ekpo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 11:15 AM, Fernando Castillo Aparicio <
f_c_a_1980@...> wrote:

> 5.2.8, but testing 5.3 in local environment.
>
>

Thanks Fernando.

--
"Good Enough" is not good enough.
To give anything less than your best is to sacrifice the gift.
Quality First. Measure Twice. Cut Once.

Re: What PHP version are you using?

by Robert Cummings :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Israel Ekpo wrote:
> I would really appreciate some feedback as it will be useful in helping me
> determine which PHP version numbers to do my regression tests against.

5.2.0 to 5.2.11 depending on server.

I'm not yet ready to move to 5.3.0 due to lack of stable support from
the accelerators thus far (at least for the ones I frequent).

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: What PHP version are you using?

by tedd-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

At 11:10 AM -0400 10/29/09, Israel Ekpo wrote:
>Hi Guys,
>
>I just want to conduct a quick survey to find out what version of PHP people
>are using in their production environments.

My version depends upon the client. I have one client who is still in
version 4.3.1.0.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Parent Message unknown Re: What PHP version are you using?

by Israel Ekpo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 11:47 AM, tedd <tedd.sperling@...> wrote:

> At 11:10 AM -0400 10/29/09, Israel Ekpo wrote:
>
>> Hi Guys,
>>
>> I just want to conduct a quick survey to find out what version of PHP
>> people
>> are using in their production environments.
>>
>
> My version depends upon the client. I have one client who is still in
> version 4.3.1.0.
>
>
> Cheers,
>
> tedd
> --
> -------
> http://sperling.com  http://ancientstones.com  http://earthstones.com
>


Thanks guys.

--
"Good Enough" is not good enough.
To give anything less than your best is to sacrifice the gift.
Quality First. Measure Twice. Cut Once.

Re: What PHP version are you using?

by mrfroasty :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


  5.2.11 here...


Gr
mrfroasty


Israel Ekpo wrote:

> On Thu, Oct 29, 2009 at 11:47 AM, tedd <tedd.sperling@...> wrote:
>
>  
>> At 11:10 AM -0400 10/29/09, Israel Ekpo wrote:
>>
>>    
>>> Hi Guys,
>>>
>>> I just want to conduct a quick survey to find out what version of PHP
>>> people
>>> are using in their production environments.
>>>
>>>      
>> My version depends upon the client. I have one client who is still in
>> version 4.3.1.0.
>>
>>
>> Cheers,
>>
>> tedd
>> --
>> -------
>> http://sperling.com  http://ancientstones.com  http://earthstones.com
>>
>>    
>
>
> Thanks guys.
>
>  


--
Extra details:
OSS:Gentoo Linux
profile:x86
Hardware:msi geforce 8600GT asus p5k-se
location:/home/muhsin
language(s):C/C++,VB,VHDL,bash,PHP,SQL,HTML,CSS
Typo:40WPM
url:http://www.mzalendo.net
url:http://forums.mzalendo.net


Re: What PHP version are you using?

by miradev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/29 Israel Ekpo <israelekpo@...>

> Hi Guys,
>
> I just want to conduct a quick survey to find out what version of PHP
> people
> are using in their production environments.
>
> I have a PHP extension for Solr that I have set the minimum required
> version
> as 5.2.11.
>
[snip]

> I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4
> and
> newer.
>
> I would really appreciate some feedback as it will be useful in helping me
> determine which PHP version numbers to do my regression tests against.
>

> cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.3 (Tikanga)

> php -v
PHP 5.1.6 (cli) (built: Feb 26 2009 07:01:12)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

> yum list php
Loaded plugins: downloadonly, rhnplugin, security
Excluding Packages in global exclude list
Finished
Installed Packages
php.x86_64
5.1.6-23.2.el5_3
installed

I wouldn't have thought this to be too uncommon.

HTH

Re: What PHP version are you using?

by Dan McCullough :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Like Israel it depends on the client I am doing several projects for a
client now that the hosting company is still using 4.0.6 - and its been a
headache.  Most of the personal projects and many of my other clients are on
5.1 or higher.

On Thu, Oct 29, 2009 at 12:22 PM, Tom Barrett <tom@...> wrote:

> 2009/10/29 Israel Ekpo <israelekpo@...>
>
> > Hi Guys,
> >
> > I just want to conduct a quick survey to find out what version of PHP
> > people
> > are using in their production environments.
> >
> > I have a PHP extension for Solr that I have set the minimum required
> > version
> > as 5.2.11.
> >
> [snip]
>
> > I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4
> > and
> > newer.
> >
> > I would really appreciate some feedback as it will be useful in helping
> me
> > determine which PHP version numbers to do my regression tests against.
> >
>
> > cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 5.3 (Tikanga)
>
> > php -v
> PHP 5.1.6 (cli) (built: Feb 26 2009 07:01:12)
> Copyright (c) 1997-2006 The PHP Group
> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
>
> > yum list php
> Loaded plugins: downloadonly, rhnplugin, security
> Excluding Packages in global exclude list
> Finished
> Installed Packages
> php.x86_64
> 5.1.6-23.2.el5_3
> installed
>
> I wouldn't have thought this to be too uncommon.
>
> HTH
>

Re: What PHP version are you using?

by Israel Ekpo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 29, 2009 at 12:30 PM, Dan McCullough
<dan.mccullough@...>wrote:

> Like Israel it depends on the client I am doing several projects for a
> client now that the hosting company is still using 4.0.6 - and its been a
> headache.  Most of the personal projects and many of my other clients are
> on
> 5.1 or higher.
>
> On Thu, Oct 29, 2009 at 12:22 PM, Tom Barrett <tom@...> wrote:
>
> > 2009/10/29 Israel Ekpo <israelekpo@...>
> >
> > > Hi Guys,
> > >
> > > I just want to conduct a quick survey to find out what version of PHP
> > > people
> > > are using in their production environments.
> > >
> > > I have a PHP extension for Solr that I have set the minimum required
> > > version
> > > as 5.2.11.
> > >
> > [snip]
> >
> > > I cannot go below 5.2.0 though but I am thinking about starting at
> 5.2.4
> > > and
> > > newer.
> > >
> > > I would really appreciate some feedback as it will be useful in helping
> > me
> > > determine which PHP version numbers to do my regression tests against.
> > >
> >
> > > cat /etc/redhat-release
> > Red Hat Enterprise Linux Server release 5.3 (Tikanga)
> >
> > > php -v
> > PHP 5.1.6 (cli) (built: Feb 26 2009 07:01:12)
> > Copyright (c) 1997-2006 The PHP Group
> > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
> >
> > > yum list php
> > Loaded plugins: downloadonly, rhnplugin, security
> > Excluding Packages in global exclude list
> > Finished
> > Installed Packages
> > php.x86_64
> > 5.1.6-23.2.el5_3
> > installed
> >
> > I wouldn't have thought this to be too uncommon.
> >
> > HTH
> >
>

The internal Zend Engine version my extension was written for is 2.2.0 or
newer.

That is why I would not be able to go below 5.2.0, unfortunately.

But so far, I appreciate your responses.

Please keep it coming.
--
"Good Enough" is not good enough.
To give anything less than your best is to sacrifice the gift.
Quality First. Measure Twice. Cut Once.

Re: What PHP version are you using?

by Robert Cummings :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tom Barrett wrote:

> 2009/10/29 Israel Ekpo <israelekpo@...>
>
>> Hi Guys,
>>
>> I just want to conduct a quick survey to find out what version of PHP
>> people
>> are using in their production environments.
>>
>> I have a PHP extension for Solr that I have set the minimum required
>> version
>> as 5.2.11.
>>
> [snip]
>
>> I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4
>> and
>> newer.
>>
>> I would really appreciate some feedback as it will be useful in helping me
>> determine which PHP version numbers to do my regression tests against.
>>
>
>> cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 5.3 (Tikanga)
>
>> php -v
> PHP 5.1.6 (cli) (built: Feb 26 2009 07:01:12)
> Copyright (c) 1997-2006 The PHP Group
> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
>
>> yum list php
> Loaded plugins: downloadonly, rhnplugin, security
> Excluding Packages in global exclude list
> Finished
> Installed Packages
> php.x86_64
> 5.1.6-23.2.el5_3
> installed
>
> I wouldn't have thought this to be too uncommon.

I stand corrected... I also maintain a CentOS 5 system. I much prefer
apt over yum though and so when the choice is mine I go with Debian.
Debian 4 has PHP 5.2.0.

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: What PHP version are you using?

by Bugzilla from spam@network-technologies.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Israel Ekpo wrote:
> I would really appreciate some feedback as it will be useful in helping me
> determine which PHP version numbers to do my regression tests against.

I used to write software for 4.1 and above but I am now dropping PHP 4
and will only write for PHP 5 and above. I would still write for PHP4 if
someone would request a custom job but everything else will be 5.

My dev machine is running PHP 5.3 with Suhosin-Patch (ARCH Linux) and my
main server is currently running PHP 5.1 (CentOS 5)

--
John
Intelligent Life
http://xkcd.com/638/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: What PHP version are you using?

by Shawn McKenzie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Israel Ekpo wrote:

> Hi Guys,
>
> I just want to conduct a quick survey to find out what version of PHP people
> are using in their production environments.
>
> I have a PHP extension for Solr that I have set the minimum required version
> as 5.2.11.
>
> http://pecl.php.net/package/solr/
>
> However, most of the PHP users that want to use it are unable to do so
> because the PHP version in the PROD environments is below 5.2.11
>
> They are also nervous about upgrading to newer versions as it will require
> some regression testing.
>
> In my production environment I am using 5.3.0 and most of the people that I
> have contacted seems to be running 5.2.10
>
> When I released the extension, I did all my regression tests against PHP
> 5.2.11 and now I am considering doing regression tests against 5.2.4
> (released 30 August 2007)  and newer versions so that I can set the minimum
> required version to 5.2.4 in order to accommodate more people.
>
> I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4 and
> newer.
>
> I would really appreciate some feedback as it will be useful in helping me
> determine which PHP version numbers to do my regression tests against.
>
> Thanks.
>
Home/Dev: 5.2.15
Web: 5.1.6 (probably should update)

--
Thanks!
-Shawn
http://www.spidean.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: What PHP version are you using?

by Shawn McKenzie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Shawn McKenzie wrote:
>>
> Home/Dev: 5.2.15
> Web: 5.1.6 (probably should update)
>

O.K. so 5.2.15 doesn't exist :-(  That is the Zend debugger version I
have.  I actually have Home/Dev: 5.2.4.

--
Thanks!
-Shawn
http://www.spidean.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: What PHP version are you using?

by O. Lavell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Israel Ekpo wrote:

> Hi Guys,
>
> I just want to conduct a quick survey to find out what version of PHP
> people are using in their production environments.

A few days late to answer perhaps, but in case you still want another
reply: I use 5.2.6, the version that comes with Debian "Lenny". I do not
usually install anything from outside the official Debian archives, makes
my life much easier this way.

[..]

> I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4
> and newer.

That would make sense for us Debian users at least, as explained above.
Other distros I'm not sure about.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Re: What PHP version are you using?

by Israel Ekpo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 12:21 PM, O. Lavell <olavell@...> wrote:

> Israel Ekpo wrote:
>
> > Hi Guys,
> >
> > I just want to conduct a quick survey to find out what version of PHP
> > people are using in their production environments.
>
> A few days late to answer perhaps, but in case you still want another
> reply: I use 5.2.6, the version that comes with Debian "Lenny". I do not
> usually install anything from outside the official Debian archives, makes
> my life much easier this way.
>
> [..]
>
> > I cannot go below 5.2.0 though but I am thinking about starting at 5.2.4
> > and newer.
>
> That would make sense for us Debian users at least, as explained above.
> Other distros I'm not sure about.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Thanks.

I am still looking for responses. So you are not late.

I just finishing testing against 5.2.10 down to 5.2.4. I am not sure how
many people are still using versions between 5.2.0 and 5.2.3

I would like to know those ones too

--
"Good Enough" is not good enough.
To give anything less than your best is to sacrifice the gift.
Quality First. Measure Twice. Cut Once.

Re: Re: What PHP version are you using?

by Martin Scotta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 2:29 PM, Israel Ekpo <israelekpo@...> wrote:

> On Mon, Nov 2, 2009 at 12:21 PM, O. Lavell <olavell@...> wrote:
>
> > Israel Ekpo wrote:
> >
> > > Hi Guys,
> > >
> > > I just want to conduct a quick survey to find out what version of PHP
> > > people are using in their production environments.
> >
> > A few days late to answer perhaps, but in case you still want another
> > reply: I use 5.2.6, the version that comes with Debian "Lenny". I do not
> > usually install anything from outside the official Debian archives, makes
> > my life much easier this way.
> >
> > [..]
> >
> > > I cannot go below 5.2.0 though but I am thinking about starting at
> 5.2.4
> > > and newer.
> >
> > That would make sense for us Debian users at least, as explained above.
> > Other distros I'm not sure about.
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> Thanks.
>
> I am still looking for responses. So you are not late.
>
> I just finishing testing against 5.2.10 down to 5.2.4. I am not sure how
> many people are still using versions between 5.2.0 and 5.2.3
>
> I would like to know those ones too
>
> --
> "Good Enough" is not good enough.
> To give anything less than your best is to sacrifice the gift.
> Quality First. Measure Twice. Cut Once.
>

Hi!

I develop for 4.3.10 and 5.2.6 at work.
At home I use 5.2.9, it was installed by xubuntu

Our hosting providers have 5.2.0 or 5.2.4

--
Martin Scotta

Re: Re: What PHP version are you using?

by Bugzilla from spam@network-technologies.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Israel Ekpo wrote:
> I just finishing testing against 5.2.10 down to 5.2.4. I am not sure how
> many people are still using versions between 5.2.0 and 5.2.3
> I would like to know those ones too

Well anybody running CentOS 5 or RedHat Linux Enterprise 5 using the
official repo will be using PHP 5.1.x so you might want to thing twice
about going any higher then that.

--
John
Insanity in individuals is something rare - but in groups, parties,
nations and epochs, it is the rule.
[Friedrich Nietzsche]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: Re: What PHP version are you using?

by Bob McConnell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

From: John Black
> Israel Ekpo wrote:
>> I just finishing testing against 5.2.10 down to 5.2.4. I am not sure
how
>> many people are still using versions between 5.2.0 and 5.2.3
>> I would like to know those ones too
>
> Well anybody running CentOS 5 or RedHat Linux Enterprise 5 using the
> official repo will be using PHP 5.1.x so you might want to thing twice

> about going any higher then that.

I just checked the Red Hat 5.4 manifest and it shows php-5.1.6-23.el5 -
php-5.1.6-23.2.el5_3. CentOS simply repackages the Red Hat kit without
the proprietary bits. I don't understand why they are so far behind on a
build that was just released last month, but our hosting service only
provides what's in the official release.

Bob McConnell

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: Re: What PHP version are you using?

by Bugzilla from spam@network-technologies.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bob McConnell wrote:
> I just checked the Red Hat 5.4 manifest and it shows php-5.1.6-23.el5 -
> php-5.1.6-23.2.el5_3. CentOS simply repackages the Red Hat kit without
> the proprietary bits. I don't understand why they are so far behind on a
> build that was just released last month, but our hosting service only
> provides what's in the official release.

I just check the CentOS repo and the repo lists
php-5.1.6-23.2.el5_3.x86_64.rpm as latest.
So CentOS is as upto date as RedHat, the way it should be.

--
John
Define: Ubuntard => The drivel this guy spews is inane and forgettable
stuff, characterized by comments that treat Ubuntu as if it is the only
distribution in existence.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

< Prev | 1 - 2 | Next >