how many of you are still using PHP4.x instead of PHP5.x ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #1

    how many of you are still using PHP4.x instead of PHP5.x ?

    hosting companies: which one of you still have PHP4 installed on your servers ?

    PHP developers: how many of you still have (or write) codes written at the "PHP4 age" that won't use the new features on PHP5.x of even worse: won't work on PHP5.x ?
    * Mainstream ? $65 per sale
    * new male contraception
  • rhcp011235
    Confirmed User
    • Sep 2007
    • 538

    #2
    I always try to keep my software up2date. Newer the better normally plus php5 has a lot of neat features.
    Skype rhcp011235 | Cell Phone 212.812.9043 | Email [email protected]

    Comment

    • Varius
      Confirmed User
      • Jun 2004
      • 6890

      #3
      My servers are all at 5.2.x right now.
      Skype variuscr - Email varius AT gmail

      Comment

      • WZRogeR
        My Sig was too Big! :(
        • Feb 2006
        • 1126

        #4
        5.2.x only now

        Comment

        • V_RocKs
          Damn Right I Kiss Ass!
          • Nov 2003
          • 32451

          #5
          I use PHP 1.7
          It has everything I need except MYSQL, cURL and a few other useless things.

          Comment

          • facialfreak
            Confirmed User
            • Feb 2005
            • 3018

            #6
            Most of my servers are PHP 5.2.4 -- except for a couple dedicated clients who specifically asked NOT to be upgraded because the software they are using is not optimized for PHP5

            Managed Shared Hosting starting at $4.99/mo
            Managed VPS starting at $29.99/mo


            Comment

            • testpie
              Mostly retired
              • Apr 2006
              • 3231

              #7
              Originally posted by Zester
              PHP developers: how many of you still have (or write) codes written at the "PHP4 age" that won't use the new features on PHP5.x of even worse: won't work on PHP5.x ?
              I'll admit to that - got plenty of stuff lying around on my testbed which still uses variable names instead of $_POST['variable'], which means a lot of rewriting to do if I ever want to put that code into production.

              Although I'm sure some PHPro will come in here and inform me that the reason for this wasn't the change from PHP 4 to 5, but because of less-than-stringent php.ini settings.

              Affiliates: DogFart ~ Domain parking: NameDrive ~ Traffic broker: Traffic Holder

              Comment

              • baddog
                So Fucking Banned
                • Apr 2001
                • 107089

                #8
                Our default install is 4.*

                Comment

                • Zester
                  Confirmed User
                  • Jul 2003
                  • 5344

                  #9
                  Originally posted by baddog
                  Our default install is 4.*
                  why is that ? backward compatibility ? too many programmers need 4.* ?
                  * Mainstream ? $65 per sale
                  * new male contraception

                  Comment

                  • fris
                    I have to go potty
                    • Aug 2002
                    • 55792

                    #10
                    runnin 4.* is like running ms dos these days
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                    My Newest Theme

                    Comment

                    • baddog
                      So Fucking Banned
                      • Apr 2001
                      • 107089

                      #11
                      Originally posted by Zester
                      why is that ? backward compatibility ? too many programmers need 4.* ?
                      We use the DirectAdmin control panel, that's what it comes with.

                      Comment

                      • The Duck
                        Adult Content Provider
                        • May 2005
                        • 18243

                        #12
                        I changed like 6 months ago.
                        Skype Horusmaia
                        ICQ 41555245
                        Email [email protected]

                        Comment

                        • Zester
                          Confirmed User
                          • Jul 2003
                          • 5344

                          #13
                          Originally posted by fris
                          runnin 4.* is like running ms dos these days

                          exaggerations... exaggerations...
                          * Mainstream ? $65 per sale
                          * new male contraception

                          Comment

                          • k0nr4d
                            Confirmed User
                            • Aug 2006
                            • 9231

                            #14
                            Originally posted by Zester
                            hosting companies: which one of you still have PHP4 installed on your servers ?
                            You would not believe how many hosting companies still install php4.
                            Mechanical Bunny Media
                            Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                            Comment

                            • Zester
                              Confirmed User
                              • Jul 2003
                              • 5344

                              #15
                              Originally posted by k0nr4d
                              You would not believe how many hosting companies still install php4.
                              30% ?
                              _____________________________
                              * Mainstream ? $65 per sale
                              * new male contraception

                              Comment

                              • rowan
                                Too lazy to set a custom title
                                • Mar 2002
                                • 17393

                                #16
                                I think I only have one server left that's running 4, and it's about to be retired. I don't specifically code for 5+ but I did have to make some modifications when I installed it. This kind of thing works in 4, but gets stuck in an endless loop in 5:

                                $i = 0; while (isset($blah[$i])) $blah[$i] = trim($blah[$i++]);

                                (I know you can use array_walk, but I coded that before I'd heard of that function.)

                                Comment

                                • roly
                                  Confirmed User
                                  • Aug 2002
                                  • 1844

                                  #17
                                  Originally posted by baddog
                                  We use the DirectAdmin control panel, that's what it comes with.
                                  i use directadmin and it can come with 4.4 and/or 5.2 also. anyway upgrading is very simple with custombuild.
                                  Last edited by roly; 08-05-2008, 01:26 AM.

                                  Comment

                                  Working...