[PHP-DEV] when will support for php 4 last?

2005-11-08 Thread Mikael Fern
hello internals, so sorry if this has been discussed before. i've searched my [EMAIL PROTECTED] but found no relevant context. i notice there are 637 open bugs for php 4 (from the last mail i got) including feature requests. there are also hundreds of open bugs for php 5. since the php 6 is on the

Re: [PHP-DEV] when will support for php 4 last?

2005-11-08 Thread Jani Taskinen
On Wed, 9 Nov 2005, Mikael Fern wrote: i notice there are 637 open bugs for php 4 (from the last mail i got) including feature requests. there are also hundreds of open bugs for php 5. Actually there are 28 open bugs marked only for PHP 4. There are 106 open bugs marked for PHP 5, of w

[PHP-DEV] LDAP controls in response

2005-11-08 Thread Pierangelo Masarati
Stig, I need to use LDAP controls in PHP, including control response from server to client, so I patched the 5.0.5/HEAD code to add an extra arg to ldap_parse_result() and ldap_parse_reference(). I'd need this patch in production at some point, that's why it would be great to see it merged into t

Re: [PHP-DEV] LDAP controls in response

2005-11-08 Thread Jani Taskinen
I quickly glanced through your patch and if you don't mind, can you please separate the warning-fixes and functionality patch? (one patch for fixes, one for adding new stuff :) It's a bit too much to try and see what was added and what is supposed to silence some warning.

Re: [PHP-DEV] LDAP controls in response

2005-11-08 Thread Pierangelo Masarati
On Wed, 2005-11-09 at 00:37 +0200, Jani Taskinen wrote: > I quickly glanced through your patch and if you don't mind, > can you please separate the warning-fixes and functionality patch? > (one patch for fixes, one for adding new stuff :) > > It's a bit too much to try and see

Re: [PHP-DEV] LDAP controls in response

2005-11-08 Thread Jani Taskinen
The "control-patch" looks okay. But the "warning-fix-patch" really doesn't. You're actually changing some functions behaviour with some of those changes. Maybe you didn't notice but there's ldap_get_values() and ldap_get_values_len() separately. And there's ldap_bind() and ldap_s

Re: [PHP-DEV] LDAP controls in response

2005-11-08 Thread Pierangelo Masarati
On Wed, 2005-11-09 at 07:05 +0200, Jani Taskinen wrote: > The "control-patch" looks okay. But the "warning-fix-patch" really > doesn't. > You're actually changing some functions behaviour with some of those > changes. Maybe you didn't notice but there's ldap_get_values() and >