We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://scn.sap.com/thread/1822094
To change the trace dir, i've done this ugly thing in the PHP5 extension
trace
$cwd = getcwd(); chdir('../my-log-dir'); try { $conn = new sapnwrfc($options); } finally { chdir($cwd); }
Maybe adding the RfcResetTraceDir makes sense?
RfcResetTraceDir
The text was updated successfully, but these errors were encountered:
Yes, I plan to add methods for setting the trace dir and level. It is on my TODO list 😄
Sorry, something went wrong.
53ea263
gkralik
No branches or pull requests
https://scn.sap.com/thread/1822094
To change the
trace
dir, i've done this ugly thing in the PHP5 extensionMaybe adding the
RfcResetTraceDir
makes sense?The text was updated successfully, but these errors were encountered: