APD issues
I installed the Advanced PHP Debugger.
it shows up in my phpinfo() as installed (version 0.9)
however i try to do a simple test:
<?php
apd_set_session_trace() ;
?>
and i get:
Fatal error: Call to undefined function apd_set_session_trace() in /var/www/vhosts/projectstaging.co.uk/httpdocs/test.php on line 5
php says its installed but i can't start the debugging session!
anyone have any ideas?
|