-
When do you plan to include the PHP 7.2?
-
Cara Integrasikannya gimana mas
-
Hi,
I saw [here](https://github.com/viraptor/phply/issues/21#issuecomment-258966279) a discussion start about PHP version.
Currently, It seems that phply is a mix between php 5.x and php 7.x.
F…
-
Similar issue to: https://github.com/davidalger/capistrano-magento2/issues/138
When running magento:maintenance:enable the redis cache is not correct. You fixed it by flushing before app:config:imp…
-
**Attach the following commands output**
bash
-
I got the following error when I try to install with composer:
```
Problem 1
- Installation request for php-ffmpeg/php-ffmpeg ^0.13.0 -> satisfiable by php-ffmpeg/php-ffmpeg[v0.13].
- ph…
-
Cca od konce roku 2019, bude nejspíš nejnižší požadovaná verze v jádře WP PHP 7+. Bylo by dobré na to myslet a možná i s předstihem začít vyžadovat vyšší verzi.
A to jak u PHP, tak i u WP.
-
### What steps will reproduce the problem?
Run these commands:
```
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
cd basic
touch sessiondb.db
sqlite3 sessiondb.db "CREATE T…
-
Cookie size per domain is limited in some browsers and/or by web servers (when limited by a web server, the user would be forced to manually delete cookies before any more requests).
Before base64_en…
-
Hi,
my webapp is using DB sessions and I was recently playing with onsuspect() handler.
My code is:
```
\Registry::set('session', new \DB\SQL\Session(
$f3->get('DB'),
…