This fix was actually submitted to php-dev back in February, the person who
submitted it pointed it out to me.  See
http://marc.theaimsgroup.com/?l=php-dev&m=98105032114488&w=2 for the
original post.

Apparently, nothing was ever done with it, so I decided to re-submit it.
Thank you for applying the fix!

"Andi Gutmans" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I patched and commited the source. You just wanted to add CS_PUBLIC,
right?
> You should specify it next time so that I don't have to do a diff in my
head :)
> Also, what does CS_PUBLIC mean? Does it translate to
__declspec(dllexport)?
> If so maybe we should be removing the static?
>
> Andi
>
> At 02:34 PM 5/22/2001 -0600, Steve Meyers wrote:
> >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]
>
>
> --
> 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]
>



-- 
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