PHP 4 vs. 5? Why 2 version?

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

    PHP 4 vs. 5? Why 2 version?

    OK. I am confused, why is there a 4 and 5 version being updated by
    the PHP team? Are they updating bugs in 4 and want everyone to go to
    5?

    Confused
  • Janwillem Borleffs

    #2
    Re: PHP 4 vs. 5? Why 2 version?

    David wrote:
    OK. I am confused, why is there a 4 and 5 version being updated by
    the PHP team? Are they updating bugs in 4 and want everyone to go to
    5?
    >
    It's quite common that previous software versions are maintained for a while
    after releasing new versions.

    PHP 4 will probably be maintained for quite a while, because it's still the
    most applied version on the web.


    JW


    Comment

    • Petr Vileta

      #3
      Re: PHP 4 vs. 5? Why 2 version?

      "David" <dm_fw@sbcgloba l.netwrote in
      news:hvf6f29deo ji1fgs1526hm5fi r7klk76k1@4ax.c om...
      OK. I am confused, why is there a 4 and 5 version being updated by
      the PHP team? Are they updating bugs in 4 and want everyone to go to
      5?
      >
      I'm still using PHP4 on my server because PHP5 still have too many bugs for
      me :-)
      And I'm not alone I assume...

      --

      Petr Vileta, Czech republic
      (My server rejects all messages from Yahoo and Hotmail. Send me your mail
      from another non-spammer site please.)


      Comment

      • Richard Levasseur

        #4
        Re: PHP 4 vs. 5? Why 2 version?


        Petr Vileta wrote:
        I'm still using PHP4 on my server because PHP5 still have too many bugs for
        me :-)
        And I'm not alone I assume...

        Which bugs are these? I've been running 5 for a year now and haven't
        run into any problems with PHP.

        Comment

        • NC

          #5
          Re: PHP 4 vs. 5? Why 2 version?

          David wrote:
          >
          I am confused, why is there a 4 and 5 version being updated
          by the PHP team?
          Read the change logs:

          PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

          PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

          Are they updating bugs in 4 and want everyone to go to 5?
          They may want whatever they please, but there will be plenty of users
          that will stick to PHP 4 for the time being. There's a lot of code out
          there written in PHP 4, and plenty of people will rather stay with PHP
          4 than risk their applications to stop working correctly with PHP 5.

          Cheers,
          NC

          Comment

          • Chung Leong

            #6
            Re: PHP 4 vs. 5? Why 2 version?

            Petr Vileta wrote:
            "David" <dm_fw@sbcgloba l.netwrote in
            news:hvf6f29deo ji1fgs1526hm5fi r7klk76k1@4ax.c om...
            OK. I am confused, why is there a 4 and 5 version being updated by
            the PHP team? Are they updating bugs in 4 and want everyone to go to
            5?
            I'm still using PHP4 on my server because PHP5 still have too many bugs for
            me :-)
            And I'm not alone I assume...
            Until a few months ago www.php.net was running on PHP4. It was sort of
            funny. See
            Using results from Netcraft's internet data mining, find out the technologies and infrastructure of http://www.php.net.


            www.phpbuilder.com, www.phpfreaks.com, and www.phparch.com are still on
            PHP 4.

            Comment

            • Loafer

              #7
              Re: PHP 4 vs. 5? Why 2 version?

              On 29 Aug 2006 12:27:11 -0700, "NC" <nc@iname.comwr ote:
              >David wrote:
              >>
              >I am confused, why is there a 4 and 5 version being updated
              >by the PHP team?
              >
              >Read the change logs:
              >
              >http://www.php.net/ChangeLog-4.php
              >http://www.php.net/ChangeLog-5.php
              >
              >Are they updating bugs in 4 and want everyone to go to 5?
              >
              >They may want whatever they please, but there will be plenty of users
              >that will stick to PHP 4 for the time being. There's a lot of code out
              >there written in PHP 4, and plenty of people will rather stay with PHP
              >4 than risk their applications to stop working correctly with PHP 5.
              >
              >Cheers,
              >NC
              There also seem to be a *lot* of tutorials out there, and example
              code, that need a lot of tweaking to run on PHP5. That was my
              intro to PHP, because I didn't know the difference and installed
              PHP5 because I figured it would be backward compatible. It was
              frustrating, but kind of fun, too. Now I wouldn't care to go back
              to PHP4.
              --
              Roger

              --
              Posted via a free Usenet account from http://www.teranews.com

              Comment

              • Wayne

                #8
                Re: PHP 4 vs. 5? Why 2 version?

                On Tue, 29 Aug 2006 01:28:01 +0200, "Petr Vileta"
                <stoupa@practis oft.czwrote:
                >"David" <dm_fw@sbcgloba l.netwrote in
                >news:hvf6f29de oji1fgs1526hm5f ir7klk76k1@4ax. com...
                >OK. I am confused, why is there a 4 and 5 version being updated by
                >the PHP team? Are they updating bugs in 4 and want everyone to go to
                >5?
                >>
                >I'm still using PHP4 on my server because PHP5 still have too many bugs for
                >me :-)
                PHP5 is probably more stable than PHP4, now.
                >And I'm not alone I assume...
                I run a few servers on PHP4 simply because that software doesn't
                support PHP5 and it's not worth my trouble to port it. That's
                basically the only reason anyone should be using PHP4.

                Comment

                Working...