mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
d3b0efe9d7
`dba_open()` accepts arbitrary stream wrapper paths, but unless no locking (`-`) is specified, we try to determine the underlying file path. If that fails, we need to error out. Closes GH-16498.