-
Notifications
You must be signed in to change notification settings - Fork 375
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
PHP 7.4 support #999
Comments
|
Thanks @remicollet and @cmb69 |
This issue might get resolved on the PHP side, see php/php-src#4250. |
Thanks @cmb69 for the reference! We will keep an eye on this. |
FYI, I confirm than 5.6.1 build without error against 7.4.0-dev (so with upcoming alpha2) |
For memory, if someone need to build against alpha1, here is a small workaround |
Cool! Thanks @remicollet and @cmb69 ! |
Hi guys ! @remicollet, @cmb69 and @yitam Thanks in advance ! |
The PHP for Windows team is planning to provide PECL DLLs for PHP 7.4 starting around beta1. |
Alas. It fails in 7.4-beta1 now:
This was after replacing some instances of 'uint' by 'unsigned long' in the 5.6.1 release, but in git head the error is the same. The error was introduced in 7.4-beta1. 7.4-alpha3 still compiled OK. I do not know what caused the error. |
Could it be this change php/php-src@845d07b#diff-2e4b71f255095863524bb18e8e26b815 ? |
@nikic I had just noticed that too |
You could try the ones in the Alpha3 zips here: |
Looks like somethin like this fixes the compilation error:
|
Thanks again @Jan-E |
I only fixed the compilation error. Testing etc is up to you. |
Of course, @Jan-E :-) Yet it's unlikely we will release a preview just to fix this compilation issue. The preview will include new feature(s) as well. Thanks! |
see pr #1013 |
php74beta1 broke sqlsrv, that's being tracked @ microsoft/msphpsql#999
php74beta1 broke sqlsrv, that's being tracked @ microsoft/msphpsql#999
Closing this issue as 5.7.0 preview is already released. |
@yitam That's great! When is 5.7.0 scheduled to be release? This is the only thing keeping us from migrating to PHP 7.4. Thanks! |
@iluuu1994 it depends on ODBC driver. We will likely release shortly afterwards, ETA as indicated here |
@yitam I see. Thank you for your response! |
For now, build fails
The text was updated successfully, but these errors were encountered: