Commit graph

3 commits

Author SHA1 Message Date
Pav Lucistnik
267904682b - Update to 1.0.3
PR:		ports/91643
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:42:01 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Pav Lucistnik
0d858a07c6 System_Command is a command line execution interface.
Running functions from the command line can be risky if the proper precautions
are not taken to escape the shell arguments and reaping the exit status
properly. This class provides a formal interface to both, so that you can run a
system command as comfortably as you would run a php function, with full pear
error handling as results on failure. It is important to note that this class,
unlike other implementations, distinguishes between output to stderr and output
to stdout. It also reports the exit status of the command. So in every sense of
the word, it gives php shell capabilities.

PR:		ports/76749
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-01-27 23:03:23 +00:00