--- embedaddon/php/README.SVN-RULES	2012/02/21 23:47:51	1.1
+++ embedaddon/php/README.SVN-RULES	2012/05/29 12:34:34	1.1.1.2
@@ -43,13 +43,18 @@ Having said that, here are the organizational rules::
 
 Currently we have the following branches in use::
 
-  trunk             Will become PHP 6.0. This CVS branch is for active development.
+  trunk             The active development branch. 
 
-  branches/PHP_5_3  Is used to release the PHP 5.3.x series. It still allows for
-                    larger enhancements.
+  branches/PHP_5_4  Is used to release the PHP 5.4.x series. In release
+                    process, only bugfixes and very small changes approved
+                    by RMs are allowed.
 
-  branches/PHP_5_2  Is used to release the PHP 5.2.x series. Only bugfixes are permitted
-                    on this branch (Consult the releasemaster prior to commit).
+  branches/PHP_5_3  Is used to release the PHP 5.3.x series. This is current 
+                    stable version and is open for bugfixes and small
+                    improvements (check with RMs if in doubt).
+
+  branches/PHP_5_2  Is used to release the PHP 5.2.x series. It is closed for 
+                    changes now.
 
   branches/PHP_5_1  This branch is closed.