We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ae49f commit 35fb892Copy full SHA for 35fb892
go-pear-phar.php
@@ -1,5 +1,5 @@
1
<?php
2
-require_once 'PEAR/Start.php';
+require_once 'PEAR/Start/CLI.php';
3
PEAR::setErrorHandling(PEAR_ERROR_DIE);
4
$a = new PEAR_Start_CLI;
5
$a->run();
0 commit comments