projects
/
pharext
/
pharext
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
2bdc45a
)
fix pharext_install.php generation
author
Michael Wallner
<mike@php.net>
Mon, 9 Mar 2015 10:26:44 +0000
(11:26 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 9 Mar 2015 10:26:44 +0000
(11:26 +0100)
src/pharext/SourceDir/Pecl.php
patch
|
blob
|
history
diff --git
a/src/pharext/SourceDir/Pecl.php
b/src/pharext/SourceDir/Pecl.php
index a9150ced7b0904adfc0fa27fe21186c1c75cd91e..39127f6a7f95035e599e136ef3d135362abe94ad 100644
(file)
--- a/
src/pharext/SourceDir/Pecl.php
+++ b/
src/pharext/SourceDir/Pecl.php
@@
-86,7
+86,7
@@
class Pecl implements \IteratorAggregate, SourceDir
* @return string
*/
private static function loadHook($configure, $dependencies) {
- return include __DIR__."/../pharext_install.tpl.php";
+ return include __DIR__."/../
../
pharext_install.tpl.php";
}
/**