Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janedbal/php-pdo-get-attribute-bug

Reproduction case where you cannot retrieve value of PDO::ATTR_STRINGIFY_FETCHES option
https://github.com/janedbal/php-pdo-get-attribute-bug

pdo php

Last synced: about 1 month ago
JSON representation

Reproduction case where you cannot retrieve value of PDO::ATTR_STRINGIFY_FETCHES option

Awesome Lists containing this project

README

        

> [!CAUTION]
> This issue is fixed [since PHP 8.2.15](https://github.com/php/php-src/commit/b333164423010ad741f45f6f8eccd1c484ba43fc)

## Unable to check PDO::ATTR_STRINGIFY_FETCHES configuration
- See bug report: https://github.com/php/php-src/issues/12969

### How to run
- `docker-compose up -d`
- `docker-compose run php php pdo.php`