summaryrefslogtreecommitdiff
path: root/pear/System.php
Commit message (Expand)AuthorAgeFilesLines
* - Fix licence (#1645)Pierre Joye2004-06-151-1/+1
* fix -m argument to mkDir(). Conversion to octal was not being made,Greg Beaver2004-01-191-0/+8
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* fix #391, PHP 5 reference fixGreg Beaver2003-12-111-1/+2
* since nobody has taken any action, fix Console_Getopt to be BC, and update th...Greg Beaver2003-12-111-1/+1
* fix arg parsing to work with Console_Getopt 2.0Greg Beaver2003-12-061-1/+1
* more debug code removed *sigh*Tomas V.V.Cox2003-09-161-1/+0
* removed debug codeTomas V.V.Cox2003-09-161-1/+0
* * Implemented the find command (currently supported args:Tomas V.V.Cox2003-09-151-8/+92
* updating license information in the headers.James Cox2003-06-101-2/+2
* * email address changeStig Bakken2003-03-181-1/+1
* * System::which() now checks .exe .bat .cmd and .com on WindowsStig Bakken2003-01-091-6/+8
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* * Windows fix from EdinStig Bakken2002-12-221-2/+10
* * _parseArgs bugfixStig Bakken2002-12-131-1/+1
* * rename System::type to System::whichStig Bakken2002-10-121-4/+4
* Hope to finnally got it, fixes notice (Thx to Sebastian)Pierre Joye2002-08-291-23/+10
* Rule 1: Never quickly fix a thing in cvsPierre Joye2002-08-261-8/+8
* Remove $_ENV usages, this causes problems with recommanded php.ini filesPierre Joye2002-08-251-10/+13
* ZE2 fix on calls to mkdir() (thanks Brad Bulger <tater@potatoe.com>)Tomas V.V.Cox2002-08-101-4/+5
* Workarround to the empty $_ENVTomas V.V.Cox2002-07-261-10/+22
* silence unlink() and rmdir(). fix a bug where wasn't set due to wrong ini se...Christian Dickmann2002-06-021-3/+3
* fread already detects EOFTomas V.V.Cox2002-05-311-2/+1
* Be able to handle strings as well as arrays in _multipleToStruct()Tomas V.V.Cox2002-05-311-1/+2
* - Make mkTemp() automatically removed temporary created filesTomas V.V.Cox2002-05-311-4/+28
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* - Now error will be triggered with trigger_error(). When a commandTomas V.V.Cox2002-02-101-28/+62
* added 'System::type()' (show the full path of a command)Tomas V.V.Cox2002-02-061-1/+26
* Return false when the directory can not be created in mkDir()Tomas V.V.Cox2002-01-231-4/+5
* * use "windir" env.var on Windows tooStig Bakken2001-12-261-0/+3
* * added System::tmpdir() method (now uses SystemRoot env.var on Windows)Stig Bakken2001-12-261-9/+18
* * Change $Version$ to $Revision$.Martin Jansen2001-12-181-1/+1
* improved phpdoc of mkTemp()Tomas V.V.Cox2001-12-161-5/+5
* Added System::mktemp() (Creates temporal files or directories)Tomas V.V.Cox2001-12-161-9/+64
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * moved System.php out of Experimental/Stig Bakken2001-10-291-0/+286