[Solar-svn] Revision 3063

pmjones at solarphp.com pmjones at solarphp.com
Tue Apr 1 09:32:05 CDT 2008


comment changes


Modified: trunk/Solar/Php.php
===================================================================
--- trunk/Solar/Php.php	2008-04-01 03:39:47 UTC (rev 3062)
+++ trunk/Solar/Php.php	2008-04-01 14:31:50 UTC (rev 3063)
@@ -12,6 +12,7 @@
  * 
  * {{code: php
  *     require_once 'Solar.php';
+ *     Solar::start();
  *     
  *     $ini = array(
  *         'include_path'    =>  '/path/to/lib',
@@ -453,7 +454,7 @@
             // non-default file or path
             $cmd .= " --php-ini " . escapeshellarg($this->_ini_file);
         } elseif ($this->_ini_file === false) {
-            // explicitly *no* file ot be used
+            // explicitly *no* file to be used
             $cmd .= " --no-php-ini";
         }
         




More information about the Solar-svn mailing list