Difference: LivePHP (12 vs. 13)

Revision 1330 Nov 2011 - Main.JustinSchaefer

Line: 1 to 1
 
META TOPICPARENT name="Sandbox.WebHome"
Changed:
<
<

LivePHP Documentation

>
>

The LiveAPI PHP Class

 
Changed:
<
<
LivePHP is a PHP environment you can utilize within cPanel. This PHP environment provides PHP scripts with a local socket to the cPanel binary, cpsrvd. This allows your script to make API1 and API2 calls to the local machine via the socket.
>
>
The LiveAPI PHP Class is a PHP environment you can utilize within cPanel. This PHP environment provides PHP scripts with a local socket to the cPanel binary, cpsrvd. This allows your script to make API1 and API2 calls to the local machine via the socket.
  /usr/local/cpanel/php/cpanel.php is an out-of-the-box PHP class that provides common elements for this integration . API calls are executed by the system's user and may fail if asked to perform a task for which the user has insufficient permissions. The same rules apply to this method as when using API tags or API calls made via our XML API
Line: 224 to 224
 

META TOPICMOVED by="JustinSchaefer" date="1271277396" from="Sandbox.LivePHP" to="AllDocumentation/AutomationIntegration.LivePHP"