lsmith Sat Nov 24 13:55:27 2007 UTC Modified files: (Branch: PHP_5_3) /php-src CODING_STANDARDS Log: - MFH http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?r1=1.32.4.3.2.1.2.2&r2=1.32.4.3.2.1.2.3&diff_format=u Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.32.4.3.2.1.2.2 php-src/CODING_STANDARDS:1.32.4.3.2.1.2.3 --- php-src/CODING_STANDARDS:1.32.4.3.2.1.2.2 Sun Nov 11 22:12:06 2007 +++ php-src/CODING_STANDARDS Sat Nov 24 13:55:27 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