The sybase_ct extension does not work on Windows.  The following two simple
changes are necessary for it to eliminate the segfault.  Would it be
possible to put these changes into the 4.0.6 branch?  Thanks!

In ext/sybase_ct/php_sybase_ct.c, around line 200, change these two lines:

static CS_RETCODE CS_PUBLIC _client_message_handler(CS_CONTEXT *context,
CS_CONNECTION *connection, CS_CLIENTMSG *errmsg)

static CS_RETCODE CS_PUBLIC _server_message_handler(CS_CONTEXT *context,
CS_CONNECTION *connection, CS_SERVERMSG *srvmsg)



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to