What is the future of PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nagamalli26
    New Member
    • Jun 2007
    • 3

    What is the future of PHP?

    what is the future of php language?
  • bonski
    New Member
    • Jun 2007
    • 53

    #2
    Originally posted by nagamalli26
    what is the future of php language?
    fun and money.. hahaha...

    Comment

    • ronnil
      Recognized Expert New Member
      • Jun 2007
      • 134

      #3
      [CODE=php]if(PHP == Microsoft)
      {
      while(1)
      {
      //screw things up, find out you did so and put a new name after the original language
      $lang_name .= fun_abbrevation ();
      }
      } else {
      //do nothing, cause it's working :P
      }[/CODE]


      couldn't help it ;P

      Comment

      • pbmods
        Recognized Expert Expert
        • Apr 2007
        • 5821

        #4
        Changed thread title to be meaningful.

        Well, PHP is looking at version 6 right now.

        I think we're going to be seeing a (eventually, probably version 7 or 8) truly object-oriented language with powerful extensibility (though the latter is already the case!).

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by ronnil
          [CODE=php]if(PHP == Microsoft)
          {
          while(1)
          {
          //screw things up, find out you did so and put a new name after the original language
          $lang_name .= fun_abbrevation ();
          }
          } else {
          //do nothing, cause it's working :P
          }[/CODE]


          couldn't help it ;P
          Yah, they were gonna go with PHP.NET, but that one was already taken.

          Comment

          • Atli
            Recognized Expert Expert
            • Nov 2006
            • 5062

            #6
            OOP!

            I love object orientation, and so far PHP has been somewhat disapointing in that arena, although they made some improvements in PHP 5, im hoping they will buff it up and add stuff like namespaces and (usefull) static classes. (Which according to the article posted above, they will :D)

            Comment

            Working...