faqts : Computers : Programming : Languages : PHP : Database Backed Sites : Sybase

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 3 people (33%) answered Yes
Recently 1 of 3 people (33%) answered Yes

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.