| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fix licence (#1645) | Pierre Joye | 2004-06-15 | 1 | -1/+1 |
| | | | | | | - update my status there, reflecting the fact for the past 11 months | ||||
| * | fix -m argument to mkDir(). Conversion to octal was not being made, | Greg Beaver | 2004-01-19 | 1 | -0/+8 |
| | | | | | | | | and a string should never be passed into mkdir(). Thanks to Alex Hayes | ||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | fix #391, PHP 5 reference fix | Greg Beaver | 2003-12-11 | 1 | -1/+2 |
| | | |||||
| * | since nobody has taken any action, fix Console_Getopt to be BC, and update ↵ | Greg Beaver | 2003-12-11 | 1 | -1/+1 |
| | | | | | | | | | | the PEAR core to take advantage of the new way. Use 1.2 to avoid any problems with versioning. The core passes all unit tests with these changes, so they should work. Andrei: feel free to change anything you don't like, this is just a make it work fix. | ||||
| * | fix arg parsing to work with Console_Getopt 2.0 | Greg Beaver | 2003-12-06 | 1 | -1/+1 |
| | | |||||
| * | more debug code removed *sigh* | Tomas V.V.Cox | 2003-09-16 | 1 | -1/+0 |
| | | |||||
| * | removed debug code | Tomas V.V.Cox | 2003-09-16 | 1 | -1/+0 |
| | | |||||
| * | * Implemented the find command (currently supported args: | Tomas V.V.Cox | 2003-09-15 | 1 | -8/+92 |
| | | | | | | | -type f, -type d, -maxdepth, -name) * Fixed recursion deep level in _dirToStruct() | ||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -2/+2 |
| | | |||||
| * | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | | |||||
| * | * System::which() now checks .exe .bat .cmd and .com on Windows | Stig Bakken | 2003-01-09 | 1 | -6/+8 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | * Windows fix from Edin | Stig Bakken | 2002-12-22 | 1 | -2/+10 |
| | | |||||
| * | * _parseArgs bugfix | Stig Bakken | 2002-12-13 | 1 | -1/+1 |
| | | |||||
| * | * rename System::type to System::which | Stig Bakken | 2002-10-12 | 1 | -4/+4 |
| | | |||||
| * | Hope to finnally got it, fixes notice (Thx to Sebastian) | Pierre Joye | 2002-08-29 | 1 | -23/+10 |
| | | |||||
| * | Rule 1: Never quickly fix a thing in cvs | Pierre Joye | 2002-08-26 | 1 | -8/+8 |
| | | | | | | | Rule 2: follow rule 1 Thx rasmus :) | ||||
| * | Remove $_ENV usages, this causes problems with recommanded php.ini files | Pierre Joye | 2002-08-25 | 1 | -10/+13 |
| | | | | | | Replace by getenv() | ||||
| * | ZE2 fix on calls to mkdir() (thanks Brad Bulger <tater@potatoe.com>) | Tomas V.V.Cox | 2002-08-10 | 1 | -4/+5 |
| | | |||||
| * | Workarround to the empty $_ENV | Tomas V.V.Cox | 2002-07-26 | 1 | -10/+22 |
| | | |||||
| * | silence unlink() and rmdir(). fix a bug where wasn't set due to wrong ini ↵ | Christian Dickmann | 2002-06-02 | 1 | -3/+3 |
| | | | | | setting | ||||
| * | fread already detects EOF | Tomas V.V.Cox | 2002-05-31 | 1 | -2/+1 |
| | | |||||
| * | Be able to handle strings as well as arrays in _multipleToStruct() | Tomas V.V.Cox | 2002-05-31 | 1 | -1/+2 |
| | | |||||
| * | - Make mkTemp() automatically removed temporary created files | Tomas V.V.Cox | 2002-05-31 | 1 | -4/+28 |
| | | | | | | | | or dirs at script shutdown time - Remove unnecesarry PEAR inheritance - Some PHPDoc fixes | ||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+1 |
| | | |||||
| * | - Now error will be triggered with trigger_error(). When a command | Tomas V.V.Cox | 2002-02-10 | 1 | -28/+62 |
| | | | | | | | fails the function will return false - In-line documentation update | ||||
| * | added 'System::type()' (show the full path of a command) | Tomas V.V.Cox | 2002-02-06 | 1 | -1/+26 |
| | | | | | | Copied almost verbatim from Stig's PEAR_Dependency::checkProgram() | ||||
| * | Return false when the directory can not be created in mkDir() | Tomas V.V.Cox | 2002-01-23 | 1 | -4/+5 |
| | | |||||
| * | * use "windir" env.var on Windows too | Stig Bakken | 2001-12-26 | 1 | -0/+3 |
| | | |||||
| * | * added System::tmpdir() method (now uses SystemRoot env.var on Windows) | Stig Bakken | 2001-12-26 | 1 | -9/+18 |
| | | |||||
| * | * Change $Version$ to $Revision$. | Martin Jansen | 2001-12-18 | 1 | -1/+1 |
| | | |||||
| * | improved phpdoc of mkTemp() | Tomas V.V.Cox | 2001-12-16 | 1 | -5/+5 |
| | | |||||
| * | Added System::mktemp() (Creates temporal files or directories) | Tomas V.V.Cox | 2001-12-16 | 1 | -9/+64 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | * moved System.php out of Experimental/ | Stig Bakken | 2001-10-29 | 1 | -0/+286 |
