mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
Faster than prepared statements when queries are run once. Slightly slower than PDO::ATTR_EMULATE_PREPARES but without the potential security implications of embedding parameters in the query itself.