1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/ext/pdo
Nikita Popov 205d209de9 PDO MySQL: Use mysqlnd column names
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.
2020-12-16 15:17:13 +01:00
..
2020-12-10 16:53:08 +01:00
2020-10-05 15:51:36 +02:00
2020-12-10 16:04:33 +01:00
2020-10-05 15:51:36 +02:00
2020-12-10 16:53:08 +01:00
2020-12-16 15:17:13 +01:00