Stacy Kvernmo

Results 6 comments of Stacy Kvernmo

I would like a report of last month :)

+1 to this. It only shows me like the firs x number of variables and once it gets to the "b" alphabetically it will not show any more. I assume...

Wow @dularion this is a great addition!

Herman is well documented now :) Give it a try if anyone in this thread is interested: http://oddbird.net/herman/docs/index.html

if you change line 353 from: `if (!$this->compression_is_enabled($option) || $input_value{0} === '[') {` to: `if (!$this->compression_is_enabled($option) || $input_value[0] === '[') {` I wonder how many other files need to be...

This is still an issue that occurs when running php8. The curly brackets need to be swapped for square brackets in this file specifically.