]> granicus.if.org Git - php/commitdiff
This is a definitive 'must'
authorMarcus Boerger <helly@php.net>
Sat, 24 Jan 2004 00:42:40 +0000 (00:42 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 24 Jan 2004 00:42:40 +0000 (00:42 +0000)
README.PHP4-TO-PHP5-THIN-CHANGES

index a8caec956e0c0a4c60ac759e96b2bb6dea7b34f9..9d2f635fb77e72af48dd081001b614ba91b2e380 100644 (file)
@@ -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:
    <?php
    $test = new fubar();
    $test->echo();