-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix build in OSX with --enable-dtrace #1041
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
|
How the build fails and on which OS X version/compiler? I build on OS X almost every day and didn't have any problem. |
|
what is the error? which compiler do you use? |
|
@laruence sorry I forgot to provide building details. OSX version: 10.10.2 |
|
@guoxiao I've got a slight different fix, and committed, thanks for the reporting & PR. |
|
Comment on behalf of laruence at php.net: closed |
* master: (74 commits) Shut up, my lovely compiler; I do not like your warnings Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER. fix detection of mbstate_t with clang Add missing NEWS and UPGRADING for bug #68938 moved the part of the test into an appropriate place Removed unused REGISTER_PDO_CONST_LONG Fix another invalid free of CG(interned_empty_string) add tests for #68996 Fixed #68790 (Missing return) Fixed #68790 (Missing return) Update README.TESTING Small Spacing adjustments for better reading added ODBCVER to phpinfo() added PCRE JIT availability info to phpinfo() Improve tests for bug 67436 Fixed issue php#1041 (Fix build in OSX with --enable-dtrace) fix setting default ODBCVER value in config.w32 updated NEWS updated NEWS Fixed bug #68964 Allowed memory size exhausted with odbc_exec ...
* master: (371 commits) Shut up, my lovely compiler; I do not like your warnings Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER. fix detection of mbstate_t with clang Add missing NEWS and UPGRADING for bug #68938 moved the part of the test into an appropriate place Removed unused REGISTER_PDO_CONST_LONG Fix another invalid free of CG(interned_empty_string) add tests for #68996 Fixed #68790 (Missing return) Fixed #68790 (Missing return) Update README.TESTING Small Spacing adjustments for better reading added ODBCVER to phpinfo() added PCRE JIT availability info to phpinfo() Improve tests for bug 67436 Fixed issue php#1041 (Fix build in OSX with --enable-dtrace) fix setting default ODBCVER value in config.w32 updated NEWS updated NEWS Fixed bug #68964 Allowed memory size exhausted with odbc_exec ... Conflicts: ext/session/session.c
* master: (373 commits) Shut up, my lovely compiler; I do not like your warnings Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER. fix detection of mbstate_t with clang Add missing NEWS and UPGRADING for bug #68938 moved the part of the test into an appropriate place Removed unused REGISTER_PDO_CONST_LONG Fix another invalid free of CG(interned_empty_string) add tests for #68996 Fixed #68790 (Missing return) Fixed #68790 (Missing return) Update README.TESTING Small Spacing adjustments for better reading added ODBCVER to phpinfo() added PCRE JIT availability info to phpinfo() Improve tests for bug 67436 Fixed issue php#1041 (Fix build in OSX with --enable-dtrace) fix setting default ODBCVER value in config.w32 updated NEWS updated NEWS Fixed bug #68964 Allowed memory size exhausted with odbc_exec ...
No description provided.