[PHP-DEV] PHP 5 Bug Summary Report

2009-06-08 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1336 total -- which includes 869 feature requests) ===[*Configuration Issues] 48490 Open php configure --with-mysql failed with macports

[PHP-DEV] PHP 6 Bug Summary Report

2009-06-08 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (79 total -- which includes 36 feature requests) ===[*Unicode Issues]== 48265 Open Source and result of database have different encodings.

[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

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

2009-06-08 Thread Kalle Sommer Nielsen
Hi Patrick 2009/6/8 Patrick ALLAERT patrickalla...@php.net: (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:

[PHP-DEV] Re: ext/standard/crypt_blowfish.c

2009-06-08 Thread Solar Designer
On Sun, Jun 07, 2009 at 11:06:45PM +0200, Pierre Joye wrote: Thank for your work, I'm the one who merged your implementation to PHP (we had a discussion about it btw, per email if you remember :). Yes, I recalled that, and this is why I CC'ed you on my posting. Thanks for the review and the

[PHP-DEV] Re: ext/standard/crypt_blowfish.c

2009-06-08 Thread Pierre Joye
hi Alexander, Thanks for the feedbacks! these questions are the same I had when I was making crypt portable (having all algos available in any situation). Sadly I do not have the time yet to fix the behavior (remove the workaround/BC hack or the on error behavior). If you like to (or have the

[PHP-DEV] Re: ext/standard/crypt_blowfish.c

2009-06-08 Thread Solar Designer
On Mon, Jun 08, 2009 at 08:22:15PM +0200, Pierre Joye wrote: Sadly I do not have the time yet to fix the behavior (remove the workaround/BC hack or the on error behavior). If you like to (or have the time to :), you can five it a try, that will be very helpful. Or I can work on that next week,