php / pecl-database-ibm_db2

Extension for IBM DB2 Universal Database, IBM Cloudscape, and Apache Derby
http://pecl.php.net/package/ibm_db2
Apache License 2.0
23 stars 27 forks source link

PHP 8.0.11 support for IBM DB2 #15

Closed praveen-db2 closed 3 years ago

praveen-db2 commented 3 years ago

PHP 8.0.11 support for IBM DB2

kadler commented 3 years ago

Looks like a duplicate of https://github.com/php/pecl-database-ibm_db2/pull/13

NattyNarwhal commented 3 years ago

I suppose this might solve any remaining ulong issues, but I thought Christoph got rid of them in the linked PR above.

Without that definition, what compilation errors do you get?

praveen-db2 commented 3 years ago

@NattyNarwhal other than that I didnt get any other issue.

tessus commented 3 years ago

@praveen-db2 I suspect you didn't use git master when compiling, am I correct? There are no ulong occurences left in the code. Thus if you still get any errors, please paste the error text (no screenshot) here.

praveen-db2 commented 3 years ago

@tessus yes you are right, I picked code from https://pecl.php.net/package/ibm_db2, I will close this PR.

praveen-db2 commented 3 years ago

Since this fix is already been pushed in earlier PRs, will be closing this PR.