On 11 September 2014 15:40, Dan White <[email protected]> wrote: > How does one install PECL packages on servers behind firewalls that cannot > "see" pecl.php.net ?
Assuming you have some way to get files onto the relevant servers, the easiest way is to grab the "latest tarball" from the package page at pecl.php.net, copy it onto the server, and run "pecl install tarball.tgz" (if you want to use the PECL package manager) or extract it and build using phpize as described as http://php.net/manual/en/install.pecl.phpize.php (if you want to build it by hand). Also, I should note that this mailing list is used by the maintainers of php.net the Web site, rather than for support — you're better off directing support questions to [email protected], or one of the other support options at http://php.net/support (or something else like StackOverflow). Thanks, Adam -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
