[PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
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: [PHP] What PHP version are you using?

2009-10-29 Thread Fernando Castillo Aparicio
5.2.8, but testing 5.3 in local environment.



  

Re: [PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
On Thu, Oct 29, 2009 at 11:15 AM, Fernando Castillo Aparicio 
f_c_a_1...@yahoo.es 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: [PHP] What PHP version are you using?

2009-10-29 Thread Robert Cummings

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: [PHP] What PHP version are you using?

2009-10-29 Thread tedd

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



Re: [PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
On Thu, Oct 29, 2009 at 11:47 AM, tedd tedd.sperl...@gmail.com 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: [PHP] What PHP version are you using?

2009-10-29 Thread mrfroasty


 5.2.11 here...


Gr
mrfroasty


Israel Ekpo wrote:

On Thu, Oct 29, 2009 at 11:47 AM, tedd tedd.sperl...@gmail.com 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: [PHP] What PHP version are you using?

2009-10-29 Thread Tom Barrett
2009/10/29 Israel Ekpo israele...@gmail.com

 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: [PHP] What PHP version are you using?

2009-10-29 Thread Dan McCullough
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 t...@miramedia.co.uk wrote:

 2009/10/29 Israel Ekpo israele...@gmail.com

  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: [PHP] What PHP version are you using?

2009-10-29 Thread Israel Ekpo
On Thu, Oct 29, 2009 at 12:30 PM, Dan McCullough
dan.mccullo...@gmail.comwrote:

 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 t...@miramedia.co.uk wrote:

  2009/10/29 Israel Ekpo israele...@gmail.com
 
   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: [PHP] What PHP version are you using?

2009-10-29 Thread Robert Cummings

Tom Barrett wrote:

2009/10/29 Israel Ekpo israele...@gmail.com


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: [PHP] What PHP version are you using?

2009-10-29 Thread John Black

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