Download the PHP package shish/ffsphp without Composer
On this page you can find all versions of the php package shish/ffsphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor shish
Package ffsphp
Short Description A collection of workarounds for stupid PHP things
License MIT
Homepage https://github.com/shish/ffsphp
Package ffsphp
Short Description A collection of workarounds for stupid PHP things
License MIT
Homepage https://github.com/shish/ffsphp
Please rate this library. Is it a good library?
Informations about the package ffsphp
FFS, PHP
Because it's $CURRENT_YEAR
and I'm still hitting the same PHP issues
as years ago...
Features
PDO:
Example use:
-
Changed PDO constructor so that the MySQL backend accepts username and password as part of the DSN, just like every other backend.
-
Added
PDO::execute($query, $parameters)
, so that one can write a templated query without needing to create a single-use prepared statement - Made
PDOStatement::execute($parameters)
use typed bindings, so that"LIMIT :foo", ["foo"=>3]
is rendered asLIMIT 3
instead ofLIMIT '3'
Paths:
VLQ:
All versions of ffsphp with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-pdo Version *
ext-pdo Version *
The package shish/ffsphp contains the following files
Loading the files please wait ....