PHP MIRRORS 5 CVS PHP BUGS WEB REPORT PHP INCLUDE FUNCTIONS INC
Date: Mon, 30 Jun 2003 12:30:41 -0000

Subject: cvs: php-bugs-web / report.php /include functions.inc
From: sniper@no-spam (Jani Taskinen)

sniper Mon Jun 30 08:30:41 2003 EDT
Modified files: /php-bugs-web report.php /php-bugs-web/include functions.inc Log:
Added also X-PHP-OS header.
Index: php-bugs-web/report.php diff -u php-bugs-web/report.php:1.36 php-bugs-web/report.php:1.37
--- php-bugs-web/report.php:1.36 Mon Jun 30 08:05:48 2003
+++ php-bugs-web/report.php Mon Jun 30 08:30:41 2003
@@no-spam -167,6 +167,7 @@no-spam $extra_headers.= "X-PHP-Bug: $cid\n";
$extra_headers.= "X-PHP-Version: " . stripslashes($in['php_version']) . "\n";

$extra_headers.= "X-PHP-Category: " . stripslashes($in['bug_type']) . "\n";

+ $extra_headers.= "X-PHP-OS: " . stripslashes($in['php_os']) . "\n";

$extra_headers.= "X-PHP-Status: Open\n";
$extra_headers.= "Message-ID: <bug-$cid@no-spam>";

Index: php-bugs-web/include/functions.inc diff -u php-bugs-web/include/functions.inc:1.80 php-bugs-web/include/functions.inc:1.81

--- php-bugs-web/include/functions.inc:1.80 Mon Jun 30 08:05:48 2003
+++ php-bugs-web/include/functions.inc Mon Jun 30 08:30:41 2003
@@no-spam -342,6 +342,7 @@no-spam "X-PHP-Bug: $bug[id]\n".
"X-PHP-Version: " . stripslashes($in['php_version']) . "\n" .
"X-PHP-Category: " . stripslashes($in['bug_type']) . "\n" .
+ "X-PHP-OS: " . stripslashes($in['php_os']) . "\n" .
"X-PHP-Status: {$in['status']}\n" .
"In-Reply-To: <bug-$bug[id]@no-spam>");
}