Hi
Dne Mon, 18 Aug 2014 21:23:56 +0200 Hugues Peccatte hugues.peccatte@gmail.com napsal(a):
I'm currently experiencing an issue with hhvm, see https://travis-ci.org/phpmyadmin/phpmyadmin/builds/32882088 As you can see, all unit tests are ok, except for tests of stristr with hhvm. It seems that the hhvm version used on Travis is "HipHop VM 3.2.0".
Does anyone have hhvm (this version or another) please, could run phpunit on test/libraries/PMA_String_Compare_test.php and give me a feedback?
It indeed does not work, I've reported it here:
https://github.com/facebook/hhvm/issues/3520
PS: We don't seem to use this functionality in our code, so maybe support for this could be removed from PMA_String?