Guys,

Please follow the coding standards as they appear in the CODING_STANDARDS 
with code you commit to the PHP repository.
Stuff I noticed while going over large portions of code in the last few days:
   - open-curly-braces should not appear on the same line as a function 
declaration, but on the following line
   - commas (e.g. in function calls or declarations, or macro calls) should 
be followed by a space.  I.e., foo(a, b, c), never foo(a,b,c).

Going over code which has many different layouts is a real pain.  The code 
in the php4 repository at least should be consistent.

Thanks,

Zeev


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to