mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
Fixed Maruku's style warning in "Register Globals" chapter
This commit is contained in:
@@ -4,7 +4,7 @@ isChild: true
|
||||
|
||||
## Register Globals
|
||||
|
||||
<strong>NOTE:</strong> As of PHP 5.4.0 the `register_globals` setting has been removed and can no
|
||||
**NOTE:** As of PHP 5.4.0 the `register_globals` setting has been removed and can no
|
||||
longer be used. This is only included as a warning for anyone in the process of upgrading a legacy application.
|
||||
|
||||
When enabled, the `register_globals` configuration setting that makes several types of variables (including ones from
|
||||
|
Reference in New Issue
Block a user