We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffa4ff commit 3334bedCopy full SHA for 3334bed
package.xml
@@ -12,7 +12,7 @@
12
<active>yes</active>
13
</lead>
14
<date>2012-08-03</date>
15
- <time>02:50:03</time>
+ <time>04:21:24</time>
16
<version>
17
<release>1.0.0b3</release>
18
<api>1.0.0</api>
stub.php
@@ -1,11 +1,9 @@
1
<?php
2
if (count(get_included_files()) > 1) {
3
Phar::mapPhar();
4
- $autoloder = 'phar://' . __FILE__ . DIRECTORY_SEPARATOR . 'src'
+ require_once 'phar://' . __FILE__ . DIRECTORY_SEPARATOR .
5
+ '@PACKAGE_NAME@-@PACKAGE_VERSION@' . DIRECTORY_SEPARATOR . 'src'
6
. DIRECTORY_SEPARATOR . 'PEAR2' . DIRECTORY_SEPARATOR . 'Autoload.php';
- if (is_file($autoloder)) {
7
- include_once $autoloder;
8
- }
9
} else {
10
$isNotCli = PHP_SAPI !== 'cli';
11
if ($isNotCli) {
0 commit comments