-
All of the classes in dd-class.php use the old style constructor (name of class as function). Can these get updated to use __construct instead for future releases? Would hate to have to update that fi…
-
Hello!
I've tried to compile it with PHP7, it's finished good and started normally, but my CLI application crashes when using win32_ps_list_procs () for example( And I don't know why, because it's …
-
1. ~~erstat split() med explode()~~
- [http://php.net/manual/en/function.split.php]
2. ~~erstat ereg_ med preg_~~
- [http://php.net/manual/en/function.ereg.php]
- Check convertcharset.class.p…
-
Hi guys,
Is `restful` actually supposed to work with PHP7?
In my installation, I get this:
```
PHP Fatal error: Interface 'Drupal\restful\Util\ExplorableDecoratorInterface' not found in .... modu…
-
PHP7 disable the /e operator for preg_replace -> need to be replaced by “preg_replace_callback()”.
otherwise, remarkable() simply return nothing in php7.
-
The plugin causes Segfaults on PHP7.
-
We should make sure the website runs on PHP7
-
simpleforum support php7?
-
先手动最小化d盘装一遍 cygwin64 然后将其重命名cygwin642
下载 [网盘](https://www.yunzhongzhuan.com/#sharefile=5MNAOt15_2826570)中的压缩包 解压至d 或其他非C 盘的根目录
压缩包里的用户名是Administrator 如果 当前机器用户不是,就手动将home/Administrator 改为自己用户,…
-
Hi
For different reason, mysql could be down during php7-fpm execution.
In this case, all pool are deleted and break all sites hosted.
We must check mysql state and ran script only we are sure …