Ticket #4 (closed defect: fixed)
xc_coveragedump_dir definition missing in xcache.c
Description
Missing definition results in error message
"PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20051025/xcache.so' - /usr/lib/php5/20051025/xcache.so: undefined symbol: xc_coveragedump_dir in Unknown on line 0"
when checking with "php-cgi -v".
Solution:
Prepend
char *xc_coveragedump_dir = NULL;
in xcache.c
Greetings Rene Schmidt
Change History
Note: See
TracTickets for help on using
tickets.

