[PECL-CVS] [web-pecl] master: fix: resolve legacy header include path

[email protected] (NickSdot via Derick Rethans) Wed, 24 Jun 2026 11:01:46 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: NickSdot (NickSdot)
Committer: Derick Rethans (derickr)
Date: 2026-06-24T12:01:38+01:00

Commit: https://github.com/php/web-pecl/commit/fdfbb0697a744b33b71e07b3b743c874b96499f6
Raw diff: https://github.com/php/web-pecl/commit/fdfbb0697a744b33b71e07b3b743c874b96499f6.diff

fix: resolve legacy header include path

Changed paths:
  M  include/pear-format-html.php


Diff:

diff --git a/include/pear-format-html.php b/include/pear-format-html.php
index aacb332b..a21e9b1b 100644
--- a/include/pear-format-html.php
+++ b/include/pear-format-html.php
@@ -175,7 +175,7 @@ function response_header($title = 'The PHP Extension Community Library', $style
  </tr>
  <tr>
     <td colspan="2">
-        <?php include '../templates/includes/pie.php'; ?>
+        <?php include __DIR__.'/../templates/includes/pie.php'; ?>
     </td>
  </tr>
 </table>