-
Notifications
You must be signed in to change notification settings - Fork 17
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
Downloads out-of-date #34
Comments
I built this extension for Windows for different PHP versions against commit #b6c2883 Perhaps others will find this useful. Here: https://github.com/mlazdans/php-firebird/releases/tag/1.1.1-b6c2883 |
@emil-totev I just released new Linux versions. Windows builds will follow next week. @mlazdans Do you have a build environment for windows? Or did you build the extensions one by one? I'm looking for an automated build process. |
I've got a messy lot of crude batch files (like 30 of them) to initialize dev environment for each PHP version (7.3, 7.4, 8.0, 8.1, 8.2 and 8.3) (following php-sdk) and build extension for Windows both TS and non-TS and 32-bit or 64-bit with Visual Studio. Resulting SDK folder has become rather big (many GB). Take a look: bat.zip Hope it helps. Don't forget to change paths. |
@mlazdans Thanks for your contribution. I tried the batch, but it doesn't work for me. Can give a short introduction. In my case the php-src folders were not created. |
Set up php-sdk as described: https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2 |
I compiled 3.0.1 for all PHP versions: https://github.com/mlazdans/php-firebird/releases/tag/v3.0.1 I also created a pull request for Windows build scripts. I made them very compact comparing to previous attempt. @MartinKoeditz please check them out. Here is some README |
I did a quick test. Basically it looks good. TS builds are ok. But my NTS versions are not build. I get this error:
The error is the same for the other versions. Any idea? |
Not 100% but maybe some Windows SDK regarding threading is missing? Perhaps anything else useful printed when you scroll up terminal? |
@MartinKoeditz , @mlazdans |
Added Windows builds for PHP 8.3 : https://github.com/mlazdans/php-firebird/releases/tag/v3.0.1 |
It would be nice to have updated pre-compiled download versions for newer versions of PHP. Currently there is nothing for 8.1 on Windows, and nothing at all for 8.2 (I know it is still RC, but it is important for testing too).
Also it would be nice to have a general clarification whether these complied versions are compatible through minor PHP revisions (like 8.0.1 and 8.0.23, I think they are) and major PHP versions (like 8.0 and 8.1 and 8.2, I think they are not).
The text was updated successfully, but these errors were encountered: