-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phing phar outputs gibberish on hhvm #5139
Comments
what compression does the phar file use? gzip? zip? |
Unfortunately I don't know. We're just using Phing and noted the incompatibility when setting up tests with hhvm. |
The Symfony phar file does the same. To reproduce:
It will spit out a bunch of lines of binary gibberish. On hhvm 3.6.1 and on 3.7.0-dev:
Tested on Debian jessie. |
It does not seem to be compressed at all:
|
Also, the binary gibberish HHVM outputs for the |
phing.phar doesn't output gibberish anymore, instead it complains about the build file not being found. Symphony still outputs gibberish though. |
Hello people I don't know. I maintain and distribute an open source project with a
|
I am going over old issues on this repository, to see which ones apply to the current versions of hhvm. Hhvm dropped support for the phar extension in version 4.1.0. |
Unfortunately I can't dive into the issue to determine whether the issue is on Phing's side or HHVM, but the following steps work on php 5.3 and 5.6 while they don't on hhvm latest stable and nightly:
Expected output:
Received output looks like a few lines of random memory dump.
Tested on Ubuntu precise 64-bit.
The text was updated successfully, but these errors were encountered: