|
|
Choosing A Webhost: |
cvs: pear-core(PEAR_1_4) /PEAR Command.php: msg#00054php.pear.core
pajoye Fri Jun 16 13:02:00 2006 UTC Modified files: (Branch: PEAR_1_4) /pear-core/PEAR Command.php Log: - MFH: open_basedir fix and verbose error http://cvs.php.net/viewcvs.cgi/pear-core/PEAR/Command.php?r1=1.36&r2=1.36.2.1&diff_format=u Index: pear-core/PEAR/Command.php diff -u pear-core/PEAR/Command.php:1.36 pear-core/PEAR/Command.php:1.36.2.1 --- pear-core/PEAR/Command.php:1.36 Fri Jan 6 04:47:36 2006 +++ pear-core/PEAR/Command.php Fri Jun 16 13:01:59 2006 @@ -16,7 +16,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: Command.php,v 1.36 2006/01/06 04:47:36 cellog Exp $ + * @version CVS: $Id: Command.php,v 1.36.2.1 2006/06/16 13:01:59 pajoye Exp $ * @link http://pear.php.net/package/PEAR * @since File available since Release 0.1 */ @@ -231,6 +231,11 @@ if ($dir === null) { $dir = dirname(__FILE__) . '/Command'; } + + if (!@is_dir($dir)) { + return PEAR::raiseError("registerCommands: opendir($dir) '$dir' does not exist or is not a directory"); + } + $dp = @opendir($dir); if (empty($dp)) { return PEAR::raiseError("registerCommands: opendir($dir) failed");
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear-core(PEAR_1_4) / package-PEAR.xml package2.xml /PEAR Downloader.php, Pierre-Alain Joye |
|---|---|
| Next by Date: | cvs: pear-core(PEAR_1_4) / System.php, Pierre-Alain Joye |
| Previous by Thread: | cvs: pear-core(PEAR_1_4) / package-PEAR.xml package2.xml /PEAR Downloader.php, Pierre-Alain Joye |
| Next by Thread: | cvs: pear-core(PEAR_1_4) / System.php, Pierre-Alain Joye |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |