Ticket #4 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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:
Blocked By: PHP Version:
Application: Need User Feedback:
Other Exts: SAPI:
Probability: 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

Changed 2 years ago by moo

thanks for the ticket, can you pls try svn version (follow the instructions in GettingSource). the "preview version" wasn't not intend for usage.

Changed 2 years ago by moo

  • status changed from new to closed
  • resolution set to fixed

this should have been fixed.

Changed 2 years ago by moo

  • component changed from component1 to coverager
Note: See TracTickets for help on using tickets.