1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

- Fix for defines...

This commit is contained in:
Derick Rethans
2002-09-28 19:02:21 +00:00
parent 074d6c7607
commit 52bd901eb4

View File

@@ -70,7 +70,7 @@ static ZEND_FUNCTION(get_defined_constants);
static ZEND_FUNCTION(debug_backtrace);
#if ZEND_DEBUG
static ZEND_FUNCTION(zend_test_func);
#if ZEND_ZTS
#ifdef ZTS
static ZEND_FUNCTION(zend_thread_id);
#endif
#endif
@@ -127,7 +127,7 @@ static zend_function_entry builtin_functions[] = {
ZEND_FE(debug_backtrace, NULL)
#if ZEND_DEBUG
ZEND_FE(zend_test_func, NULL)
#if ZTS
#ifdef ZTS
ZEND_FE(zend_thread_id, NULL)
#endif
#endif