[PHP-CVS] cvs: php-src / NEWS /ext/ldap ldap.c

2005-07-08 Thread Jani Taskinen
sniper Fri Jul 8 20:46:47 2005 EDT Modified files: /php-srcNEWS /php-src/ext/ldap ldap.c Log: - Fixed bug #33588 (LDAP: RootDSE query not possible). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1989r2=1.1990ty=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src / NEWS /ext/ldap ldap.c

2005-07-08 Thread Andi Gutmans
Why do you need to convert_to_string_ex() if entry is a string? Should that be !=? At 12:46 AM 7/9/2005 +, Jani Taskinen wrote: + /* If anything else than string is passed, ldap_base_dn = NULL */ + if (Z_TYPE_PP(entry) ==

Re: [PHP-CVS] cvs: php-src / NEWS /ext/ldap ldap.c

2005-07-08 Thread Jani Taskinen
Yes, good catch (again). :) --Jani On Fri, 8 Jul 2005, Andi Gutmans wrote: Why do you need to convert_to_string_ex() if entry is a string? Should that be !=? At 12:46 AM 7/9/2005 +, Jani Taskinen wrote: + /* If anything else than string is passed,