| | |
| | | 'Multibyte' => 'mbstring', |
| | | 'OpenSSL' => 'openssl', |
| | | 'Mcrypt' => 'mcrypt', |
| | | 'Intl' => 'intl', |
| | | ); |
| | | |
| | | $required_libs = array( |
| | |
| | | ); |
| | | |
| | | $source_urls = array( |
| | | 'Sockets' => 'http://www.php.net/manual/en/book.sockets.php', |
| | | 'Session' => 'http://www.php.net/manual/en/book.session.php', |
| | | 'PCRE' => 'http://www.php.net/manual/en/book.pcre.php', |
| | | 'FileInfo' => 'http://www.php.net/manual/en/book.fileinfo.php', |
| | | 'Libiconv' => 'http://www.php.net/manual/en/book.iconv.php', |
| | | 'Sockets' => 'http://www.php.net/manual/en/book.sockets.php', |
| | | 'Session' => 'http://www.php.net/manual/en/book.session.php', |
| | | 'PCRE' => 'http://www.php.net/manual/en/book.pcre.php', |
| | | 'FileInfo' => 'http://www.php.net/manual/en/book.fileinfo.php', |
| | | 'Libiconv' => 'http://www.php.net/manual/en/book.iconv.php', |
| | | 'Multibyte' => 'http://www.php.net/manual/en/book.mbstring.php', |
| | | 'Mcrypt' => 'http://www.php.net/manual/en/book.mcrypt.php', |
| | | 'OpenSSL' => 'http://www.php.net/manual/en/book.openssl.php', |
| | | 'JSON' => 'http://www.php.net/manual/en/book.json.php', |
| | | 'DOM' => 'http://www.php.net/manual/en/book.dom.php', |
| | | 'PEAR' => 'http://pear.php.net', |
| | | 'MDB2' => 'http://pear.php.net/package/MDB2', |
| | | 'Net_SMTP' => 'http://pear.php.net/package/Net_SMTP', |
| | | 'Mcrypt' => 'http://www.php.net/manual/en/book.mcrypt.php', |
| | | 'OpenSSL' => 'http://www.php.net/manual/en/book.openssl.php', |
| | | 'JSON' => 'http://www.php.net/manual/en/book.json.php', |
| | | 'DOM' => 'http://www.php.net/manual/en/book.dom.php', |
| | | 'Intl' => 'http://www.php.net/manual/en/book.intl.php', |
| | | 'PEAR' => 'http://pear.php.net', |
| | | 'MDB2' => 'http://pear.php.net/package/MDB2', |
| | | 'Net_SMTP' => 'http://pear.php.net/package/Net_SMTP', |
| | | 'Mail_mime' => 'http://pear.php.net/package/Mail_mime', |
| | | ); |
| | | |