diff options
| author | Ben Fuhrmannek | 2014-11-22 16:13:15 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-22 16:13:15 +0100 |
| commit | a69c64b2bc5756b14605ad39ffad69d09c0d578c (patch) | |
| tree | 6bc2008c9e73e09e53c3ac5688ef9a9d032d93bb /execute.c | |
| parent | df62872ad72b13c24637f33d2452269a48c88f8d (diff) | |
TSRM related speed optimization - thanks to patch from NewEraCracker
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1677,7 +1677,7 @@ internal_function_handler ihandlers[] = { | |||
| 1677 | #define FUNCTION_WARNING() zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name(TSRMLS_C)); | 1677 | #define FUNCTION_WARNING() zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name(TSRMLS_C)); |
| 1678 | #define FUNCTION_SIMULATE_WARNING() zend_error(E_WARNING, "SIMULATION - %s() has been disabled for security reasons", get_active_function_name(TSRMLS_C)); | 1678 | #define FUNCTION_SIMULATE_WARNING() zend_error(E_WARNING, "SIMULATION - %s() has been disabled for security reasons", get_active_function_name(TSRMLS_C)); |
| 1679 | 1679 | ||
| 1680 | /* {{{ void suhosin_execute_internal(zend_execute_data *execute_data_ptr, int return_value_used TSRMLS_DC) | 1680 | /* {{{ void suhosin_execute_internal |
| 1681 | * This function provides a hook for internal execution */ | 1681 | * This function provides a hook for internal execution */ |
| 1682 | #if PHP_VERSION_ID >= 50500 | 1682 | #if PHP_VERSION_ID >= 50500 |
| 1683 | #define EX_T(offset) (*EX_TMP_VAR(execute_data_ptr, offset)) | 1683 | #define EX_T(offset) (*EX_TMP_VAR(execute_data_ptr, offset)) |
