-
Notifications
You must be signed in to change notification settings - Fork 16k
Make c extension portable for php 7.4 #6968
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
|
@remicollet, could you help take a look? |
|
Build and load OK BTW still so much warnings |
|
class name type, see pr #6226 The write_property one seems critical From UPGRADING.INTERNALS |
The file created in php 7.4 is not recognizable by previous versions
|
@remicollet addressed your comments. Please take another look. |
|
When is it updated? |
|
Still some warnings: |
|
For the -Wformat issue on zend_long var, I recommend to use the |
|
How do you compile the extension (32bit or 64bit, which php version, which compile flag)? |
PHP 7.4.0, GCC 9.2.1, x86_64 with default RPM build flags: |
|
Also, see https://github.com/xdebug/xdebug/blob/master/config.m4#L36 which is an example of how to enable most sanity checks during the build. |
|
Fixed compiler warnings. Warnings in upb needs to be fixed in upb repository. |
|
Any idea when this will be released? |
|
EOW for now.
…On Tue, Dec 10, 2019 at 07:42 Harrison Heck ***@***.***> wrote:
Any idea when this will be released?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#6968?email_source=notifications&email_token=ABHUPZO6F67VFMMCBPRWE5TQX62HVA5CNFSM4JTMSCFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGPWEZY#issuecomment-564093543>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHUPZOH7AJA6SBLJ7PSADTQX62HVANCNFSM4JTMSCFA>
.
|
Fixes #6624, #6180