Results 284 comments of Scott Baker

The instructions reference "the script from the latest release" which is the official [GitHub releases](https://github.com/so-fancy/diff-so-fancy/releases) in the assets section. These are the pre-packaged all-in-one versions of the script with the...

I have not forgotten this... I'm still processing how best to do this without breaking backwards compatibility and adding another path to search for plug-ins. Potentially related to #80?

Not sure why Github auto-closed this when I pushed... this should be addressed in the latest push on the `next` branch. Please test and let me know.

This is referenced in #1738 also.

Wow... way to stay ahead of things. I support this effort in theory, but is the PHP 8.4 syntax 100% nailed down? Does it make sense to wait until we're...

PHP 8.5 is scheduled to land in November 2025. There will be release candidates well before that date that we can use to test and run the Smarty unit tests....

The [list](https://php.watch/versions/8.5) of changes for PHP 8.5 seems quite minor. [New Features in PHP 8.5](https://php.watch/versions/8.5#new-features) * [Pipe operator (|>)](https://php.watch/versions/8.5/pipe-operator) * [Curl: New curl_multi_get_handles function](https://php.watch/versions/8.5/curl_multi_get_handles) * [New PHP_BUILD_DATE constant](https://php.watch/versions/8.5/PHP_BUILD_DATE) * [New...

FYI MySQL 5.x was [released in 2008](https://en.wikipedia.org/wiki/MySQL#Release_history). I can't think of any reason why we need to include any "number" in the plugin name.

I made the executive decision to retire the MySQL CLI binary plugins in favor of using `MySQLdb` instead because it's more efficient. I also [renamed](https://github.com/scottchiefbaker/dool/commit/d408d5ea2bcc23507058c1bf6c1fd6ccd36c21a0) all of the `mysql5` plugins...