From d39bd31291612c8ddc4a2bbb63bb52e9914cfd12 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 24 Jan 2004 00:42:40 +0000 Subject: [PATCH] This is a definitive 'must' --- README.PHP4-TO-PHP5-THIN-CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES index a8caec956e..9d2f635fb7 100644 --- a/README.PHP4-TO-PHP5-THIN-CHANGES +++ b/README.PHP4-TO-PHP5-THIN-CHANGES @@ -53,7 +53,7 @@ variables_order setting. As in, the CLI version will now always populate the global $argc and $argv variables. -8. Classes should be declared before used : +8. Classes must be declared before used: echo(); -- 2.50.1