diff options
author | Joey Smith <joey@php.net> | 2000-09-15 20:54:42 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-09-15 20:54:42 +0000 |
commit | 618bfebfaff56d56c977f71e16ca961dcf6ecd33 (patch) | |
tree | 3144abad8b9ee1e8eff4310dd3617b37c44c0de9 /ext/sybase_ct/php_sybase_ct.h | |
parent | 17332d6b21590dc0a22d8765159bcaf8acdcc385 (diff) | |
download | php-git-618bfebfaff56d56c977f71e16ca961dcf6ecd33.tar.gz |
Remove CVS conflict. Zeev, I assume you wanted context inside the globals?
Diffstat (limited to 'ext/sybase_ct/php_sybase_ct.h')
-rw-r--r-- | ext/sybase_ct/php_sybase_ct.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.h b/ext/sybase_ct/php_sybase_ct.h index ed825fc588..23a96ca1e8 100644 --- a/ext/sybase_ct/php_sybase_ct.h +++ b/ext/sybase_ct/php_sybase_ct.h @@ -66,13 +66,8 @@ ZEND_BEGIN_MODULE_GLOBALS(sybase) char *hostname; char *server_message; long min_server_severity, min_client_severity; -<<<<<<< php_sybase_ct.h CS_CONTEXT *context; ZEND_END_MODULE_GLOBALS(sybase) -======= - long cfg_min_server_severity, cfg_min_client_severity; -ZEND_END_MODULE_GLOBALS(sybase) ->>>>>>> 1.7 typedef struct { CS_CONNECTION *connection; |