Connecting Tech Pros Worldwide Help | Site Map

Upgrading from PHP 4.2.3 to 4.3.4 consequences ?

S. Crespel
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

Where can I find informations about consequences of upgrading from PHP
4.2.3 to 4.3 regarding existing PHP applications ?

I have lots of existing PHP (4.2.3) scripts, will everything still work
if I upgrade PHP to 4.3 ? What changes have to be done ?

(Solaris 8, Apache 1.3.28, Oracle 8.1.9.3)

Thanks,

Seb

Shawn Wilson
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Upgrading from PHP 4.2.3 to 4.3.4 consequences ?


"S. Crespel" wrote:[color=blue]
>
> Hi,
>
> Where can I find informations about consequences of upgrading from PHP
> 4.2.3 to 4.3 regarding existing PHP applications ?
>
> I have lots of existing PHP (4.2.3) scripts, will everything still work
> if I upgrade PHP to 4.3 ? What changes have to be done ?
>
> (Solaris 8, Apache 1.3.28, Oracle 8.1.9.3)[/color]

You could search php.net for the changelogs, for starters.

Regards,
Shawn
--
Shawn Wilson
shawn@glassgiant.com
http://www.glassgiant.com

I have a spam filter. Please include "PHP" in the
subject line to ensure I'll get your message.
Crespel Sebastien
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Upgrading from PHP 4.2.3 to 4.3.4 consequences ?


Hi,

I read them, not very digest and not very usefull. I'd like something more
convenient. I've heard somrthing about function parameter problems, object's
constructors and destructors, aso ..
Of course I'll build a test pateform but I need to have an idea of how much
time it will take.

Not a clue ? Nowhere ?

I did find nothing in php.net nor easily with google.

Thanks,

Seb

"Shawn Wilson" <shawn@glassgiant.com> a écrit dans le message de news:
40055CE1.44A9C675@glassgiant.com...[color=blue]
> "S. Crespel" wrote:[color=green]
> >
> > Hi,
> >
> > Where can I find informations about consequences of upgrading from PHP
> > 4.2.3 to 4.3 regarding existing PHP applications ?
> >
> > I have lots of existing PHP (4.2.3) scripts, will everything still work
> > if I upgrade PHP to 4.3 ? What changes have to be done ?
> >
> > (Solaris 8, Apache 1.3.28, Oracle 8.1.9.3)[/color]
>
> You could search php.net for the changelogs, for starters.
>
> Regards,
> Shawn
> --
> Shawn Wilson
> shawn@glassgiant.com
> http://www.glassgiant.com
>
> I have a spam filter. Please include "PHP" in the
> subject line to ensure I'll get your message.[/color]


Wayne
Guest
 
Posts: n/a
#4: Jul 17 '05

re: Upgrading from PHP 4.2.3 to 4.3.4 consequences ?


On Wed, 14 Jan 2004 16:02:59 +0100, "S. Crespel" <jmgseb@worldnet.fr>
wrote:
[color=blue]
>Hi,
>
>Where can I find informations about consequences of upgrading from PHP
>4.2.3 to 4.3 regarding existing PHP applications ?
>
>I have lots of existing PHP (4.2.3) scripts, will everything still work
>if I upgrade PHP to 4.3 ? What changes have to be done ?[/color]

I did it. No pain what so ever; worked exactly the same as PHP 4.2.3.
My advice (and it's what I did) is test your scripts on another
upgraded box (even on Windows) before upgrading your production
machine. That's common sense.

Closed Thread