Julian Atkins
Julian Atkins
### Bug report I'm running two preg_match functions on strings and then pass the result to str_replace. PHPStan complains that my strings could be arrays. Here is the result after...
### What happened? Matomo version 5.5.1 removed multiple .htaccess files that protected various files/directories from remote access: ``` /core/.htaccess /libs/.htaccess /node_modules/.htaccess /vendor/.htaccess ``` Was this done intentionally? Because I don't...
### Acknowledgements - [x] I acknowledge that I have read the above items ### Describe the bug DEAD PROJECT - BE CAREFUL WITH THIS PROJECT dead projects are typically taken...
When `socket_create_pair` executes successfully, it generates an array (4th argument) with two `Socket` types (PHP 8+), maybe the correct type for the array, would be: `array{0:Socket, 1:Socket}` Unfortunately, psalm does...
Hello, In previous Smarty versions (3.x and 4.x) I could get the template last modified timestamp with: ``` $tpl = $smarty->createTemplate("mytemplate.tpl", $_action, null, $smarty, false); echo $tpl->cached->timestamp; ``` Unfortunately, in...
### What is the issue? I am on an IPv4 network, the system has IPv6 disabled entirely. So why the endless log messages? ``` Announce error: IPv6 connection failed (Retrying...