It is a large delphi library I want to call from PHP, so I don't think it is easier.
But you know your library and you have it under control so maybe it's easier to write C include files to interface your Kylix library from C instead of writing Delphi-Units to interface PHP from Kylix.
So I would try to first implement a C interface (or C++ if it has OO) for your Delphi library and then write a simple PHP extension which uses this C/C++ interface to use your delphi lib.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php