lsmith          Sat Nov 24 13:55:20 2007 UTC

  Modified files:              
    /php-src    CODING_STANDARDS 
  Log:
  - fixed unexpected emphasis in reST parsing due to use of *
  
http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?r1=1.38&r2=1.39&diff_format=u
Index: php-src/CODING_STANDARDS
diff -u php-src/CODING_STANDARDS:1.38 php-src/CODING_STANDARDS:1.39
--- php-src/CODING_STANDARDS:1.38       Sun Nov 11 20:27:25 2007
+++ php-src/CODING_STANDARDS    Sat Nov 24 13:55:20 2007
@@ -16,7 +16,7 @@
 
 1.  Functions that are given pointers to resources should not free them
 
-For instance, function int mail(char *to, char *from) should NOT free
+For instance, ``function int mail(char *to, char *from)`` should NOT free
 to and/or from.
 Exceptions:
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to