-
Notifications
You must be signed in to change notification settings - Fork 29
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
Successful installation, Failed Execution #20
Comments
Do you know the content of the failed log in the test?
Probably the module can not be read properly. |
I'm not sure what you specifically want me to do? I'm not exactly a Linux guru.
|
The following file will not be generated in the tests directory after running
|
...so? I'm happy to help and am looking for an actionable request that I can understand. I program PHP well enough though I'm not a Linux guru. Are you asking if those files were created / would like me to post their content in example? |
If the test fails, a result file is generated and remains. $ cd php-ext-brotli
$ ls tests/ob_002.*
tests/ob_002.phpt
$ phpize && ./configure && make
$ make test
..
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
brotli.output_compression [tests/ob_002.phpt]
=====================================================================
$ ls tests/ob_002.*
tests/ob_002.diff tests/ob_002.log tests/ob_002.php tests/ob_002.sh
tests/ob_002.exp tests/ob_002.out tests/ob_002.phpt
$ cat tests/ob_002.log # What you want
$ cat tests/ob_002.out # What you want |
I hope this helps?
|
Okay, working on it...
|
There seems to be a difference between PHP and module versions.
It does not work properly unless it is the same. |
Sent the email. |
Why wouldn't it work on a newer version? Hasn't this extension been out for a while? Sent the email though it bounced.
|
Please check if the version of
|
|
Find the following string from
|
PHP Info: PHP API 20160303 |
Please replace the |
Could you please clarify with details please? I'll clarify that the server allows running multiple versions of PHP and I use the latest version 7.1.x that WHM allows. |
Since phpize is from PHP 5.6, modules built with this can only be used with PHP 5.6. Since /usr/local/bin/php is like PHP 7.1, it will not be in /usr/local/bin etc. |
Using PuTTY I ran the following:
Tried running the code in PHP:
So the tests all failed and I'm just posting this here:
The text was updated successfully, but these errors were encountered: