Manual
PHP Manual

Troubleshooting

If you're having trouble, there are lots of resources you can turn to.

You can turn on (very) verbose debugging output by compiling the driver with the debugging flag.

$ ./configure CFLAGS=-DDEBUG

DEBUG turns on all debugging. You can also turn on specific debug flags. In the latest code, these flags are:


Manual
PHP Manual