-
### Description
```
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skip…
-
In php-src there are some special stubs that are not supposed to be used on their own because they don't represent any real class, like: https://github.com/php/php-src/blob/master/ext/pdo_pgsql/pgsql_…
-
This PDO test is mark as XFAIL as "Feature not implemented no test makes sense" but is actually implemented...
However as it tests the ``PDOStatement::getColumnMeta()`` method it might make more se…
-
### Description
The following code:
```php
-
Bonjour,
J'essaie de déployer votre application sur un cluster Kubernetes. Pour cela j'ai fais un Dockerfile et j'ai crée une image à partir de ça.
Par la suite j'ai déployer sur kubernetes l'app…
-
Hi there,
I try to integrate this pecl module into a PHP 8.4 build. I can build the module separately using phpize, configure and make. The problem is "make test". The test classes partially require …
-
Pages which need to be added/modified for complete documentation of PHP 8.4:
Based of the migration guide: https://www.php.net/manual/en/migration84.php (#3822):
Related to https://github.com/ph…
-
### Bug Report
| Q | A
|------------ | ------
| Version(s) | 1.13.0
#### Summary
Given following `composer.json`:
```json
{
"require": {
"php": "~8.1.0",
…
-
### Description
I just had a closer look at https://github.com/php/php-src/blob/master/ext/pdo_dblib/config.w32, and found it amazing that you can build the same DLL with two different names by just …
cmb69 updated
2 months ago
-
In commit 83ea69d54bea72e1df9a2647ee101c73deb86d44, a redis session handler was intrododuced. But the file `/usr/local/etc/php/conf.d/redis-session.ini` can not be written when using a non-root image,…