#4 closed defect (fixed)
xc_coveragedump_dir definition missing in xcache.c
Reported by: | rene@… | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | coverager | Version: | 1.0 |
Keywords: | undefined symbol xc_coveragedump_dir | Cc: | |
Application: | PHP Version: | ||
Other Exts: | SAPI: | ||
Probability: | Blocked By: | ||
Blocking: |
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 (3)
comment:1 Changed 14 years ago by moo
comment:2 Changed 14 years ago by moo
- Resolution set to fixed
- Status changed from new to closed
this should have been fixed.
comment:3 Changed 13 years ago by moo
- Component changed from component1 to coverager
Note: See
TracTickets for help on using
tickets.
thanks for the ticket, can you pls try svn version (follow the instructions in GettingSource). the "preview version" wasn't not intend for usage.