Welcome to the Webmaster Forum.
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Mar 2010
    Posts
    30
    Rep Power
    4

    Default Some information about PHP6

    PHP developers should be aware of this, so that your scripts will be able to upgrade if needed, when the time comes. Although the PHP 6 development process has been a slow one, it is coming.

    Some of the most important things to know is that most of the bad language features, such as:

    * magic_quotes
    * register_globals
    * register_long_arrays
    * safe_mode

    are being taken out completely. It is well known that using these features in PHP 5 are a bad practice.

    Some good things that are being added:

    * Improved Unicode Support
    * Namespaces (!)

    Also, the SOAP extension will be enabled by default.

    Short ASP style tags will be taken out completely. You must use PHP tags if you want your scripts to work.

    The ereg family of functions will not be included by default! You must use perl-compatible regular expressions if you want to use regular expressions in your scripts, unless you enable the POSIX package.

    In short, PHP6 is going to be cleaner, leaner, and better that its predecessors.

  2. #2
    Join Date
    Mar 2010
    Location
    Netherlands
    Posts
    242
    Rep Power
    6

    Default

    Interesting, good they are always improving, too bad I got very little knowledge of PHP coding
    Bad Ass Creator!

  3. #3
    Join Date
    Feb 2010
    Location
    England
    Posts
    946
    Rep Power
    8

    Default

    PHP6?

    They only just sorted out PHP5.
    ...

  4. #4
    Join Date
    Feb 2010
    Posts
    589
    Rep Power
    6

    Default

    oh sounds nice
    dont know php very well but yeah its even not like i dont know atall
    understood few things and they sound to be nice
    Thanks for the info

  5. #5
    Join Date
    Aug 2010
    Posts
    2
    Rep Power
    0

    Default

    The best news is that they will be adding .Net functionality. So you can easily use .Net assemblies.

    http://www.php.net/manual/en/dotnet.intro.php
    Last edited by FadedHearts; 08-04-2010 at 10:01 AM.
    Looking for an ecommerce facility with a shopping cart

  6. #6
    Join Date
    Jul 2010
    Posts
    9
    Rep Power
    0

    Default

    " * magic_quotes
    * register_globals
    * register_long_arrays
    * safe_mode "
    command are really unusable in PHP 5.
    I was waiting for the PHP 6.This PHP 6 has become popular already in public for its easy use style.
    I am eagerly waiting for its full version.As far i know it isn't available now.Is it???

  7. #7
    Join Date
    Jul 2010
    Posts
    322
    Rep Power
    3

    Default

    As far as I know, it's not yet available but I've heard that it has lots of new features and it removes some backwards-compatibility features.

  8. #8
    Join Date
    Nov 2010
    Posts
    17
    Rep Power
    0

    Default

    Very nice information. I've learned something useful here.

  9. #9
    Join Date
    Nov 2010
    Location
    India
    Posts
    41
    Rep Power
    2

    Default

    This is unique and well informed words. I will follow your rules.

  10. #10
    Join Date
    Jan 2011
    Location
    Houston
    Posts
    68
    Rep Power
    2

    Default

    Quote Originally Posted by shalon18 View Post
    " * magic_quotes
    * register_globals
    * register_long_arrays
    * safe_mode "
    command are really unusable in PHP 5.
    I was waiting for the PHP 6.This PHP 6 has become popular already in public for its easy use style.
    I am eagerly waiting for its full version.As far i know it isn't available now.Is it???
    Yes, it was released in April as the powerful Unix based tool "Sed" was used in PHP 5.3.2 to transform into PHP6.


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Back to top