Ooops:

On Mon, Oct 12, 2009 at 01:48:28PM -0600, Joey Smith wrote:
>               $delimiters = 
> array(chr(1),chr(1),chr(1),chr(1),chr(1),chr(1),'/', '@', '#', '%', '_');
should have been
                $delimiters = 
array(chr(1),chr(2),chr(3),chr(4),chr(5),chr(6),'/', '@', '#', '%', '_');

I used these because given the feature-set of ereg, it seems unlikely that 
people were passing
binary strings into ereg() today, but again - the people who *use* ereg should 
give it some
thought. I'm confident there's a simple path forward for you just by providing 
the function
in "userland" if you do so.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to