logo       

cvs: pear-core / package-PEAR.xml package2.xml /PEAR/Installer/Role Common: msg#00070

php.pear.core

Subject: cvs: pear-core / package-PEAR.xml package2.xml /PEAR/Installer/Role Common.php

cellog Thu Oct 19 23:50:20 2006 UTC

Modified files:
/pear-core package2.xml package-PEAR.xml
/pear-core/PEAR/Installer/Role Common.php
Log:
* fix Bug #8553: PEAR_Installer_Role_Common::processInstallation() does not
honor layer


http://cvs.php.net/viewvc.cgi/pear-core/package2.xml?r1=1.290&r2=1.291&diff_format=u
Index: pear-core/package2.xml
diff -u pear-core/package2.xml:1.290 pear-core/package2.xml:1.291
--- pear-core/package2.xml:1.290 Thu Oct 12 21:23:59 2006
+++ pear-core/package2.xml Thu Oct 19 23:50:20 2006
@@ -89,6 +89,7 @@
<license uri="http://www.php.net/license";>PHP License</license>
<notes>
Minor feature addition
+ * fix Bug #8553: PEAR_Installer_Role_Common::processInstallation() does not
honor layer
* fix Bug #8794: upgrade-all including Auth fails with fatal error
* implement Request #8827: add a yesno type handling for post-install scripts
</notes>
http://cvs.php.net/viewvc.cgi/pear-core/package-PEAR.xml?r1=1.394&r2=1.395&diff_format=u
Index: pear-core/package-PEAR.xml
diff -u pear-core/package-PEAR.xml:1.394 pear-core/package-PEAR.xml:1.395
--- pear-core/package-PEAR.xml:1.394 Thu Oct 12 21:23:59 2006
+++ pear-core/package-PEAR.xml Thu Oct 19 23:50:20 2006
@@ -84,6 +84,7 @@
<state>alpha</state>
<notes>
Minor feature addition
+ * fix Bug #8553: PEAR_Installer_Role_Common::processInstallation() does not
honor layer
* fix Bug #8794: upgrade-all including Auth fails with fatal error
* implement Request #8827: add a yesno type handling for post-install scripts
</notes>
http://cvs.php.net/viewvc.cgi/pear-core/PEAR/Installer/Role/Common.php?r1=1.10&r2=1.11&diff_format=u
Index: pear-core/PEAR/Installer/Role/Common.php
diff -u pear-core/PEAR/Installer/Role/Common.php:1.10
pear-core/PEAR/Installer/Role/Common.php:1.11
--- pear-core/PEAR/Installer/Role/Common.php:1.10 Fri Jan 6 04:47:37 2006
+++ pear-core/PEAR/Installer/Role/Common.php Thu Oct 19 23:50:20 2006
@@ -15,7 +15,7 @@
* @author Greg Beaver <cellog@xxxxxxx>
* @copyright 1997-2006 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
- * @version CVS: $Id: Common.php,v 1.10 2006/01/06 04:47:37 cellog Exp $
+ * @version CVS: $Id: Common.php,v 1.11 2006/10/19 23:50:20 cellog Exp $
* @link http://pear.php.net/package/PEAR
* @since File available since Release 1.4.0a1
*/
@@ -94,7 +94,7 @@
}
} elseif ($roleInfo['unusualbaseinstall']) {
$dest_dir = $save_destdir =
$this->config->get($roleInfo['locationconfig'],
- null, $pkg->getChannel()) . DIRECTORY_SEPARATOR .
$pkg->getPackage();
+ $layer, $pkg->getChannel()) . DIRECTORY_SEPARATOR .
$pkg->getPackage();
if (!empty($atts['baseinstalldir'])) {
$dest_dir .= DIRECTORY_SEPARATOR . $atts['baseinstalldir'];
}

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




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise