-
I have a problem with the default headers (especially the '**X-XSS-Protection: 1; mode=block**' one) since they are included in my server configuration which means the headers are duplicated (added on…
-
`\Cron::instance();` is slow, because it always calls the binary method which uses an exec call:
https://github.com/xfra35/f3-cron/blob/a66f447e004f55a3d640adb4fcf39ac5628b2939/lib/cron.php#L54-L56…
ikkez updated
3 years ago
-
Hello!
Please consider harvesting numerous benefits of @phpstan
`phpstan analyze -a lib/base.php lib/ -l 0`
Level may go up to 7!
And see https://twitter.com/szepeviktor/status/11577516044…
-
1. Log in to selfoss
2. Delete the `PHPSESSID` cookie
3. Switch the tag or something, the following error will be produced:
> Load list error: parsererror SyntaxError: JSON.parse: unexpected char…
-
I like the idea of using config files, especially for routes when they are very long.
I also like the idea of using opcode caching like APC, etc.
When I include my routes in the PHP file, they are c…
-
### Issue:
In case a _cURL_ requests failed, `\Web::instance()->request($url, $options)` returns a **string representation** of the error in the returned Array.
This makes it hard to handle differ…
-
MySQL 5.7 and higher set this SQL mode by default: `ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION`
We sho…
-
This is just an issue to leave here for the future to gather ideas around user contributed plugins and if we should or shouldn't create a basic contribution guideline (nothing crazy). It could have fo…
-
Great Thanks devGuys!
Maybe it is just what i've been looking for - minimal backend hassle, as an effective & clear way of dealing with database from client and i'm frankly not real good at php (at l…
-
I just found Atomic Docs last night, pretty awesome so far, but I ran into something that caused me a big headache right off the bat.
File names ( and strings in general ) are not sanitized ( as fa…