Fix makefile.global for apache2 module name patch#1069
Fix makefile.global for apache2 module name patch#1069morozov merged 2 commits intophpbrew:masterfrom markwu:fix-makefile.global-for-Apache2ModuleNamePatch
Conversation
|
@markwu please make sure you update the tests accordingly. The patch now requires a version. |
|
@morozov How do I run the test to make sure everything okay? |
|
@markwu, first you need to do Some existing tests are ridiculously slow and should be reworked, so if the whole suite takes too long, you can run just the failing test and make sure it passes: |
|
Okay, I already add a test for this PR, test both I also rebase/squash the commits to 2, one for fix the patch, one for add test. |
|
BTW, there are lot of error notice when generating the testing report. |
|
Please rebase. I cleaned up the test suite a bit yesterday. The rest is inevitable due to the outdated PHPUnit used with a new PHP. |
|
Thank you @markwu! |
Fix Apache2 module name patch for php 7.4 and older version. I just bring $build and $logger arguments to rules(), then I can get different rules set for different version
Fixes #1060.