mirror of
https://github.com/php/php-src.git
synced 2026-04-06 07:32:54 +02:00
Fix for #76857 introduced slight perf regression so this is an attempt to fix it. The idea is to re-use stream path check from ZendAccelerator that should be quicker than strstr. Signed-off-by: Jakub Zelenka <bukka@php.net>