On Fri, Mar 21, 2008 at 11:43 AM, Lane, Ryan Ryan.Lane@ocean.navo.navy.mil wrote:
It would also be nice if we could list PHP dependencies, that could be checked by some core code, rather than by each extension. For instance, quite a few people have issues with the LDAP Authentication plugin becuase their PHP doesn't have LDAP support either compiled in, or included via a module.
Usually we just use function_exists().