php4.3.11/5.0.4

php.internals

Alan Knowles

21 years ago
any updates on the plan to release of these - I'm getting 1-2 emails/bug reports a day reporting the same problems with code broken by both 4.3.10 / 5.0.3 Regards Alan

Andi Gutmans

21 years ago
Ilia and I decided to roll in the beginning of January when people are back from vacation and we get some beta testers. We could RC1 next week if no one has any pending patches. Andi At 08:47 AM 12/30/2004 +0800, Alan Knowles wrote:

Rob Richards

21 years ago
I have a pending patch I would like to get into the 5 branch, but which fix is applied depends upon wether or not zend_fetch_property_address_inner and zend_fetch_property_address are going to fall back to read_property if get_property_ptr_ptr returns NULL. Just need an answer to get that sorted out. Rob Andi Gutmans wrote:

Andi Gutmans

21 years ago
Short update: Seems there are 2-3 bugs that need attending so I think it'll take about a week to 10 days for an RC1. Andi At 05:50 PM 12/29/2004 -0800, Andi Gutmans wrote:

Quanah Gibson-Mount

21 years ago
In article <5.1.0.14.2.20041230111938.0264ba60@localhost>, andi@zend.com says...
> Short update: > Seems there are 2-3 bugs that need attending so I think it'll take about a > week to 10 days for an RC1. > > Andi > > At 05:50 PM 12/29/2004 -0800, Andi Gutmans wrote: > >Ilia and I decided to roll in the beginning of January when people are > >back from vacation and we get some beta testers. We could RC1 next week if > >no one has any pending patches. > > > >Andi > > > >At 08:47 AM 12/30/2004 +0800, Alan Knowles wrote: > >>any updates on the plan to release of these - I'm getting 1-2 emails/bug > >>reports a day reporting the same problems with code broken by both > >>4.3.10 / 5.0.3 > >> > >>Regards > >>Alan
PHP 5 was supposed to add SASL support for LDAP. However, the LDAP SASL implementation for PHP 5 is completely broken, and does nothing. I've written a working patch for this, available at: <http://www.stanford.edu/services/directory/clients/examples/ldap- sasl.diff> This is also bug #30819. The above patch is updated against 5.0.3. I think it would be great to see LDAP SASL binds working in PHP. Thanks! --Quanah
-- Quanah Gibson-Mount Principal Software Developer ITSS/Shared Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html QA Engineer OpenLDAP Core Team

Andi Gutmans

21 years ago
Jani, Can you take a look at this? I see you have touched this extension in the past. Thanks, Andi At 09:52 AM 1/13/2005 -0800, Quanah Gibson-Mount wrote: