Date: 01/08/01
- Next message: Andrei Zmievski: "Re: [PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Previous message: Andrei Zmievski: "[PHP-DEV] WDDX build problem"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yesterday I did a commit with the following log entry:
Log:
Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like
LDAP_SIZELIMIT_EXCEEDED and returns referral results.
Added new functions ldap_parse_result(), ldap_first_reference(),
ldap_next_reference() and ldap_parse_reference() that among other things
make referrals and search references accessible.
<email protected> Changed ldap_search() and added functions ldap_parse_result(),
@ ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
@ to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
In NEWS the following was added:
- Changed ldap_search() and added functions ldap_parse_result(),
ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
- to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
Fixed it with the commit below. Was the reason the trailing () at the
2nd @ line?
Stig
On Mon, Jan 08, 2001 at 05:18:57PM -0000, Stig Venaas wrote:
> venaas Mon Jan 8 09:18:57 2001 EDT
>
> Modified files:
> /php4 NEWS
> Log:
>
>
> Index: php4/NEWS
> diff -u php4/NEWS:1.552 php4/NEWS:1.553
> --- php4/NEWS:1.552 Sun Jan 7 21:20:55 2001
> +++ php4/NEWS Mon Jan 8 09:18:56 2001
> @@ -5,7 +5,7 @@
> - Made ldap_set_option() support controls (Stig Venaas)
> - Changed ldap_search() and added functions ldap_parse_result(),
> ldap_first_reference(), ldap_next_reference() and ldap_parse_reference()
> -- to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
> + to cope with LDAPv3 stuff like referrals and references. (Stig Venaas)
> - Fix date('r') overflow
> - Made the php.ini path reported in phpinfo() always point to the absolute
> path that was opened (Zeev)
>
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-cvs-unsubscribe <email protected>
> For additional commands, e-mail: php-cvs-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Previous message: Andrei Zmievski: "[PHP-DEV] WDDX build problem"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] bug in NEWS update script? [Re: [PHP-CVS] cvs: php4 / NEWS]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

