Skrol29
Skrol29
Can you give more details of what you're trying to do ?
As mentioned in the documentation, the workaround to load the OpenTBS plugin using PHP auto-loading is simply : ``` $TBS = new clsTinyButStrong; $TBS->Plugin(TBS_INSTALL, 'clsOpenTBS'); ``` Does that solve the...
I suggest to simply delete the « testunit » and « benches » from this repository. Those are quite old tools now. What do you think ?
Hi, Sorry I need more time to reproduce this issue since Preloading is not available on PHP for Windows for now. (shame on me, I use Windows). My Linux environment...
> @Skrol29 what do you think about releasing a new major version of the TBS package, which will support minimum PHP 7.4? > This can be done with preservation of...
The problem is PHP 5.3 is 20% used of the PHP 5 versions, just quite as much as PHP 5.4 PHP 7 is 12% of all PHP versions. https://w3techs.com/technologies/history_details/pl-php/5
Is that a feature to enlarge a TBS field up to the comment block that we have in CSS or Javascript ?
This is a nice work but I cannot check all this lines modified. I understand this is no code changes, only Coding Style (PSR2), but I whatever have to check...
Hello, The _tbs_plugin_aggregate.php_ is an old one, but is seems to work fine since you deal with the PHP 8.2 deprecation : Creation of dynamic property. It seems that you...