[PHP-CVS] svn: /SVNROOT/ global_avail

2013-10-06 Thread Ferenc Kovacs
tyrael   Sun, 06 Oct 2013 10:20:11 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=331705

Log:
memcache was moved to git

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2013-10-06 07:55:13 UTC (rev 331704)
+++ SVNROOT/global_avail2013-10-06 10:20:11 UTC (rev 331705)
@@ -263,7 +263,7 @@
 avail|mboeren|pecl/dbx
 avail|lcastelli|pecl/chdb,phpdoc
 avail|traufeisen,jandrade|pecl/gnupg,phpdoc/en/reference/gnupg
-avail|mikl|pecl/memcache,pecl/wbxml,pecl/ocal,pecl/pam
+avail|mikl|pecl/caching/memcache.git,pecl/wbxml,pecl/ocal,pecl/pam
 avail|ohill|pecl/stem
 avail|gwang|pecl/litespeed,php-src.git/sapi/litespeed
 avail|jsjohnst|pecl/flitetts
@@ -333,7 +333,7 @@
 avail|dmendolia,patrickallaert,dragoonis|pecl/apm,phpdoc
 avail|bd808|pecl/file_formats/yaml.git,phpdoc
 avail|dchill42pecl|pecl/xdom,phpdoc
-avail|hradtke|pecl/memcache,phpdoc
+avail|hradtke|pecl/caching/memcache.git,phpdoc
 avail|pdezwart,brodriguez,bkw|pecl/amqp,phpdoc
 avail|ssufficool|php-src.git/ext/pdo_dblib,php-src.git/NEWS
 avail|ben|php-src.git/tests

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] com php-src: fixing a minor typo in CODING_STANDARDS document: CODING_STANDARDS

2013-10-06 Thread Lior Kaplan
Commit:b5a0f128718d93a236b450bb9b409477f0a97888
Author:ArunSK arunsk@gmail.com Mon, 7 Oct 2013 00:26:49 +0200
Committer: Lior Kaplan kaplanl...@gmail.com  Mon, 7 Oct 2013 00:26:49 
+0200
Parents:   63f242178d33fa22346d2e976b06a76455dbd6ab
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=b5a0f128718d93a236b450bb9b409477f0a97888

Log:
fixing a minor typo in CODING_STANDARDS document

Changed paths:
  M  CODING_STANDARDS


Diff:
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 7413be4..5ceacdc 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -151,7 +151,7 @@ Naming Conventions
 
 7.  Classes should be given descriptive names. Avoid using abbreviations where
 possible. Each word in the class name should start with a capital letter,
-without underscore delimiters (CampelCaps starting with a capital letter).
+without underscore delimiters (CamelCaps starting with a capital letter).
 The class name should be prefixed with the name of the 'parent set' (e.g.
 the name of the extension)::


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php