-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
missing EXTENSION directive #758
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
Conversation
Also fixed the build now while being at it. Mainly invalid declarations (php 5.x does not support c99) |
I quite like your idea of merging the php7 code into develop this way. Ideally I would love to have just one branch but that will take ages to complete properly. I think that would be a good solution for the next release. I'll see about getting this and your other pull request merged and then hopefully we can get some people who have windows machines to verify that it works properly (being full hipster I don't have a windows box) :) Mike |
hi, Thanks for looking at these PRs :) Let me know (or I will see the notifications :) and I can do a PR to create I could do it this week still :) Thanks for your work! On Wed, Mar 16, 2016 at 12:37 AM, Michael Grunder [email protected]
Pierre |
@pierrejoye, could you squash your commits into one and rebase it onto |
Is it not possible to do that in GitHub directly now? The squash part. Also I won't have the time until December to sync this patch with another Cheers On Nov 21, 2016 2:48 AM, "Pavlo Yatsukhnenko" [email protected]
|
@michael-grunder do we need this changes? |
Probably no. Reopen if I'm wrong. |
First fix to restore Windows support.
By the way, what do you think about merging php 5&7 in one branch and two separate folders:
etc...
Doing so will allow cleaner versioning and support for semver. That will also make it very easy for build automation and release under pickle/composer (or existing pecl).
I can prepare a PR to do it if you like to, that would be awesome.