Re: [PHP-DEV] Patch: conflicting defines in PHP extensions should be made private

2001-09-03 Thread Andi Gutmans
Steve, I commited your patch. Please check out the latest CVS and test that it's OK. I can't check it. Andi At 06:52 PM 9/3/2001 -0500, Steve Langasek wrote: >Hello, > >It's come to my attention that it's not possible to the Sybase extension and >the IBM DB2 extension into PHP at the same time

[PHP-DEV] Patch: conflicting defines in PHP extensions should be made private

2001-09-03 Thread Steve Langasek
Hello, It's come to my attention that it's not possible to the Sybase extension and the IBM DB2 extension into PHP at the same time because they have conflicting declarations of `RETCODE'. Both of these extensions are built on top of legacy, proprietary APIs which it's not possible to change, so