Skip to:
The documentation states that phpCAS::setDebug(FALSE) stops debugging. http://downloads.jasig.org/cas-clients/php/1.2.0/docs/api/group__publicDebug.html#ga3b7fb5108aa7a21f3d09bebe5fc8c81e
If I call phpCAS:setDebug(FALSE), phpCAS seems to log all activity to /tmp/phpCAS.log. When I remove the line, it stops logging there.
Closing all old issues.
Thanks for spotting the bug. I have added a patch that should stop this issue.
Looking at the code, I'm thinking that you may just need to add this to the top of setDebug():
<code>if ($filename === FALSE){return;}</code>
The documentation states that phpCAS::setDebug(FALSE) stops debugging. http://downloads.jasig.org/cas-clients/php/1.2.0/docs/api/group__publicDebug.html#ga3b7fb5108aa7a21f3d09bebe5fc8c81e
If I call phpCAS:setDebug(FALSE), phpCAS seems to log all activity to /tmp/phpCAS.log. When I remove the line, it stops logging there.