Changeset 2f88b17 in github


Ignore:
Timestamp:
Mar 6, 2012 3:06:40 PM (15 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
479af905
Parents:
8b3c68d
Message:
  • Add exif to optional extensions list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • installer/check.php

    re6bb836 r2f88b17  
    1717    'Mcrypt'    => 'mcrypt', 
    1818    'Intl'      => 'intl', 
     19    'Exif'      => 'exif', 
    1920); 
    2021 
     
    5859    'DOM'       => 'http://www.php.net/manual/en/book.dom.php', 
    5960    'Intl'      => 'http://www.php.net/manual/en/book.intl.php', 
     61    'Exif'      => 'http://www.php.net/manual/en/book.exif.php', 
    6062    'PEAR'      => 'http://pear.php.net', 
    6163    'MDB2'      => 'http://pear.php.net/package/MDB2', 
    6264    'Net_SMTP'  => 'http://pear.php.net/package/Net_SMTP', 
    6365    'Mail_mime' => 'http://pear.php.net/package/Mail_mime', 
     66    'Net_IDNA2' => 'http://pear.php.net/package/Net_IDNA2', 
    6467); 
    6568 
Note: See TracChangeset for help on using the changeset viewer.