I have a driver written in C to access a database (Universe from Ardent)... and I'd like to extend PHP by adding a set of native access function to this database instead of using ODBC (especially on a Linux box).
How can I add my own functions compiled from C into PHP : since I have the driver source, I should be able to extend it to php C function...
Thanks for your help .
Romain.
How can I add my own functions compiled from C into PHP : since I have the driver source, I should be able to extend it to php C function...
Thanks for your help .
Romain.