PATH: //opt/cloudlinux/alt-php74/root/usr/share/pear
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📁 .channels/
X
📄 .depdb
↓
X
📄 .depdblock
↓
X
📄 .filemap
↓
X
📄 .lock
↓
X
📁 .pkgxml/
X
📁 .registry/
X
📁 Archive/
X
📁 Auth/
X
📁 Console/
X
📁 File/
X
📁 Mail/
X
📄 Mail.php
↓
X
📁 Net/
X
📁 OS/
X
📁 PEAR/
X
📄 PEAR.php
↓
X
📁 Structures/
X
📄 System.php
↓
X
📁 XML/
X
📁 data/
X
📄 pearcmd.php
↓
X
📄 peclcmd.php
↓
X
📁 test/
X
SAVING...
BERHASIL DIUBAH!
EDITING: peclcmd.php
<?php /** * PEAR, the PHP Extension and Application Repository * * Command line interface * * PHP versions 4 and 5 * * @category pear * @package PEAR * @author Stig Bakken <ssb@php.net> * @author Tomas V.V.Cox <cox@idecnet.com> * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @link http://pear.php.net/package/PEAR */ /** * @nodep Gtk */ //the space is needed for windows include paths with trailing backslash // http://pear.php.net/bugs/bug.php?id=19482 if ('/opt/alt/php74/usr/share/pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/opt/alt/php74/usr/share/pear '). PATH_SEPARATOR . get_include_path()); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro ini_set('include_path', __DIR__ . PATH_SEPARATOR . get_include_path()); $raw = true; } define('PEAR_RUNTYPE', 'pecl'); require_once 'pearcmd.php'; /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: nil * mode: php * End: */ // vim600:syn=php ?>
SIMPAN PERUBAHAN