helly Wed Aug 17 15:52:06 2005 EDT Modified files: /php-src README.CVS-RULES Log: - Please use the maintainer switch # It is very annoying to having to rebuild php completley several time # a day just because a few here are lazy. http://cvs.php.net/diff.php/php-src/README.CVS-RULES?r1=1.18&r2=1.19&ty=u Index: php-src/README.CVS-RULES diff -u php-src/README.CVS-RULES:1.18 php-src/README.CVS-RULES:1.19 --- php-src/README.CVS-RULES:1.18 Tue Mar 22 04:01:13 2005 +++ php-src/README.CVS-RULES Wed Aug 17 15:52:03 2005 @@ -29,6 +29,9 @@ 5. If you don't know how to do something, ask first! 6. Test your changes before committing them. We mean it. Really. + + 7. For development use the --enable-maintainer-zts switch to ensure your + code handles TSRM correctly and doesn't break for thos who need that. Currently we have the following branches in use: HEAD Will become PHP 5.1. This CVS branch is for active development.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php