-
```
-
Module
https://github.com/gimpe/kohana-memcached.git
-
This is already recorded in `hphp/doc/inconsistencies`
Code:
``` php
$GLOBALS = ["key" => "value"];
var_dump($GLOBALS["key"]);
```
Zend: `string(5) "value"`
HHVM: `NULL`
Fixing this will fix a par…
-
Please, do this.
There is lot of users still on 3.2 with their big projects.
Need branch 3.2/master with old style naming for classes and directories.
-
Most modules have a default basic working configuration set. For this module, that could be the `file` cache (given that the directory it uses is used by Kohana core). Is there a reason that there's n…
-
I ran into a strange problem with `Session::instance()->get()` and `Session::instance()->set()` when using Phery. Basically, it is NOT doing the `->set()` properly. I am using the example on the REA…
-
Support for PHP 5.4, 5.5, 5.6 and HHVM
enov updated
10 years ago
-
https://github.com/slimphp/Slim/blob/master/Slim/Middleware/SessionCookie.php#L127
Generally, it's a bad idea to blindly `unserialize()` user-controllable input.
https://www.owasp.org/index.php/PHP_…
-
Hi
In this example the article is an optional parameter.
```
open/edition/:editionId
open/edition/:editionId/article/:articleId
```
In kohana in php I can setup optional stuff by adding some p…
-
I'm have problem with
https://github.com/kohana/core.git
I'm try use branch
```
"type": "package",
"package": {
"name": "kohana/system",
"version": "3.2"…