php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6a54ff1b9f - Show all commits

View File

@ -13,7 +13,7 @@
// Prepare $detail to POST
$body = "This is a PHP-CLI test issue.";
$subject = "Test Issue";
$subject = "Test Issue - From PHP CLI";
echo "Prepared POST data:\nSubject: $subject\nBody:$body";

View File

@ -41,7 +41,7 @@
);
// Prepare $detail to POST
$body = "User Agent: " . $ua_str . "\n Server PHP Version: " . PHP_VERSION . "\n" . $detail;
$body = "User Agent: " . $ua_str . "\n Server PHP Version: " . PHP_VERSION . "\n\n\n" . $detail;
// Prepare the request
$rawData = array(