php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch require_pear.diff for Systems problem Bug #76079Patch version 2018-09-17 04:11 UTC Return to Bug #76079 | Download this patchPatch Revisions: Developer: zrhoffman@ku.edudiff --git a/www/gh-pull-add.php b/www/gh-pull-add.php index f9babd0..75e53f1 100644 --- a/www/gh-pull-add.php +++ b/www/gh-pull-add.php @@ -2,6 +2,7 @@ // Obtain common includes require_once '../include/prepend.php'; +require_once 'PEAR.php'; session_start(); $canpatch = true; |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Sat Dec 21 16:01:28 2024 UTC |