]> granicus.if.org Git - php/commit
get_meta_tags() was using php_stristr() so it needed to be changed.
authorAndrei Zmievski <andrei@php.net>
Sat, 11 Dec 1999 19:51:04 +0000 (19:51 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 11 Dec 1999 19:51:04 +0000 (19:51 +0000)
commit33d82cb6d1dc8e1fc1a0e2e93c0a9a21cb55b46d
treef73007066ad0d36e06c606ac8c5618d43363b00f
parent17ff0f3af3acbfb611858a8a7ac2913e3309da9a
get_meta_tags() was using php_stristr() so it needed to be changed.
Optimized it to use php_memnstr() directly.
ext/standard/file.c
ext/standard/php_string.h