mattwil Thu Jun 25 13:00:08 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src UPGRADING
Log:
Fix example - it means what it says
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.23&r2=1.1.2.3.2.1.2.24&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.23 php-src/UPGRADING:1.1.2.3.2.1.2.24
--- php-src/UPGRADING:1.1.2.3.2.1.2.23 Thu Jun 25 10:41:07 2009
+++ php-src/UPGRADING Thu Jun 25 13:00:08 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.23 2009/06/25 10:41:07 gwynne Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.24 2009/06/25 13:00:08 mattwil Exp $
UPGRADE NOTES - PHP 5.3
@@ -285,7 +285,7 @@
Static HEREDOCs can be used to initialize static variables and class members
or constants:
- static $foo = <<<'LABEL'
+ static $foo = <<<LABEL
No variables here...
LABEL;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php