rasmus Fri, 17 Jul 2009 04:26:33 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284232
Changed paths:
U php/php-src/branches/PHP_5_2/CODING_STANDARDS
U php/php-src/branches/PHP_5_2/UPGRADING
U php/php-src/branches/PHP_5_3/CODING_STANDARDS
U php/php-src/trunk/CODING_STANDARDS
Log:
Multi-branch test commit to see if email notifications are working
Modified: php/php-src/branches/PHP_5_2/CODING_STANDARDS
===================================================================
--- php/php-src/branches/PHP_5_2/CODING_STANDARDS 2009-07-17 04:02:22 UTC
(rev 284231)
+++ php/php-src/branches/PHP_5_2/CODING_STANDARDS 2009-07-17 04:26:33 UTC
(rev 284232)
@@ -58,8 +58,8 @@
calling.
[7] When commenting out code using a #if statement, do NOT use 0 only. Instead
- use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
- cvs user foo. This allows easier tracking of why code was commented out,
+ use "<svn username here>_0". For example, #if FOO_0, where FOO is your
+ svn user foo. This allows easier tracking of why code was commented out,
especially in bundled libraries.
[8] Do not define functions that are not available. For instance, if a
Modified: php/php-src/branches/PHP_5_2/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_2/UPGRADING 2009-07-17 04:02:22 UTC (rev
284231)
+++ php/php-src/branches/PHP_5_2/UPGRADING 2009-07-17 04:26:33 UTC (rev
284232)
@@ -381,12 +381,12 @@
ext/w32api pecl/ffi
ext/yp not actively maintained
sapi/activescript http://pecl4win.php.net/ext.php/php5activescript.dll (PECL
package)
- or pecl/activescript (CVS)
+ or pecl/activescript (SVN)
Modules in PECL that are not actively maintained (i.e. have not been supported
for some time, have no active maintainer working on them currently, and do not
-have any PECL package releases), are still available in CVS at
-http://cvs.php.net/pecl/. However, unreleased PHP modules are by their nature
+have any PECL package releases), are still available in SVN at
+http://svn.php.net/pecl/. However, unreleased PHP modules are by their nature
unsupported, and your mileage may vary when attempting to install or use them.
9b. Class constants in new PHP 5.1 extensions
Modified: php/php-src/branches/PHP_5_3/CODING_STANDARDS
===================================================================
--- php/php-src/branches/PHP_5_3/CODING_STANDARDS 2009-07-17 04:02:22 UTC
(rev 284231)
+++ php/php-src/branches/PHP_5_3/CODING_STANDARDS 2009-07-17 04:26:33 UTC
(rev 284232)
@@ -59,8 +59,8 @@
you're calling.
7. When commenting out code using a #if statement, do NOT use 0 only. Instead
- use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
- cvs user foo. This allows easier tracking of why code was commented out,
+ use "<svn username here>_0". For example, #if FOO_0, where FOO is your
+ svn user foo. This allows easier tracking of why code was commented out,
especially in bundled libraries.
8. Do not define functions that are not available. For instance, if a
Modified: php/php-src/trunk/CODING_STANDARDS
===================================================================
--- php/php-src/trunk/CODING_STANDARDS 2009-07-17 04:02:22 UTC (rev 284231)
+++ php/php-src/trunk/CODING_STANDARDS 2009-07-17 04:26:33 UTC (rev 284232)
@@ -59,8 +59,8 @@
you're calling.
7. When commenting out code using a #if statement, do NOT use 0 only. Instead
- use "<cvs username here>_0". For example, #if FOO_0, where FOO is your
- cvs user foo. This allows easier tracking of why code was commented out,
+ use "<svn username here>_0". For example, #if FOO_0, where FOO is your
+ svn user foo. This allows easier tracking of why code was commented out,
especially in bundled libraries.
8. Do not define functions that are not available. For instance, if a
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php