mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01: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.