svn: /pear2/Pyrus/trunk/ scripts/pyrus stub.php
[email protected] (Brett Bieber)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
saltybeagle Mon, 28 Jun 2010 13:28:25 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300804
Log:
Bug #17523 pyrus install, add sqlite3 as a required extension.
Bug: http://pear.php.net/bugs/17523 (unknown)
Changed paths:
U pear2/Pyrus/trunk/scripts/pyrus
U pear2/Pyrus/trunk/stub.php
Modified: pear2/Pyrus/trunk/scripts/pyrus
===================================================================
--- pear2/Pyrus/trunk/scripts/pyrus 2010-06-28 12:22:05 UTC (rev 300803)
+++ pear2/Pyrus/trunk/scripts/pyrus 2010-06-28 13:28:25 UTC (rev 300804)
@@ -8,7 +8,7 @@
}
}
-foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader')
+foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader', 'sqlite3')
as $ext) {
if (!extension_loaded($ext)) {
echo "The $ext extension is required.\n"
Modified: pear2/Pyrus/trunk/stub.php
===================================================================
--- pear2/Pyrus/trunk/stub.php 2010-06-28 12:22:05 UTC (rev 300803)
+++ pear2/Pyrus/trunk/stub.php 2010-06-28 13:28:25 UTC (rev 300804)
@@ -8,7 +8,7 @@
}
}
-foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader')
+foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader', 'sqlite3')
as $ext) {
if (!extension_loaded($ext)) {
echo "The $ext extension is required.\n"