Skip to content

Commit

Permalink
Fix install via pecl: add missing css/js filed with required by xhpro…
Browse files Browse the repository at this point in the history
…f_html web app
  • Loading branch information
zarv1k committed Oct 8, 2020
1 parent 8c2532c commit 7e48585
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@
<file name="extension/config.w32" role="src" />
<file name="extension/php_xhprof.h" role="src" />
<file name="extension/xhprof.c" role="src" />
<file name="xhprof_html/css/xhprof.css" role="src" />
<file name="xhprof_html/css/xhprof.css" role="php" />
<file name="xhprof_html/docs/index.html" role="doc" />
<file name="xhprof_html/docs/sample-callgraph-image.jpg" role="doc" />
<file name="xhprof_html/docs/sample-diff-report-flat-view.jpg" role="doc" />
<file name="xhprof_html/docs/sample-diff-report-parent-child-view.jpg" role="doc" />
<file name="xhprof_html/docs/sample-flat-view.jpg" role="doc" />
<file name="xhprof_html/docs/sample-parent-child-view.jpg" role="doc" />
<file name="xhprof_html/jquery/indicator.gif" role="src" />
<file name="xhprof_html/jquery/jquery-1.2.6.js" role="src" />
<file name="xhprof_html/jquery/jquery.autocomplete.css" role="src" />
<file name="xhprof_html/jquery/jquery.autocomplete.js" role="src" />
<file name="xhprof_html/jquery/jquery.tooltip.css" role="src" />
<file name="xhprof_html/jquery/jquery.tooltip.js" role="src" />
<file name="xhprof_html/js/xhprof_report.js" role="src" />
<file name="xhprof_html/jquery/indicator.gif" role="php" />
<file name="xhprof_html/jquery/jquery-1.2.6.js" role="php" />
<file name="xhprof_html/jquery/jquery.autocomplete.css" role="php" />
<file name="xhprof_html/jquery/jquery.autocomplete.js" role="php" />
<file name="xhprof_html/jquery/jquery.tooltip.css" role="php" />
<file name="xhprof_html/jquery/jquery.tooltip.js" role="php" />
<file name="xhprof_html/js/xhprof_report.js" role="php" />
<file name="xhprof_html/callgraph.php" role="php" />
<file name="xhprof_html/index.php" role="php" />
<file name="xhprof_html/typeahead.php" role="php" />
Expand Down

0 comments on commit 7e48585

Please sign in to comment.