ÿØÿàJFIFHHÿá .
BSA HACKER
Logo of a company Server : Apache
System : Linux nusantara.hosteko.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User : koperas1 ( 1254)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /opt/cloudlinux/alt-php55/root/usr/share/doc/pear/PHP_Invoker/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/cloudlinux/alt-php55/root/usr/share/doc/pear/PHP_Invoker/README.markdown
PHP_Invoker
===========

Utility class for invoking callables with a timeout.

Installation
------------

PHP_Invoker should be installed using the [PEAR Installer](http://pear.php.net/). This installer is the backbone of PEAR, which provides a distribution system for PHP packages, and is shipped with every release of PHP since version 4.3.0.

The PEAR channel (`pear.phpunit.de`) that is used to distribute PHP_Invoker needs to be registered with the local PEAR environment:

    sb@ubuntu ~ % pear channel-discover pear.phpunit.de
    Adding Channel "pear.phpunit.de" succeeded
    Discovery of channel "pear.phpunit.de" succeeded

This has to be done only once. Now the PEAR Installer can be used to install packages from the PHPUnit channel:

    sb@vmware ~ % pear install phpunit/PHP_Invoker
    downloading PHP_Invoker-1.0.0.tgz ...
    Starting to download PHP_Invoker-1.0.0.tgz (2,536 bytes)
    ....done: 2,536 bytes
    install ok: channel://pear.phpunit.de/PHP_Invoker-1.0.0

After the installation you can find the PHP_Invoker source files inside your local PEAR directory; the path is usually `/usr/lib/php/PHP`.