svn: /pear2/sandbox/pear2.php.net/trunk/ config.sample.php

[email protected] (Brett Bieber) Thu, 23 Sep 2010 14:26:49 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Thu, 23 Sep 2010 14:26:49 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=303728

Log:
Add sample of setting the pyrus configuration so any interactions that require a registry can be written.

Changed paths:
    U   pear2/sandbox/pear2.php.net/trunk/config.sample.php

Modified: pear2/sandbox/pear2.php.net/trunk/config.sample.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/config.sample.php	2010-09-23 14:23:16 UTC (rev 303727)
+++ pear2/sandbox/pear2.php.net/trunk/config.sample.php	2010-09-23 14:26:49 UTC (rev 303728)
@@ -6,3 +6,5 @@

 PEAR2\SimpleChannelFrontend\Main::$url   = 'http://pear2.php.net/';
 PEAR2\SimpleChannelFrontend\Main::$title = 'PEAR2';
+
+$config = PEAR2\Pyrus\Config::singleton('/tmp/pear2web');