-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Deduplicate macros, Fix memleak in PHP < 5.4 #916
Conversation
This can't be merged, could you please rebase it? |
Rebased against current HEAD |
Build for 5.3.3 failed due to Travis error:
|
Deduplicate macros, Fix memleak in PHP < 5.4
@niden merged 1.3.0 into master, so I expect developers install from master, no? |
I have a branch, 1.2.1-sj with all bug fixes since 1.2.1 (only bug fixes, no new functionality). We can merge it as 1.2.2 if you want once all Travis tests pass. |
Vladimir, please merge into 1.3.0 which right now is in sync with master. Thanks! |
In my 1.2.1 I have these patches:
|
See #802, #910, #914
Bonus: free all allocated memory on fatal error without segmentation faults (should we backport this to 1.2.1?)