Crossplatform APC debugging

Linux/Unix

Preparing the workspace

# prepare the folder structure

# checkout required php versions

# or see that you have the correct autoconf version

# this is the minimal configure

# edit the php.ini and add the APC there extension=apc.so

# this is the minimal configure

# edit the php.ini and add the APC there extension=apc.so

# now we have two separate ts and nts environments, go ahead with apc

Building APC

# for the ts version just give another php-config

# this way we can quickly switch to test with different php versions

Debugging APC

# running tests

# testing a simple php script

# using gdb

Windows

Preparing the workspace
Building APC

= without debug =

= with debug =

Debugging APC

= without debug =

= with debug =