diff options
| author | foobar <sniper@php.net> | 2005-12-06 01:21:28 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-12-06 01:21:28 +0000 |
| commit | 4e874820e9490e7ffd931dcbd57a9aa344dd4ac2 (patch) | |
| tree | af491e8a038f07c366363fb816a837045a82837e /ext/sybase_ct | |
| parent | b9af8f271921ff5920b106844b4f6761f4b6e8b0 (diff) | |
| download | php-git-4e874820e9490e7ffd931dcbd57a9aa344dd4ac2.tar.gz | |
MFH: nuke php3 legacy
Diffstat (limited to 'ext/sybase_ct')
| -rw-r--r-- | ext/sybase_ct/php_sybase_ct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.h b/ext/sybase_ct/php_sybase_ct.h index 024d908e63..b05a651fcc 100644 --- a/ext/sybase_ct/php_sybase_ct.h +++ b/ext/sybase_ct/php_sybase_ct.h @@ -96,7 +96,7 @@ typedef struct { } sybase_field; typedef struct { - pval **data; + zval **data; sybase_field *fields; sybase_link *sybase_ptr; int cur_row,cur_field; |
