Remove CVS conflict. Zeev, I assume you wanted context inside the globals?

This commit is contained in:
Joey Smith 2000-09-15 20:54:42 +00:00
parent 17332d6b21
commit 618bfebfaf

View File

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