no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | pear [2012/02/24 22:40] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PEAR ====== | ||
+ | * [[PHP]] | ||
+ | |||
+ | * [[http:// | ||
+ | |||
+ | PEAR is a collection of modules that make life easier. | ||
+ | |||
+ | ==== Installation ==== | ||
+ | |||
+ | Use '' | ||
+ | |||
+ | If you need to install a program that has PEAR dependencies from portage, and it's installed locally through pear, then you can add the atom for the dependency to the '' | ||
+ | |||
+ | ==== Modules ==== | ||
+ | |||
+ | < | ||
+ | Archive_Tar | ||
+ | Auth_SASL | ||
+ | Console_Color | ||
+ | Console_Getopt | ||
+ | Console_Table | ||
+ | Crypt_HMAC | ||
+ | DB | ||
+ | DB_DataObject | ||
+ | DB_Table | ||
+ | Date | ||
+ | File | ||
+ | HTML_Common | ||
+ | HTML_QuickForm | ||
+ | HTML_Table | ||
+ | HTML_TreeMenu | ||
+ | HTTP_Request | ||
+ | Log | ||
+ | MDB | ||
+ | MDB2 | ||
+ | MDB2_Driver_mssql | ||
+ | |||
+ | Mail_Mime | ||
+ | Mail_mimeDecode | ||
+ | Net_DIME | ||
+ | Net_FTP | ||
+ | Net_IDNA | ||
+ | Net_SMTP | ||
+ | Net_Socket | ||
+ | Net_URL | ||
+ | Net_URL_Mapper | ||
+ | OLE | ||
+ | PEAR | ||
+ | PHPUnit | ||
+ | PHP_CodeSniffer | ||
+ | PHP_Compat | ||
+ | Pager | ||
+ | PhpDocumentor | ||
+ | SOAP | ||
+ | Spreadsheet_Excel_Writer | ||
+ | Structures_DataGrid | ||
+ | Structures_DataGrid_DataSource_Array | ||
+ | Structures_DataGrid_DataSource_CSV | ||
+ | Structures_DataGrid_DataSource_DB | ||
+ | Structures_DataGrid_DataSource_DBQuery | ||
+ | Structures_DataGrid_DataSource_DBTable | ||
+ | Structures_DataGrid_DataSource_DataObject | ||
+ | Structures_DataGrid_DataSource_MDB2 | ||
+ | Structures_DataGrid_DataSource_PDO | ||
+ | Structures_DataGrid_DataSource_RSS | ||
+ | Structures_DataGrid_DataSource_XML | ||
+ | Structures_DataGrid_Renderer_CSV | ||
+ | Structures_DataGrid_Renderer_Console | ||
+ | Structures_DataGrid_Renderer_HTMLSortForm | ||
+ | Structures_DataGrid_Renderer_HTMLTable | ||
+ | Structures_DataGrid_Renderer_Pager | ||
+ | Structures_DataGrid_Renderer_Smarty | ||
+ | Structures_DataGrid_Renderer_XLS | ||
+ | Structures_DataGrid_Renderer_XML | ||
+ | Structures_DataGrid_Renderer_XUL | ||
+ | Structures_Graph | ||
+ | Validate | ||
+ | Validate_Finance_CreditCard | ||
+ | Var_Dump | ||
+ | XML_Parser | ||
+ | XML_RSS | ||
+ | XML_Util | ||
+ | </ | ||
+ | |||
+ | ==== Configuration ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | CONFIGURATION (CHANNEL PEAR.PHP.NET): | ||
+ | ===================================== | ||
+ | Auto-discover new Channels | ||
+ | Default Channel | ||
+ | HTTP Proxy Server Address | ||
+ | PEAR server [DEPRECATED] | ||
+ | Default Channel Mirror | ||
+ | Remote Configuration File remote_config | ||
+ | PEAR executables directory | ||
+ | PEAR documentation directory | ||
+ | PHP extension directory | ||
+ | PEAR directory | ||
+ | PEAR Installer cache directory cache_dir | ||
+ | PEAR configuration file cfg_dir | ||
+ | directory | ||
+ | PEAR data directory | ||
+ | PEAR Installer download | ||
+ | directory | ||
+ | PHP CLI/CGI binary | ||
+ | php.ini location | ||
+ | --program-prefix passed to | ||
+ | PHP's ./configure | ||
+ | --program-suffix passed to | ||
+ | PHP's ./configure | ||
+ | PEAR Installer temp directory | ||
+ | PEAR test directory | ||
+ | PEAR www files directory | ||
+ | Cache TimeToLive | ||
+ | Preferred Package State preferred_state | ||
+ | Unix file mask | ||
+ | Debug Log Level verbose | ||
+ | PEAR password (for | ||
+ | maintainers) | ||
+ | Signature Handling Program | ||
+ | Signature Key Directory | ||
+ | Signature Key Id | ||
+ | Package Signature Type | ||
+ | PEAR username (for | ||
+ | maintainers) | ||
+ | User Configuration File Filename | ||
+ | System Configuration File Filename | ||
+ | </ | ||
+ | |||
+ | ==== Setup ==== | ||
+ | |||
+ | When installing using '' | ||
+ | |||
+ | < | ||
+ | 1. Installation base ($prefix) | ||
+ | 2. Temporary directory for processing | ||
+ | 3. Temporary directory for downloads | ||
+ | 4. Binaries directory | ||
+ | 5. PHP code directory ($php_dir) | ||
+ | 6. Documentation directory | ||
+ | 7. Data directory | ||
+ | 8. User-modifiable configuration files directory : / | ||
+ | 9. Public Web Files directory | ||
+ | 10. Tests directory | ||
+ | 11. Name of configuration file : / | ||
+ | </ |