-
Hi,
The program works with PHP5.5 but no longer works in 5.6, 403 error on my script :(
How I can do ?
Thanks
-
## 商品信息
### php-apache
- PHP 7.0 Runtime for Web App (LAMP) replace with PHP8 on ubuntu
- PHP 7.2 Runtime for Web App (LAMP) replace with PHP8 on debian
- PHP 7.4 Runtime for Web App (LAMP…
-
You can't use PHP5.6 it won't install from anything anymore. I am not sure how to update this for PHP 7.x because of the phpunit and the compose.phar has issues with a bunch of stuff. Since this bre…
-
There is at least one issue when using php 5.6. I had to update ods.php in line 1087 and replace the old one:
`if ($zip->open($file, \ZipArchive::OVERWRITE)!==TRUE) {`
with
`if ($zip->open($file,…
-
![image](https://user-images.githubusercontent.com/61262374/145681312-2f3a629b-5b50-4ced-983f-018fd6a7e815.png)
Parse error: syntax error, unexpected ':', expecting ';' or '{' in C:\Users\Administrat…
-
when test message_headers.php in centos i got following output:
```
> php message_headers.php
6 messages delivered
Got message: message 0 | Headers: none
PHP Warning: array_walk() expects…
-
我只是点击安装了php@5.6版本,没想到Brew把整个系统的软件升级了一遍,比如mysql从8.0.39升级到了8.0.42
-
Dja/Util/Functions.php: function querySetToArray - объявление не совместимо с php5.6 и ниже
-
if LINE 26 is "class Zookeeper_Example extends Zookeeper",
it will case a memory wrong like "[1] 55536 segmentation fault php zk_example.php".
if LINE 26 is "class Zookeeper_Example"
it will c…
-
I have installed rainloop from the community edition, on Debian jessie with apache2.4 and libapache2-mod-php5
Testing PHP with:
```