Martin Köditz
Martin Köditz
I think this is a interesting patch regarding performance. Would like to see it.
Two issues fixed. 1. Precision of PHP has to be set to correct value. Set it to 18 via ini_set(). 2. Since PHP 8.1: Deprecated: Implicit conversion from float-string to...
Checked. ibase_free_result doesn't set pointer correct after freeing resource. Test passes after latest code release. See [https://github.com/FirebirdSQL/php-firebird/commit/7a0a740048133abd26debc0ffe5f1652aebfdfbc](url) Please check it too.
Hi, I will try to build the driver this weekend.
Added the driver for PHP 8.3 to the releases section. Successfully tested with Firebird 5.0. Please give it a try.
`Warning: PHP Startup: Unable to load dynamic library 'interbase.so' (tried: /opt/homebrew/lib/php/pecl/20190902/interbase.so (dlopen(/opt/homebrew/lib/php/pecl/20190902/interbase.so, 0x0009): tried: '/opt/homebrew/lib/php/pecl/20190902/interbase.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))), /opt/homebrew/lib/php/pecl/20190902/interbase.so.so (dlopen(/opt/homebrew/lib/php/pecl/20190902/interbase.so.so, 0x0009): tried:...
@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...
@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.
I did a quick test. Basically it looks good. TS builds are ok. But my NTS versions are not build. I get this error: ```Assembling: Zend\asm\make_i386_ms_pe_masm.asm Bibliothek "F:\php-sdk\php8.1\vs16\x86\php-src\Release\php8.lib" und Objekt...
The problem is not related to `BOOLEAN`, but to `TIMESTAMP` field `CREATION_DATE`. If I set `DataTypeCompatibility` to `3.0` everything works fine. So I will investigate in the new timezone feature.