summaryrefslogtreecommitdiff
path: root/pear/System.php
Commit message (Collapse)AuthorAgeFilesLines
* - Fix licence (#1645)Pierre Joye2004-06-151-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 Beaver2004-01-191-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..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* 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 ↵Greg Beaver2003-12-111-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.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
| | | | | | -type f, -type d, -maxdepth, -name) * Fixed recursion deep level in _dirToStruct()
* 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
| | | | | | Rule 2: follow rule 1 Thx rasmus :)
* Remove $_ENV usages, this causes problems with recommanded php.ini filesPierre Joye2002-08-251-10/+13
| | | | | Replace by getenv()
* 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 ↵Christian Dickmann2002-06-021-3/+3
| | | | setting
* 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
| | | | | | | or dirs at script shutdown time - Remove unnecesarry PEAR inheritance - Some PHPDoc fixes
* 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
| | | | | | fails the function will return false - In-line documentation update
* added 'System::type()' (show the full path of a command)Tomas V.V.Cox2002-02-061-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.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