Upgrading from PHP 4.2.3 to 4.3.4 consequences ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • S. Crespel

    Upgrading from PHP 4.2.3 to 4.3.4 consequences ?

    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

    #2
    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@glassgian t.com


    I have a spam filter. Please include "PHP" in the
    subject line to ensure I'll get your message.

    Comment

    • Crespel Sebastien

      #3
      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@glassgia nt.com> a écrit dans le message de news:
      40055CE1.44A9C6 75@glassgiant.c om...[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@glassgian t.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]


      Comment

      • Wayne

        #4
        Re: Upgrading from PHP 4.2.3 to 4.3.4 consequences ?

        On Wed, 14 Jan 2004 16:02:59 +0100, "S. Crespel" <jmgseb@worldne t.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.

        Comment

        Working...