My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
122 stars 48 forks source link

Which version of B8 do we run (2023-01-09)? #663

Closed auge8472 closed 1 year ago

auge8472 commented 1 year ago

@loesler While overworking the upgrade script I came across the pull requests about upgrading and downgrading B8 because of issues with the new version. The library itself provides no version information. When comparing the code of the original b8.php (version 0.7) with the code we use in MLF version 20220803.1, I see the first differences in spl_autoload_register (original B8 version 0.7 versus mlf 20220803.1). On the other hand our code differs much more from the original code of the previous version 0.6.2.

So my question is: Which version of B8 do we run?

loesler commented 1 year ago

The latest version (v0.7), cf. #562

auge8472 commented 1 year ago

Thank you for your commitment. So the additional code in spl_autoload_register is the difference.

loesler commented 1 year ago

Maybe, the provided fix is not part of the download package but it was committed.