diff options
| author | Antony Dovgal <tony2001@php.net> | 2005-12-21 10:18:32 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2005-12-21 10:18:32 +0000 |
| commit | 81a2bacdc422b63e359fa162fcdd6758f0ab7860 (patch) | |
| tree | 1c97a3e03e08370edbc40ea76dddd6dd9d409775 /ext/sybase_ct | |
| parent | f90214347e2ac0571c3766587de76265023eb489 (diff) | |
| download | php-git-81a2bacdc422b63e359fa162fcdd6758f0ab7860.tar.gz | |
fix #35760 (sybase_ct doesn't compile on Solaris)
Diffstat (limited to 'ext/sybase_ct')
| -rw-r--r-- | ext/sybase_ct/php_sybase_ct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.c b/ext/sybase_ct/php_sybase_ct.c index f706445b94..090b164cc3 100644 --- a/ext/sybase_ct/php_sybase_ct.c +++ b/ext/sybase_ct/php_sybase_ct.c @@ -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) { |
