[PHP-CVS] cvs: php4 / NEWS
by Jason Greene other posts by this author
Jul 31 2002 10:49PM messages near this date
[PHP-CVS] cvs: php4 / NEWS
|
[PHP-CVS] cvs: php4 / NEWS
jason Wed Jul 31 18:49:28 2002 EDT
Modified files:
/php4 NEWS
Log:
Fix unwrapped entry
Index: php4/NEWS
diff -u php4/NEWS:1.1067 php4/NEWS:1.1068
--- php4/NEWS:1.1067 Wed Jul 31 18:43:26 2002
+++ php4/NEWS Wed Jul 31 18:49:28 2002
@@ -7,7 +7,8 @@
//Globally enables the ticks modifier for the whole program
declare (ticks=1);
- //Enables the ticks modifier for just the lexical block containing "statement"
+ //Enables the ticks modifier for just the lexical block containing
+ //"statement".
deckare (ticks=1) {
statement;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|