mlazdans

Results 55 comments of mlazdans

Maybe removing NostalgyStopEvent(ev); call after keypress event can resolve this?

Is this repo up to date? I show latest update 11 months ago but 3.0.8 release 24 days ago...

Please add this on check to onNostalgyKeyPress(ev) function. I can not send merge request because this repo seems out to date compared with just released 3.3.19 ``` ... function onNostalgyKeyPress(ev)...

These functions have been re-enabled: https://github.com/JetBrains/phpstorm-stubs/blob/master/interbase/interbase.php

You can get Windows DLLs built against v3.0.1 here: https://github.com/mlazdans/php-firebird/releases/tag/v3.0.1

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.

Added Windows builds for PHP 8.3 : https://github.com/mlazdans/php-firebird/releases/tag/v3.0.1

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

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)...

Set up php-sdk as described: https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2 Then, for example, run php82-init.bat. This should clone php 8.2 source (git should be in path or just adjust in .bat file). I assume...