Alexandre Quercia
Alexandre Quercia
_Disclaimer: I will share you my point of view and you are totally free to take actions that fit better your context._ ---- It is a good things to have...
Just an idea launched: Having a doc about "how to make a release", maybe a good idea, why not, in complementary of one about "how to contribute". Does the first...
Yes, as dev we end up to automate every things with scripts. ... the common dev journey. --- Hum, so the first point of the brainstorming may help too.
There is one test case for that so it is expected for now. https://github.com/milesj/decoda/blob/e84411a/tests/Decoda/DecodaTest.php#L247
It only make issue on tag attributes value. Except I miss something.
@dereuromark > Could this be a feature flag/option to turn on if you want it? Yes, it can be a solution. --- Firstly there is no test cases on this...
Nice work @dereuromark . > To have BC and the choice we could add an optional Why to not use it on `VideoFilter` totally transparently to supports more providers. Does...
@dereuromark On the Symfony bundle the pattern used is the factory one. See https://github.com/helios-ag/FMBbCodeBundle/blob/350d7c0/Decoda/DecodaManager.php#L96 Usage https://github.com/helios-ag/FMBbCodeBundle/blob/350d7c0a01ac3ab057df836966fbd6c155721af7/Templating/BbcodeExtension.php#L60 Maybe this can help you.
It is not a PHP-7 bug but just a modification of the deep isset behaviour. Deep isset() on class that implement ArrayAccess ---------------------------- ```php
Hello @michilehr, Thank you to take time to share this issue. As a security related issue we need to be very careful about it. Can you share us the reference...