Skip to content

Commit

Permalink
Fix macros
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Sep 1, 2011
1 parent e95a759 commit 4afeec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_stomp.c
Expand Up @@ -327,7 +327,7 @@ static void stomp_object_free_storage(stomp_object_t *intern TSRMLS_DC)
} }




#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 3 && PHP_RELEASE_VERSION >= 99) || (PHP_MAJOR_VERSION > 5) #if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 4) || (PHP_MAJOR_VERSION > 5)
#define PHP_STOMP_RUNTIME_CACHE #define PHP_STOMP_RUNTIME_CACHE
#endif #endif
static zend_object_value php_stomp_new(zend_class_entry *ce TSRMLS_DC) static zend_object_value php_stomp_new(zend_class_entry *ce TSRMLS_DC)
Expand Down

0 comments on commit 4afeec4

Please sign in to comment.