"Brad S. Jackson" wrote:
> 
> It looks like the documentation is wrong.  The C source code for the LDAP module
> doesn't do anything special with zero arguments.
> 
>      switch(ZEND_NUM_ARGS()) {
>           case 0:
>                host = NULL;
>                port = 0;


that would explain why "ldap_connect()" would return "0", but that
wouldn't explain why the script would stop executing when i call
"ldap_connect()".

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to