RE: [PHP] Upgrading PHP versions

2009-11-20 Thread Bob McConnell
neral@lists.php.net Subject: RE: [PHP] Upgrading PHP versions Bob - I checked the changelog - 99% of it are bug fixes I don't see anything about 5.2.x features not being available as you suggest. But thanks for the reply. -Original Message- From: Bob McConnell [mailto:r...@cbord.

Re: [PHP] Upgrading PHP versions

2009-11-20 Thread Brady Mitchell
> We are currently using PHP version 5.2.6. in production, and I'd like to > upgrade to the latest 5.3.1 Before upgrading production, upgrade your staging server and do QA. Any big changes like this should be tested in staging before being pushed to production. Also take a look at http://php.net/C

RE: [PHP] Upgrading PHP versions

2009-11-20 Thread David Stoltz
toltz; php-general@lists.php.net Subject: RE: [PHP] Upgrading PHP versions Assumption 2 is invalid. You need to take a close look at the change log. Many "features" from 5.2 are no longer available and will break code that depends on them. Bob McConnell -Original Message- Fro

RE: [PHP] Upgrading PHP versions

2009-11-20 Thread Bob McConnell
0:50 AM To: php-general@lists.php.net Subject: [PHP] Upgrading PHP versions Hi, We are currently using PHP version 5.2.6. in production, and I'd like to upgrade to the latest 5.3.1 My Assumptions: - I can simply download the Windows binary file, and install it. - None of the 5.2.6 code will br

[PHP] Upgrading PHP versions

2009-11-20 Thread David Stoltz
Hi, We are currently using PHP version 5.2.6. in production, and I'd like to upgrade to the latest 5.3.1 My Assumptions: - I can simply download the Windows binary file, and install it. - None of the 5.2.6 code will break Will there be a momentary interruption of web services during the install?

RE: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread T.N.Prasad
6:51 PM To: T.N.Prasad Cc: php-general@lists.php.net Subject: Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2 T.N.Prasad wrote: >HI All, > >Our company servers are being upgraded from 4.2.3 to 4.3.2. > >Is there any special care that I should take (as far as my scripts are >concer

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Evert | Rooftop
T.N.Prasad wrote: HI All, Our company servers are being upgraded from 4.2.3 to 4.3.2. Is there any special care that I should take (as far as my scripts are concerned)? Plz help me. I'm new to PHP. Thanks TNP Professional Services ZUSTEK INDIA __

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Evert | Rooftop
Burhan Khalid wrote: Tim Burgan wrote: Can I extend this.. On a live server I have PHP 4.1. If I upgrade to PHP 5, is something likely to stop working? 99% yes. Especially if you really mean 4.1.0 -- that's quite old. I'd say 90% no :) Evert -- PHP General Mailing List (http://www.php

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Burhan Khalid
Tim Burgan wrote: Can I extend this.. On a live server I have PHP 4.1. If I upgrade to PHP 5, is something likely to stop working? 99% yes. Especially if you really mean 4.1.0 -- that's quite old. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Tim Burgan
Can I extend this.. On a live server I have PHP 4.1. If I upgrade to PHP 5, is something likely to stop working? I've been putting off upgrading for months because of the unknown of something going wrong. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Torgny Bjers
T.N.Prasad wrote: >HI All, > >Our company servers are being upgraded from 4.2.3 to 4.3.2. > >Is there any special care that I should take (as far as my scripts are >concerned)? > >Plz help me. I'm new to PHP. > Hello, You don't have to worry at all. Nothing have changed between those version

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread John Nichel
T.N.Prasad wrote: HI All, Our company servers are being upgraded from 4.2.3 to 4.3.2. Is there any special care that I should take (as far as my scripts are concerned)? Plz help me. I'm new to PHP. In theory, no. However, theory can get you into trouble. Check the change log, and if p

RE: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Jim Moseby
> -Original Message- > From: T.N.Prasad [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 9:00 AM > To: php-general@lists.php.net > Subject: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2 > Importance: High > > > HI All, > > Our company servers are b

[PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread T.N.Prasad
HI All, Our company servers are being upgraded from 4.2.3 to 4.3.2. Is there any special care that I should take (as far as my scripts are concerned)? Plz help me. I'm new to PHP. Thanks TNP Professional Services ZUSTEK INDIA __

Re: [PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-21 Thread Jochem Maas
Richard Lynch wrote: James Butler wrote: My main issue is that libdb-4.0.so is needed by existing installations of curl, python, pam, cyrus, webalizer, db4, perl, postfix, sendmail, perl-DB_File and on and on. And that's not even close to the end of the old program dependencies list. Upgrading via

Re: [PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-21 Thread Richard Lynch
James Butler wrote: > My main issue is that libdb-4.0.so is needed by existing installations > of curl, python, pam, cyrus, webalizer, db4, perl, postfix, sendmail, > perl-DB_File and on and on. And that's not even close to the end of the > old program dependencies list. > > Upgrading via rpm is go

Re: [PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-20 Thread Bret Hughes
On Thu, 2005-01-20 at 18:12, James Butler wrote: > Greetings, > > Has anyone successfully upgraded a PHP 4.2.2 installation on a > Red Hat 9 machine to a more secure version? > > I just want any more-secure version of PHP than 4.2.2, but it's looking > like I'll have to use Fedora or Gentoo or Ma

[PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-20 Thread James Butler
Greetings, Has anyone successfully upgraded a PHP 4.2.2 installation on a Red Hat 9 machine to a more secure version? I just want any more-secure version of PHP than 4.2.2, but it's looking like I'll have to use Fedora or Gentoo or Mandrake or something in order to be successful. Of course, this

[PHP] Upgrading PHP 4.1.2 to Current

2003-06-15 Thread Davy Campano
I am pretty new to Linux and I was wondering if someone can point me in the right direction on upgrading packages. Right now, I am looking to upgrade PHP but actually I would just like to understand how to do any upgrades. Do I have to recompile??? If so, how do I do this? Thanks for any hel

[PHP] Upgrading PHP windows binaries

2002-11-27 Thread Simon Dedeyne
Hi, I want to see if I can use PHP 4.3.0RC1, and downloaded the windows binaries. Currently I'm using PHP 4.2.3 on a Win NT and XP OS, I've made the installation with the phpdev package from firepages. My question. What files do I have to change so I don't have to reinstall my Apache and Mysql

Re: [PHP] Upgrading PHP on Redhat

2002-09-09 Thread ing.Martin Prásek
- Original Message - From: "David Yee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 10:59 PM Subject: [PHP] Upgrading PHP on Redhat > Hi all. What's the correct procedure to upgrade PHP (in this case 4.0.6) on > a Red Ha

Re: [PHP] Upgrading PHP on Redhat

2002-09-08 Thread Jan Kudrman
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 10:59 PM Subject: [PHP] Upgrading PHP on Redhat > Hi all. What's the correct procedure to upgrade PHP (in this case 4.0.6) on > a Red Hat system? Usually I just get the PHP tarball compile it myself but > for

[PHP] Upgrading PHP on Redhat

2002-09-08 Thread David Yee
Hi all. What's the correct procedure to upgrade PHP (in this case 4.0.6) on a Red Hat system? Usually I just get the PHP tarball compile it myself but for this particular machine I just want to upgrade the Redhat PHP that's on the system. As you guys know Redhat puts its PHP (and Apache) files i

Re: [PHP] upgrading php...

2002-07-02 Thread Julie Meloni
PS> Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth PS> my time and trouble to upgrade to a newer version of PHP? yes. It should take about 15 minutes, unless your download connection is slow. :) PS> Is this hard to do? No. Download zip file. Extract contents. Move a

RE: [PHP] upgrading php...

2002-07-02 Thread Lazor, Ed
I think there were security updates in the newer version that you'll benefit from, so it's worth your time. Check the README file for the new download. There are notes on upgrading. -Original Message- Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth my time and tr

Re: [PHP] upgrading php...

2002-07-02 Thread Jason Wong
On Wednesday 03 July 2002 02:10, Phil Schwarzmann wrote: > Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth I was going to say php 4.0.5 has a vulnerability, but then you're using Win98 :) > my time and trouble to upgrade to a newer version of PHP? Before you upgrade

Re: [PHP] upgrading php...

2002-07-02 Thread Andrew Brampton
x27;t forget to restart apache for good measures) Andrew - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 7:10 PM Subject: [PHP] upgrading php... > Currently I'm using php 4.0.5 on Win98/apa

[PHP] upgrading php...

2002-07-02 Thread Phil Schwarzmann
Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth my time and trouble to upgrade to a newer version of PHP? Is this hard to do? Any links to info on how to upgrade ?? Thanks!

Re: [PHP] Upgrading PHP

2002-02-28 Thread Jeff Bearer
One issue I've come across is if you have a site up and running, make php and install php and make and install apache, php won't be upgraded. You need to stop apache before you install the new apache so. after you make apache, stop the running apache, install apache, and then start apache up aga

Re: [PHP] Upgrading PHP

2002-02-28 Thread PHP List
>php it will register the 4.1.2 module. > > > >Mike > >- Original Message - > >From: "Frank Miller" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Thursday, February 28, 2002 4:32 PM > >Subject: [PHP] Upgrading

Re: [PHP] Upgrading PHP

2002-02-28 Thread Michael Kimsal
Frank Miller wrote: > Thanks for the reply. I have another question. If I have to recompile > Apache can I take this opportunity to upgrade it as well. I'm using > 1.3.14 but would like to upgrade to a more recent version. Also, I > remember when I compiled PHP the first time I had to have t

Re: [PHP] Upgrading PHP

2002-02-28 Thread Frank Miller
ou recompile apache as a whole. >It's still using the php4.0.3 module, and when you recompile with the new >php it will register the 4.1.2 module. > >Mike >- Original Message - >From: "Frank Miller" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> &

[PHP] Upgrading PHP

2002-02-28 Thread Frank Miller
All, I have a question about upgrading php. With the CERT advisory coming yesterday and the quick response from the PHP website I thought today would be a good day to upgrade my PHP. I initially installed the php 4.03 src in /usr/src and built it as an apache module DSO. To

[PHP] Upgrading PHP

2001-05-14 Thread Joseph Bannon
Does anyone know of instructions on upgrading PHP? J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]