no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | php_pear_configuration [2015/06/01 23:15] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PHP PEAR Configuration ====== | ||
+ | ==== PEAR ==== | ||
+ | |||
+ | These PEAR packages are standard on a development environment: | ||
+ | |||
+ | * Archive_Tar | ||
+ | * Console_Getopt | ||
+ | * Log | ||
+ | |||
+ | * Mail_Mime | ||
+ | * Net_SMTP | ||
+ | * Net_Socket | ||
+ | * PEAR | ||
+ | * PHP_CodeSniffer | ||
+ | * Structures_Graph | ||
+ | * XML_UTIL | ||
+ | |||
+ | ==== PEAR: PHPUnit ==== | ||
+ | |||
+ | These are included from '' | ||
+ | |||
+ | * DbUnit | ||
+ | * File_Iterator | ||
+ | * PHPUnit | ||
+ | * PHPUnit_MockObject | ||
+ | * PHPUnit_Selenium | ||
+ | * PHPUnit_Story | ||
+ | * PHP_CodeCoverage | ||
+ | * PHP_Timer | ||
+ | * PHP_TokenStream | ||
+ | * Text_Template | ||
+ | |||
+ | These are included from '' | ||
+ | |||
+ | * Yaml | ||
+ | |||
+ | ==== PECL ==== | ||
+ | |||
+ | * xdebug |