Greg Roach
Greg Roach
https://github.com/w3c/webappsec-change-password-url
My application allows users to upload images, and also to choose the image subfolder and filename. One such image is called `foo%20bar.jpg`. Here's a simplified version of the code I'm...
Upgrading from 6.6.5 to 6.7.2 causes an undefined index error in my test scripts. ``` ErrorException: Undefined array key -1 /Users/gr4376/Projects/webtrees/vendor/tecnickcom/tcpdf/tcpdf.php:18829 /Users/gr4376/Projects/webtrees/vendor/tecnickcom/tcpdf/tcpdf.php:5934 ``` The offending code is `$dom[$key-1]`. ``` 18829...
The timestamp functions must (by definition) use the local timezone. But if it is not defined in `php.ini` then calls to `date()` and `date_default_timezone_get()` trigger a PHP warning. Since the...
CLDR plural rules contain annotations `@integer` and `@decimal`. We do not need the decimals. We should exclude rules that are *only* used for decimals. We can then compare the remaining...
| Q | A |------------- | ----------- | Type | bug | Fixed issues | #6146 #### Summary In MySQL (and MariaDB), `utf8` and `utf8mb3` are aliases. Depending on the...