mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
205d209de9
mysqlnd already creates interned zend_strings for us, so let's make use of them. This also required updating the PDO case changing code to work with potentially shared strings. For the lowercasing, use the optimized zend_string_tolower() implementation.