On 22/03/2019 16:25, Nikita Popov wrote:
I've created a patch forhttps://bugs.php.net/bug.php?id=72175  (last
comment), which seems to be the biggest open problem in the interbase
extension. I'd appreciate it if you or someone else who uses firebird could
test this.

Nikita

Am I jumping the gun a bit? I've got 7.2.16 configured so I can compile it myself. It's throwing a warning on compile ./ibase.h:761:28: note: expected ‘ISC_UCHAR ** {aka unsigned char **}’ but argument is of type ‘char **’ ISC_LONG ISC_EXPORT_VARARG isc_event_block(ISC_UCHAR**, but the compiled copy is clearing my ibtest suite.

I've ported your patch to the 7.2.16 copies of the files but this is throwing a different warning
"implicit declaration of function ‘GC_ADDREF’;" and GC_DELREF
GC_ADDREF certainly exists in the file already but not GC_DELREF so am I missing something that will stop me making this work on 7.2.16?

It is at least running - http://smallbrook.co.uk:800/phpinfo.php but I need to add something to test this problem as my framework only uses a singleton connection ... http://smallbrook.co.uk:800 needs a login, but the database searches are running fine.

I'm still waiting on mercurial syncing with git but hopefully in the morning I'll be able to cross check changes in the files over time.

--
Lester Caine - G8HFL
-----------------------------
Contact - https://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - https://lsces.co.uk
EnquirySolve - https://enquirysolve.com/
Model Engineers Digital Workshop - https://medw.co.uk
Rainbow Digital Media - https://rainbowdigitalmedia.co.uk

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to