Changeset 2f88b17 in github
- Timestamp:
- Mar 6, 2012 3:06:40 PM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 479af905
- Parents:
- 8b3c68d
- File:
-
- 1 edited
-
installer/check.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
installer/check.php
re6bb836 r2f88b17 17 17 'Mcrypt' => 'mcrypt', 18 18 'Intl' => 'intl', 19 'Exif' => 'exif', 19 20 ); 20 21 … … 58 59 'DOM' => 'http://www.php.net/manual/en/book.dom.php', 59 60 'Intl' => 'http://www.php.net/manual/en/book.intl.php', 61 'Exif' => 'http://www.php.net/manual/en/book.exif.php', 60 62 'PEAR' => 'http://pear.php.net', 61 63 'MDB2' => 'http://pear.php.net/package/MDB2', 62 64 'Net_SMTP' => 'http://pear.php.net/package/Net_SMTP', 63 65 'Mail_mime' => 'http://pear.php.net/package/Mail_mime', 66 'Net_IDNA2' => 'http://pear.php.net/package/Net_IDNA2', 64 67 ); 65 68
Note: See TracChangeset
for help on using the changeset viewer.
