Mark Evens

Results 5 issues of Mark Evens

See comment at https://processwire.com/talk/topic/3745-hanna-code/page/18/?tab=comments#comment-217245 In the TextformatterHannaCode::getPHP() method, the lines ` if(strpos($code, 'namespace') && preg_match('/(namespace\s+ProcessWire(?:;|\s*;))/', $code, $matches)) { $openPHP = $openPHPNS; $code = str_replace($matches[1], '', $code); }` have the effect...

Fix erroneous removal of namespace and associated failure to add $firstline security check

I have been using the old version of Pommo (obtained via Softaculous) for some years, but am not a developer. I recently downloaded the new version to deal with Strict...

Validator::validate() matches headers named DKIM-Signature but not X-Google-DKIM-Signature. Add `$signatures = array_merge($signatures, $this->getHeadersNamed('X-Google-DKIM-Signature', 'raw'));` after setting $signature on line 43?

See https://processwire.com/talk/topic/31018-request-info-panel-problem/ for description of problem. In certain circumstances, such as those described in the post, the error: _ErrorException: trim(): Passing null to parameter #1 ($string) of type string is...

status: fixed-please confirm