You're sure nobody uses interbase.h ?? :)
Every PHP header filename must be prefixed with php_..just in case..
As you suggested, I made a header "interbase.h" which is only used by the different compilation units of the extension. The PHP API interface is in php_interbase.h. The client API header is called <ibase.h>.
I'll change it if you really think it's necessary, but I'm not yet convinced.
-- Ard
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
