Michael Osipov

Results 569 comments of Michael Osipov

> > Hi @ogou, Thanks for your investigations, I have the same issue upgrading from 2.3.0 to 2.7.0. Would please tell me where you did change `$level = 0` ?...

Fully agree with @ams-tschoening

FTR: https://github.com/horde/Text_Diff/pull/3

Looking at https://www.php.net/supported-versions.php I guess that 7.4 will truly go away by end of the year. We should try clarify whether either Text_Diff or `diff(1)` is producing wrong ouput. I...

There is no system diff on Windows. You need to install a third party impl.

> > There is no system diff on Windows. You need to install a third party impl. > > Sorry, I wasn't clear with my previous question. I know there...

> Would the package [sebastianbergmann/diff](https://github.com/sebastianbergmann/diff) be an alternative for GNU/BSD diff to be platform independent? It looks promising from the code coverage, GitHub stars and quite a number of projects...

Update: I have set up a clean FreeBSD jail with PHP 8.2 beta and will drill through next weeks. What will not work anymore, at least with 8.2 is PEAR....

Here is the branch: https://github.com/websvnphp/websvn/tree/php-8.x Text_Diff was installed by composer, but I wasn't able to get any erratic behavior..will continue on Monday.

I was able to reproduce the failure with `each()`. This happens IF `native` mode is used. If one installs `xdiff` PHP extension it all works. When Text_Diff is not installed,...