From fee352d7741ff8af99fe51ec94dfba485a1276fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Benkel?= Date: Sat, 28 Jul 2012 22:30:41 +0200 Subject: [PATCH] Fixed Maruku's style warning in "Register Globals" chapter --- _posts/07-06-01-Register-Globals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-06-01-Register-Globals.md b/_posts/07-06-01-Register-Globals.md index 6be5270..19bdc8c 100644 --- a/_posts/07-06-01-Register-Globals.md +++ b/_posts/07-06-01-Register-Globals.md @@ -4,7 +4,7 @@ isChild: true ## Register Globals -NOTE: 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