On 2015-04-15 17:19, Emmanuel Dreyfus wrote:
On Wed, Apr 15, 2015 at 04:43:06PM +0200, Côme BERNIGAUD wrote:
After applying your patch on PHP 5.6 I get these errors compiling:
Which version? I tried on 5.6.7
On PHP-5.6 branch of php git. I just tried on PHP-5.6.7 branch and got the same thing.
This seems to be because I used --with-ldap but not the --with-ldap-sasl configure option. If I use both options it builds fine.
So maybe some ifdef are missing? Or the «#define HAVE_LDAP_SASL» the patch adds in php_ldap.h may be the problem.