BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Attribute 1002 in the MySQL PDO driver is "MYSQL_ATTR_INIT_COMMAND",
while 1002 in the SQLite driver is "SQLITE_ATTR_EXTENDED_RESULT_CODES".
Running the code as it is leads to the error on PHP 8.1:
Fatal error: Uncaught TypeError:
Attribute value must be of type int for selected attribute, string given
in src/Domain/BicBucStriim/BicBucStriim.php on line 79
Attribute 1002 in the MySQL PDO driver is "MYSQL_ATTR_INIT_COMMAND", while 1002 in the SQLite driver is "SQLITE_ATTR_EXTENDED_RESULT_CODES".
Running the code as it is leads to the error on PHP 8.1: