[PHP-DEV] [VOTE] Apparmor change_hat functionality for php-fpm

2013-06-23 Thread Gernot Vormayr
Hi internals! I started the vote on Apparmor change_hat functionality for php-fpm: https://wiki.php.net/rfc/fpm_change_hat#vote Cheers, Gernot

Re: [PHP-DEV] [VOTE] Apparmor change_hat functionality for php-fpm

2013-06-23 Thread Nikita Popov
On Sun, Jun 23, 2013 at 9:00 PM, Gernot Vormayr wrote: > Hi internals! > > I started the vote on Apparmor change_hat functionality for php-fpm: > > https://wiki.php.net/rfc/fpm_change_hat#vote > > > Cheers, > > Gernot > You need to specify some different title. Right now you included a vote from

[PHP-DEV] Fix for grapheme bug 61860

2013-06-23 Thread Stas Malyshev
Hi! I've started working on fixing bug #61860 (where grapheme case insensitive functions mess up offsets for complex case folding) and ended up rewriting the string search functions to use proper ICU API for that - USearch. All tests seem to be passing just fine, and it is what it should be doing