Skip to content

Commit

Permalink
reverted to 1.5 version
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/System_Command/trunk@205542 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Craig Constantine committed Jan 18, 2006
1 parent 88be416 commit e1bd050
Showing 1 changed file with 41 additions and 64 deletions.
105 changes: 41 additions & 64 deletions package.xml
@@ -1,69 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1" ?>
<package packagerversion="1.4.5" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" <package version="1.0" type="source">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>System_Command</name>
<name>System_Command</name> <summary>PEAR::System_Command is a commandline execution interface.</summary>
<channel>pear.php.net</channel> <description>
<summary>PEAR::System_Command is a commandline execution interface.</summary> System_Command is a commandline execution interface.
<description>System_Command is a commandline execution interface. Running functions from the
commandline can be risky if the proper precautions are not taken to escape the shell Running functions from the commandline can be risky if the proper precautions are
arguments and reaping the exit status properly. This class provides a formal interface to not taken to escape the shell arguments and reaping the exit status properly. This class
both, so that you can run a system command as comfortably as you would run a php function, provides a formal interface to both, so that you can run a system command as comfortably as
with full pear error handling as results on failure. It is important to note that this you would run a php function, with full pear error handling as results on failure.
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 It is important to note that this class, unlike other implementations, distinguishes between
gives php shell capabilities. </description> output to stderr and output to stdout. It also reports the exit status of the command.
<lead> So in every sense of the word, it gives php shell capabilities.
<name>Craig Constantine</name> </description>
<user>cconstantine</user> <maintainers>
<email>cconstantine@php.net</email> <maintainer>
<active>yes</active>
</lead>
<lead>
<name>Dan Allen</name>
<user>dallen</user> <user>dallen</user>
<name>Dan Allen</name>
<email>dallen@php.net</email> <email>dallen@php.net</email>
<active>no</active> <role>lead</role>
</lead> </maintainer>
<developer> <maintainer>
<name>Anders Johannsen</name>
<user>aj</user> <user>aj</user>
<name>Anders Johannsen</name>
<email>anders@johannsen.com</email> <email>anders@johannsen.com</email>
<active>yes</active> <role>developer</role>
</developer> </maintainer>
<date>2005-12-15</date> </maintainers>
<time>14:30:04</time> <release>
<version> <license>PHP License</license>
<release>1.0.4</release> <state>stable</state>
<api>1.0.3</api> <version>1.0.3</version>
</version> <date>2005-10-23</date>
<stability> <notes>
<release>stable</release> fix #5754 Can't set options because "empty" instead of "isset" is used
<api>stable</api> </notes>
</stability> <filelist>
<license uri="http://www.php.net/license">PHP License</license> <dir name="/" baseinstalldir="System">
<notes><![CDATA[ <file role="php">Command.php</file>
- fix #6199 System_Command::execute() fails if object instantiated without an argument </dir>
- Convert package.xml to version 2.0 </filelist>
]]></notes> </release>
<contents>
<dir name="/">
<file baseinstalldir="System" name="Command.php" role="php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<os>
<name>windows</name>
<conflicts/>
</os>
</required>
</dependencies>
<phprelease/>
</package> </package>

0 comments on commit e1bd050

Please sign in to comment.