You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
When calling get_sso_ticket(), it fails with reference to SAP_UC*.
try {
$conn = new sapnwrfc($config);
$ticket = $conn->get_sso_ticket();
echo "ticket: $ticket \n";
When calling get_sso_ticket(), it fails with reference to SAP_UC*.
try {
$conn = new sapnwrfc($config);
$ticket = $conn->get_sso_ticket();
echo "ticket: $ticket \n";
The system is a Ubuntu 12.04 with UTF-8.