Commit: 7b54aba3516a2a526c81925f9b885a6473ad6910 Author: v-maf...@microsoft.com <v-maf...@microsoft.com> Thu, 20 Mar 2014 15:57:48 -0700 Parents: 6a6e7db6c1a8c67bec729a38914ab22d29293343 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=7b54aba3516a2a526c81925f9b885a6473ad6910 Log: Publish PFTT Reports (7) Changed paths: M pftt_report.php Diff: diff --git a/pftt_report.php b/pftt_report.php index b2e4323..ea1c722 100755 --- a/pftt_report.php +++ b/pftt_report.php @@ -98,7 +98,7 @@ $report_file = dirname($_SERVER['SCRIPT_FILENAME']) . "/reports/db/$branch/$revi $report_dir = dirname($report_file); // ensure dir exists -mkdir($report_dir, 0644, TRUE); +mkdir($report_dir, 666, TRUE); $fh = fopen($report_file, "w"); fwrite($fh, "<html>hello</html>"); -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php