haxe icon indicating copy to clipboard operation
haxe copied to clipboard

[PHP] MYSQLI_TYPE_LONGLONG missing (and maybe others ?) in php/_std/sys/db/Mysql.hx:correctType

Open filt3rek opened this issue 4 years ago • 3 comments

Hej,

As quickly discussed here https://community.haxe.org/t/php-mysql-bigint-in-resultset-given-as-string/3165/3 maybe some adjustemens should be done in this function to get correct types.

filt3rek avatar Jul 23 '21 08:07 filt3rek

This and other 32/64 related php issues probably could be resolved by introducing a define. Something like -D php.64, which would hint the compiler that generated code is not supposed to run on 32bit systems.

RealyUniqueName avatar Jul 25 '21 07:07 RealyUniqueName

Hej Aleksandr,

I hope you're fine. I permit to ask you when maybe it could be integrated (even if it's not complete for now, just for php/_std/Mysql.hx) with this compilation directive you proposed -D php.64 ? Because I try to maintain an override on my side for project but time passing and I sometimes forget about that and run again into this issue :stuck_out_tongue_closed_eyes:

Regards,

filt3rek avatar Aug 17 '22 12:08 filt3rek

Sorry, I can't give you any ETA.

RealyUniqueName avatar Aug 17 '22 13:08 RealyUniqueName