Re: [PHP-DEV] [PATCH] strtok()

2005-09-09 Thread Rolland Santimano
--- Andrei Zmievski <[EMAIL PROTECTED]> wrote: > Why did we decide to not use u_strtok() here? > > -Andrei u_strtok() assumes NULL terminated input, w/o embedded NULLs. But using u_strtok() would have been much simpler. - Rolland > On Sep 9, 2005, at 11:41 AM, Rolland Santimano wrote: > > > -

Re: [PHP-DEV] [PATCH] strtok()

2005-09-09 Thread Andrei Zmievski
Why did we decide to not use u_strtok() here? -Andrei On Sep 9, 2005, at 11:41 AM, Rolland Santimano wrote: --- Rolland Santimano <[EMAIL PROTECTED]> wrote: Submitting patch for Unicode impl of strtok(), since I don't have a proper test setup, as yet. -- Rolland OK, attachment got strip

Re: [PHP-DEV] [PATCH] strtok()

2005-09-09 Thread Rolland Santimano
--- Rolland Santimano <[EMAIL PROTECTED]> wrote: > Submitting patch for Unicode impl of strtok(), since I don't have a > proper test setup, as yet. > > -- Rolland OK, attachment got stripped - please check inline patch. -- Index: ext/standard/basic_functions.h ===