ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved