Skip to content

Commit

Permalink
Merge pull request #49 from zarv1k/fix-pecl-js-css
Browse files Browse the repository at this point in the history
Fix install via pecl: add missing css/js files for xhprof_html web app
  • Loading branch information
longxinH committed Oct 9, 2020
2 parents 8c2532c + 7e48585 commit fb4c9c1
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 fb4c9c1

Please sign in to comment.