3. New features in PHP5.5 3.1.PHP5.5 and the list of new features and proposals are quite large, and they are not sorted by importance. Therefore, if you do not want to read it all over again, I am most excited about four features: a simple password hashed API: scalar type prompts: Getter and Setter: generator now, let's take a look at PHP5.5
3. New features in PHP 5.5 3.1.new features in PHP 5.5 and a list of proposals are quite large, and they are not sorted by importance. Therefore, if you do not want to read it all over again, I am most excited about four features: a simple password hashed API: scalar type prompts: Getter and Setter: generator now, let's take a look at PHP5.5
3. New features in PHP 5.5
3.1.PHP 5.5 New Features
The list of new features and proposals is quite large, and they are not sorted by importance. Therefore, if you don't want to read it all over again, I am most excited here:
: A simple password hash API
: Scalar type prompt
: Getter and Setter
: Generator
Now, let's take a look at the features that may be added to PHP5.5:
3.1.1 discard support for Windows XP and 2003
3.1.2. Discard the e Modifier
The e modifier indicates that the preg_replace function is used to evaluate the replacement string as the PHP code, not just a simple string replacement. As expected, this kind of behavior will continue to cause security problems. This is why a discard warning is thrown when this modifier is used in php5.5. As an alternative, you should use the preg_replace_callback function. You can find