mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
fix to work with only the installed version of PEAR
This commit is contained in:
parent
11be5f887b
commit
d14b94b8df
@ -10,7 +10,7 @@ if (!getenv('PHP_PEAR_RUNTESTS')) {
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL);
|
||||
include dirname(__FILE__)."/../PEAR/Registry.php";
|
||||
include_once "PEAR/Registry.php";
|
||||
PEAR::setErrorHandling(PEAR_ERROR_DIE, "%s\n");
|
||||
cleanall();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user