This is a very early news, and I have discussed it in the forum. One wishlist: 1 proposed by RasmusLerdorf, the creator of PHP in August this year. Discard global variables completely 2. delete MagicQuotes3. add an input filter extension to replace MagicQuotes, provide
This is a very early news, and I have discussed it in the forum.
A wishlist proposed by Rasmus Lerdorf, a PHP startup in August this year:
1. Discard global variables
2. delete Magic Quotes
3. add a filter extension to replace Magic Quotes, and provide a mechanism for developers to easily close or enable this function. Instead
Determine whether or not the server's GPC is enabled, as we do now.
4. by default, opcode cache is used to optimize code performance. Currently, PECL or APC is widely used, but an official solution is obviously better.
5. delete the Safety Mode safe_mode and improve open_basedir.
6. delete the content marked as expired deprecated in PHP3/4.
The other two are considered, but they are of little significance:
7. the identifier (variable name, function name, and label used in the program) is case sensitive.
8. delete the alias of various functions