]> granicus.if.org Git - php/commitdiff
fix #35760 (sybase_ct doesn't compile on Solaris)
authorAntony Dovgal <tony2001@php.net>
Wed, 21 Dec 2005 10:18:32 +0000 (10:18 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 21 Dec 2005 10:18:32 +0000 (10:18 +0000)
ext/sybase_ct/php_sybase_ct.c

index f706445b94e54b76e8950267fb172f0d3a1a1acf..090b164cc3a08c177390d0a45ecc0809a2be4477 100644 (file)
@@ -467,8 +467,8 @@ PHP_RSHUTDOWN_FUNCTION(sybase)
 static int php_sybase_do_connect_internal(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname)
 {
        CS_LOCALE *tmp_locale;
-       TSRMLS_FETCH();
        long packetsize;
+       TSRMLS_FETCH();
 
        /* set a CS_CONNECTION record */
        if (ct_con_alloc(SybCtG(context), &sybase->connection)!=CS_SUCCEED) {