[PHP] Shared Objects

2003-09-19 Thread Adam Whitehead
Hi All I currently have a requirement to incorporate credit card processing in my application and my bank has provided me with a Linux shared object (.so file) that they said would suit my requirements. They indicated that PHP can instantiate these shared objects and execute the functions

Re: [PHP] Shared Objects

2003-09-19 Thread Marek Kilimajer
You need to write a php extension to wrap around the object's functions. Adam Whitehead wrote: Hi All I currently have a requirement to incorporate credit card processing in my application and my bank has provided me with a Linux shared object (.so file) that they said would suit my