From: Marcus Boerger Date: Sat, 24 Jan 2004 00:42:40 +0000 (+0000) Subject: This is a definitive 'must' X-Git-Tag: php_ibase_before_split~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d39bd31291612c8ddc4a2bbb63bb52e9914cfd12;p=php This is a definitive 'must' --- 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();