> >>What do you think? Is it ok to break the BC here or not? As you see the
> >>other change introduced with the patch is to use the whole needle string
> >>while searching, not only the first character.
> >>
> >That break was intentional. Having strrpos() behave differently from
> >strpos() in re
Sara Golemon wrote:
The documenation of both function states if the second parameter is an
integer instead of string then its value is used as a ord of the character
to be used during the search. This no more true with HEAD.
Good catch. This should not have been broken, I'll fix this.
oki