Hi,
after upgrade to PHP dev-lang/php-5.2.2-r1 (on Gentoo Linux) and
recompilation xdebug (version dev-php5/xdebug-2.0.0_rc4) I have to
comment out xdebug_enable(); because now I get error
Fatal error: Call to undefined function xdebug_enable()
in /var/www/localhost/...
When I search for xdebug_* function, I get only
[0] => xdebug_get_stack_depth
[1] => xdebug_get_function_stack
[2] => xdebug_print_function_stack
[3] => xdebug_get_declared_vars
[4] => xdebug_call_class
[5] => xdebug_call_function
[6] => xdebug_call_file
[7] => xdebug_call_line
[8] => xdebug_var_dump
[9] => xdebug_debug_zval
[10] => xdebug_debug_zval_stdout
[11] => xdebug_break
[12] => xdebug_start_trace
[13] => xdebug_stop_trace
[14] => xdebug_get_tracefile_name
[15] => xdebug_get_profiler_filename
[16] => xdebug_dump_aggr_profiling_data
[17] => xdebug_clear_aggr_profiling_data
[18] => xdebug_memory_usage
[19] => xdebug_peak_memory_usage
[20] => xdebug_time_index
[21] => xdebug_start_code_coverage
[22] => xdebug_stop_code_coverage
[23] => xdebug_get_code_coverage
[24] => xdebug_get_function_count
[25] => xdebug_dump_superglobals
(only founctions starting with xdebug_ from get_defined_functions())
Why or how xdebug_enable() and xdebug_disable() disappear?
phpinfo() shows Xdebug as Xdebug v2.0.0RC4.
Thanks for help
Pavel
Received on Tue Aug 07 2007 - 16:39:41 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST