|
|
@ -25,6 +25,8 @@ $optional_php_exts = array( |
|
|
|
'Intl' => 'intl', |
|
|
|
'Exif' => 'exif', |
|
|
|
'LDAP' => 'ldap', |
|
|
|
'GD' => 'gd', |
|
|
|
'Imagick' => 'imagick', |
|
|
|
); |
|
|
|
|
|
|
|
$required_libs = array( |
|
|
@ -67,6 +69,8 @@ $source_urls = array( |
|
|
|
'oci8' => 'http://www.php.net/manual/en/book.oci8.php', |
|
|
|
'PDO' => 'http://www.php.net/manual/en/book.pdo.php', |
|
|
|
'LDAP' => 'http://www.php.net/manual/en/book.ldap.php', |
|
|
|
'GD' => 'http://www.php.net/manual/en/book.image.php', |
|
|
|
'Imagick' => 'http://www.php.net/manual/en/book.imagick.php', |
|
|
|
'pdo_mysql' => 'http://www.php.net/manual/en/ref.pdo-mysql.php', |
|
|
|
'pdo_pgsql' => 'http://www.php.net/manual/en/ref.pdo-pgsql.php', |
|
|
|
'pdo_sqlite' => 'http://www.php.net/manual/en/ref.pdo-sqlite.php', |
|
|
|