-
https://www.php.net/archive/2021.php#2021-11-25-1
https://www.php.net/releases/8.1/en.php
https://www.php.net/manual/en/migration81.php
-
### Host operating system: output of `uname -a`
Linux yul-blackbox-001 5.4.0-137-generic #154-Ubuntu SMP Thu Jan 5 17:03:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
### snmp_exporter version: o…
-
@schickling suggested we also look at the Plesk schema
-
Hi,
Since upgrading to php 8.1, I have a regression with memcache.
Having this config doesn't work anymore :
```
extension = igbinary.so
session.serialize_handler=igbinary
```
We get an e…
-
I'd like to start syncing Geany's ctags with universal-ctags and there are a few things we'd need in universal-ctags in order to have all the functionality we need. One of the things we need is a
con…
-
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-fastroute/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-fastroute/issues?q=i…
-
Allow to define phases and attribute these phases to BIM objects.
Need to see how to save/retrieve this to/from IFC
-
Originally reported on Google Code with ID 637
---
We have twice tried to generate form-based user interfaces for Umple. It sort-of works.
This issue is to get someone to push this through to a fina…
-
As [the statement is executed](https://github.com/FaaPz/PDO/blob/2.x/src/AbstractStatement.php#L36) as `$stmt->execute($this->getValues())`, [any integers will be added to the parameters as strings](h…
-
### Problem
```php
class Var {
public const A = 0x1;
public const B = 0x2;
}
...
switch ($var) {
case Var::A:
return a_work();
case Var::B:
return b_work();
}
```
…