Re: [PHP-DEV] [PATCH] ext/ldap: PHP 6 & bug #48441

2009-06-08 Thread Kalle Sommer Nielsen
Hi Patrick 2009/6/8 Patrick ALLAERT : > (b) Converting ext/ldap to work with PHP 6: > Patch: > http://87.98.252.90/02-ldap_unicode.patch.txt You may want to add the "U" modifier in the function protos to identify they work under Unicode, and so they will show up as "Safe" here: http://www.php.net

[PHP-DEV] [PATCH] ext/ldap: PHP 6 & bug #48441

2009-06-08 Thread Patrick ALLAERT
Hello list, I'd like to adapt ext/ldap for (1) PHP 6 (2) bug #48441. I also have at my disposal more than 80 phpt tests files for ext/ldap that I will commit too. In order to address this issues I'd like to have your review on the following patches before I commit them: (a) Refactoring of php_ld