Entry
Why do I get 'call to undefined function' when I try to use sybase_set_message_handler() in php4.3.6
May 21st, 2004 10:55
Philip Olson, John Mund,
To use any Sybase functions you must first compile/install the Sybase
extension. This is true for most extensions although some are compiled
in by default (Sybase isn't).
For details on how to install Sybase and what's needed, go here:
http://www.php.net/manual/en/ref.sybase.php
It appears that sybase_set_message_handler() requires sybase-ct as
opposed to just sybase so while compiling use:
--with-sybase-ct
Instead of:
--with-sybase
Still looking for more information on this though and the official PHP
documentation will be updated and when that happens this faqt will be
updated as well.