Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/janedbal/php-pdo-get-attribute-bug
- Owner: janedbal
- Created: 2023-12-18T12:55:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-10T07:59:22.000Z (4 months ago)
- Last Synced: 2024-12-12T16:09:43.469Z (about 2 months ago)
- Topics: pdo, php
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`