-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fixes for Issue #146 #5
base: master
Are you sure you want to change the base?
Conversation
…et path dynamically during compile
Do you have a linux VM you can test it in? If it compilses there then it should be fine. |
I have several debian boxes that I will test on as soon as I can, day is over here so likely give it a shot tomorrow. |
As it turns out this patch has LOTS of build time issues, I'll resubmit an other again darwin, and work on linux tomorrow if anything is requiredTS On 2012-06-19, at 3:11 PM, Paul Biggar wrote:
|
okay this has been tested from config to runtime on darwin, I'll find time to do the same on linux today and report back |
it seems that for php5.4 fix (commit 4c655a5) isn't complete, it fixes build time issues but runtime is still very much an issue on php5.4 output from trying to compile info.c: In function ‘initialize_method_call’: |
…, it doesn't like preprocessor code so I need to figure that out still
…, for now break sub php5.4 in template so I can finish testing.
Hey @TheSin-, I know it's 4 years later, but I just tidied up phc, got it compiling on linux and OSX, and have CI builds set up with CircleCI. If you wanted to test this, tidy it up and get it into phc, I'd take that patch. |
This is all very very untested, I've only had the time to test this on darwin with fink installed php, I have removed php to watch it fail but that is all thus far, much more testing is required and this is just a quick attempt I'm sure this could be expanded to be more verbose and robust.