Diff for /embedaddon/php/CODING_STANDARDS between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:51 version 1.1.1.2, 2013/07/22 01:31:35
Line 2 Line 2
   PHP Coding Standards    PHP Coding Standards
 ========================  ========================
   
This file lists several standards that any programmer, adding or changingThis file lists several standards that any programmer adding or changing
code in PHP, should follow.  Since this file was added at a very latecode in PHP should follow.  Since this file was added at a very late
 stage of the development of PHP v3.0, the code base does not (yet) fully  stage of the development of PHP v3.0, the code base does not (yet) fully
 follow it, but it's going in that general direction.  Since we are now  follow it, but it's going in that general direction.  Since we are now
well into the version 4 releases, many sections have been recoded to usewell into version 5 releases, many sections have been recoded to use
 these rules.  these rules.
   
 Code Implementation  Code Implementation

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>