Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2007-07-21 Thread Ignacio Arenaza
Pierre <[EMAIL PROTECTED]> writes: > I would suggest to open a new "bug" here: > > http://bugs.php.net > > and add the link + explanation in it. Ok, done. It bug #42060. Saludos. Iñaki. -- School of Management Mondragon University 20560 Oñati - Spain +34 943 718009 (ext. 225) GPG Key availab

[PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2007-07-10 Thread Ignacio Arenaza
Hi, now that there seems to be a maintainer of the LDAP extension (I've cc'ed this message to him), I thought I could try to push this patch again :-) Instead of trying to push my own (limited) patch which only supports pagedResults control extension, I've taken Pierangelo Masarati's patches (PA

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-06-15 Thread Ignacio Arenaza
Marcus Boerger <[EMAIL PROTECTED]> writes: [ I'm resending this, as I haven't seen it ] [ in the internals list :-?] > thanks for your efforts so far. What the test is missing now is that > skipif doesn't detect whether an ldap server can be connected after all, > just like

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-04-28 Thread Ignacio Arenaza
Marcus Boerger <[EMAIL PROTECTED]> writes: Hello again Marcus, forget about the previous email, I forgot to remove a debugging echo statement and the test will always fail. I'm attaching the right test script in this mail. Saludos. Iñaki. -- School of Management Mondragon University 20560 Oña

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-04-28 Thread Ignacio Arenaza
Marcus Boerger <[EMAIL PROTECTED]> writes: > thanks, i konw about the limitations of course. But i'll try to do my best > to get it running on our side to have the ext tested to soem extend et > least. Hello Marcus, it took me longer than expected due to work pressure, but here is a .phpt scrip

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-04-10 Thread Ignacio Arenaza
Marcus Boerger <[EMAIL PROTECTED]> writes: > Hello Ignacio, Hello, > ups - forget the part with the attachements. I was only looking for > attachments and my mailer hid them since they are inlinedstill > care for writing .phpt tests? Ok, I'll code one, althout testing this is configuratio

[PHP-DEV] LDAP module patch (adding new functionality).

2005-10-11 Thread Ignacio Arenaza
Hi, I have modified the ldap module to be able to use Paged Results (see RFC 2696). In order to do that, I have modified ldap_parse_result to provide the server controls to the user. This is where paged results control returned from the server are, specifically the cookie value. Without this val