logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs: pear-core /PEAR/Command Install.php: msg#00303

Subject: cvs: pear-core /PEAR/Command Install.php
cellog          Sun Sep 25 16:07:25 2005 EDT

  Modified files:              
    /pear-core/PEAR/Command     Install.php 
  Log:
  also spit out add-to-php.ini messages for all .so files
  
http://cvs.php.net/diff.php/pear-core/PEAR/Command/Install.php?r1=1.106&r2=1.107&ty=u
Index: pear-core/PEAR/Command/Install.php
diff -u pear-core/PEAR/Command/Install.php:1.106 
pear-core/PEAR/Command/Install.php:1.107
--- pear-core/PEAR/Command/Install.php:1.106    Sun Sep 25 00:27:23 2005
+++ pear-core/PEAR/Command/Install.php  Sun Sep 25 16:07:22 2005
@@ -16,7 +16,7 @@
  * @author     Greg Beaver <cellog@xxxxxxx>
  * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Install.php,v 1.106 2005/09/25 04:27:23 cellog Exp $
+ * @version    CVS: $Id: Install.php,v 1.107 2005/09/25 20:07:22 cellog Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 0.1
  */
@@ -452,8 +452,9 @@
                               in_array($pinfo['extension'], array('c', 'h'))) {
                             continue; // make sure we don't match php_blah.h
                         }
-                        if (strpos($pinfo['basename'], 'php_') === 0) {
-                            $extrainfo[] = 'You must add "extension=' . 
$pinfo['basename']
+                        if (strpos($pinfo['basename'], 'php_') === 0 ||
+                              $pinfo['extension'] == 'so') {
+                            $extrainfo[] = 'You should add "extension=' . 
$pinfo['basename']
                                 . '" to php.ini';
                             break;
                         }




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>