On Fri, Mar 21, 2008 at 12:49 PM, Lane, Ryan Ryan.Lane@ocean.navo.navy.mil wrote:
That would make extension support quite a bit easier. As of now, I have to tell people to enable debug mode, and copy/paste the output, just to find out they don't have LDAP support.
Well, your life could be a little easier than *that*.
if( !function_exists( 'ldap_connect' ) ) { throw new MWException( 'LDAP is not installed. Please either install it or disable the LDAP extension.' ); }
But having it checked at install time would be better. Right now there's no such *thing* as install time.