PEAR 1.9.0 |
| Loaded Configuration File | \xampp\php\pear.ini |
| Alternative Configuration Files |
|
| auto_discover | 0 |
| bin_dir | \xampp\php |
| cache_dir | \xampp\php\PEAR\cache |
| cache_ttl | 3600 |
| cfg_dir | \xampp\php\PEAR\cfg |
| data_dir | \xampp\php\PEAR\data |
| default_channel | pear.php.net |
| doc_dir | \xampp\php\PEAR\docs |
| download_dir | \xampp\tmp |
| ext_dir | \xampp\php\ext |
| master_server | pear.php.net |
| php_bin | \xampp\php\php.exe |
| php_dir | \xampp\php\PEAR |
| php_ini | \xampp\php\php.ini |
| php_prefix | |
| php_suffix | |
| preferred_mirror | pear.php.net |
| preferred_state | stable |
| remote_config | |
| sig_bin | c:\gnupg\gpg.exe |
| sig_keydir | \xampp\php\PEAR\pearkeys |
| sig_type | gpg |
| temp_dir | \xampp\tmp |
| test_dir | \xampp\php\PEAR\tests |
| umask | 0 |
| verbose | 1 |
| www_dir | \xampp\php\PEAR\www |
| Name | pear.php.net |
| Alias | pear |
| Summary | PHP Extension and Application Repository |
| Name | zend.googlecode.com/svn |
| Alias | zend |
| Summary | Jean-Lou Dupont's Zend Framework PEAR repository |
| Index |
| | A | C | M | N | P | S | X | |
| Channel | pear.php.net | |||||||||||||||
| Summary | Tar file management class | |||||||||||||||
| Version | 1.3.3 (stable) was released on 2009-03-27 | |||||||||||||||
| License | New BSD License | |||||||||||||||
| Description |
This class provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or loaded. Bz2 compression is also supported with the bz2 extension loaded. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.8.0RC1 | |||||||||||||||
| Last Modified | 2009-03-30 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | A command-line arguments parser | |||||||||||||||
| Version | 1.3.4 (stable) was released on 2006-11-16 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
The Console_Getargs package implements a Command Line arguments and parameters parser for your CLI applications. It performs some basic arguments validation and automatically creates a formatted help text, based on the given configuration. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.4.11 | |||||||||||||||
| Last Modified | 2009-03-30 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Command-line option parser | |||||||||||||||
| Version | 1.2.3 (stable) was released on 2007-06-12 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
This is a PHP implementation of "getopt" supporting both short and long options. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.1 | |||||||||||||||
| Last Modified | 2009-03-13 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | ||||||||||
| Summary | Class that provides multiple interfaces for sending emails | ||||||||||
| Version | 1.1.14 (stable) was released on 2006-10-11 | ||||||||||
| License | PHP/BSD | ||||||||||
| Description | PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP's native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class. | ||||||||||
| Dependencies |
|
||||||||||
| Package XML version | 1.0 packaged with PEAR version 1.4.11 | ||||||||||
| Last Modified | 2009-07-30 | ||||||||||
| Top | |||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | Mail_Mime provides classes to create mime messages. | ||||||||||||||||||||
| Version | 1.5.2 (stable) was released on 2007-06-21 | ||||||||||||||||||||
| License | BSD Style | ||||||||||||||||||||
| Description |
Mail_Mime provides classes to deal with the creation and manipulation of mime messages. It allows people to create Email messages consisting of: * Text Parts * HTML Parts * Inline HTML Images * Attachments * Attached messages Starting with version 1.4.0, it also allows non US-ASCII chars in filenames, subjects, recipients, etc, etc. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.6.0 | ||||||||||||||||||||
| Last Modified | 2009-07-30 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | Provides a class to decode mime messages. | ||||||||||||||||||||
| Version | 1.5.1 (stable) was released on 2009-12-03 | ||||||||||||||||||||
| License | BSD Style | ||||||||||||||||||||
| Description |
Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off. |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.9.0 | ||||||||||||||||||||
| Last Modified | 2009-12-17 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | database abstraction layer | ||||||||||||||||||||
| Version | 2.4.1 (stable) was released on 2007-05-03 | ||||||||||||||||||||
| License | BSD License | ||||||||||||||||||||
| Description |
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements: * Object-Oriented API * A DSN (data source name) or array format for specifying database servers * Datatype abstraction and on demand datatype conversion * Various optional fetch modes to fix portability issues * Portable error codes * Sequential and non sequential row fetching as well as bulk fetching * Ability to make buffered and unbuffered queries * Ordered array and associative array for the fetched rows * Prepare/execute (bind) named and unnamed placeholder emulation * Sequence/autoincrement emulation * Replace emulation * Limited sub select emulation * Row limit emulation * Transactions/savepoint support * Large Object support * Index/Unique Key/Primary Key support * Pattern matching abstraction * Module framework to load advanced functionality on demand * Ability to read the information schema * RDBMS management methods (creating, dropping, altering) * Reverse engineering schemas from an existing database * SQL function call abstraction * Full integration into the PEAR Framework * PHPDoc API documentation |
||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | ||||||||||||||||||||
| Last Modified | 2009-07-30 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | ibase MDB2 driver | |||||||||||||||||||||||||
| Version | 1.4.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the Interbase/Firebird MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | mssql MDB2 driver | |||||||||||||||||||||||||
| Version | 1.2.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the MS SQL Server MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | mysql MDB2 driver | |||||||||||||||||||||||||
| Version | 1.4.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the MySQL MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | mysqli MDB2 driver | |||||||||||||||||||||||||
| Version | 1.4.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the MySQLi MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | oci8 MDB2 driver | |||||||||||||||||||||||||
| Version | 1.4.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the Oracle OCI8 MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | pgsql MDB2 driver | |||||||||||||||||||||||||
| Version | 1.4.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the PostgreSQL MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | sqlite MDB2 driver | |||||||||||||||||||||||||
| Version | 1.4.1 (stable) was released on 2007-05-03 | |||||||||||||||||||||||||
| License | BSD License | |||||||||||||||||||||||||
| Description | This is the SQLite MDB2 driver. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.5.3 | |||||||||||||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||
| Summary | An implementation of the SMTP protocol | |||||||||||||||||||||||||
| Version | 1.3.4 (stable) was released on 2009-11-28 | |||||||||||||||||||||||||
| License | PHP License | |||||||||||||||||||||||||
| Description | Provides an implementation of the SMTP protocol using PEAR's Net_Socket class. | |||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.8.0 | |||||||||||||||||||||||||
| Last Modified | 2009-12-17 | |||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Network Socket Interface | |||||||||||||||
| Version | 1.0.9 (stable) was released on 2008-07-11 | |||||||||||||||
| License | PHP License | |||||||||||||||
| Description |
Net_Socket is a class interface to TCP sockets. It provides blocking and non-blocking operation, with different reading and writing modes (byte-wise, block-wise, line-wise and special formats like network byte-order ip addresses). |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.2 | |||||||||||||||
| Last Modified | 2009-07-30 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Summary | PEAR Base System | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Version | 1.9.0 (stable) was released on 2009-09-03 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| License | New BSD License | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
The PEAR package contains: * the PEAR installer, for creating, distributing and installing packages * the PEAR_Exception PHP5 error handling mechanism * the PEAR_ErrorStack advanced error handling mechanism * the PEAR_Error error handling mechanism * the OS_Guess class for retrieving info about the OS where PHP is running on * the System class for quick handling of common operations with files and directories * the PEAR base class Features in a nutshell: * full support for channels * pre-download dependency validation * new package.xml 2.0 format allows tremendous flexibility while maintaining BC * support for optional dependency groups and limited support for sub-packaging * robust dependency support * full dependency validation on uninstall * remote install for hosts with only ftp access - no more problems with restricted host installation * full support for mirroring * support for bundling several packages into a single tarball * support for static dependencies on a url-based package * support for custom file roles and installation tasks |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Dependencies |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.9.0RC4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified | 2009-11-10 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Top | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||||||||||||
| Summary | Show Information about your PEAR install and its packages | ||||||||||||||||||||||||||||||
| Version | 1.9.2 (stable) was released on 2009-02-19 | ||||||||||||||||||||||||||||||
| License | PHP License 3.01 | ||||||||||||||||||||||||||||||
| Description |
This package generates a comprehensive information page for your current PEAR install. * The format for the page is similar to that for phpinfo() except using PEAR colors. * Has complete PEAR Credits (based on the packages you have installed). * Will show if there is a newer version than the one presently installed (and what its state is) * Each package has an anchor in the form pkg_PackageName - where PackageName is a case-sensitive PEAR package name |
||||||||||||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.2 | ||||||||||||||||||||||||||||||
| Last Modified | 2009-03-30 | ||||||||||||||||||||||||||||||
| Top | |||||||||||||||||||||||||||||||
| Channel | pear.php.net | |||||||||||||||
| Summary | Graph datastructure manipulation library | |||||||||||||||
| Version | 1.0.3 (stable) was released on 2009-10-11 | |||||||||||||||
| License | LGPL License | |||||||||||||||
| Description |
Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology. |
|||||||||||||||
| Dependencies |
|
|||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.9.0 | |||||||||||||||
| Last Modified | 2009-11-10 | |||||||||||||||
| Top | ||||||||||||||||
| Channel | pear.php.net | ||||||||||||||||||||
| Summary | XML utility class | ||||||||||||||||||||
| Version | 1.2.1 (stable) was released on 2008-12-07 | ||||||||||||||||||||
| License | BSD License | ||||||||||||||||||||
| Description | Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more. | ||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.2 | ||||||||||||||||||||
| Last Modified | 2009-04-16 | ||||||||||||||||||||
| Top | |||||||||||||||||||||
| Index |
| | Z | |
| Channel | zend.googlecode.com/svn | ||||||||||||||||||||
| Summary | Official Zend Framework | ||||||||||||||||||||
| Version | 1.9.6 (stable) was released on 2007-10-10 | ||||||||||||||||||||
| License | PHP License | ||||||||||||||||||||
| Description | Official Zend Framework | ||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||
| Package XML version | 2.0 packaged with PEAR version 1.7.0 | ||||||||||||||||||||
| Last Modified | 2009-12-17 | ||||||||||||||||||||
| Top | |||||||||||||||||||||