summaryrefslogtreecommitdiff
path: root/pear/OS/Guess.php
Commit message (Collapse)AuthorAgeFilesLines
* Nuke PEARfoobar2005-08-151-288/+0
|
* merge in PEAR 1.3.5Greg Beaver2005-03-281-1/+24
|
* - 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?
* fixed #25174 Wrong handling of readlink() in OS/Guess.phpGreg Beaver2003-10-241-1/+1
|
* fix #25131, OS_Guess warningsGreg Beaver2003-08-181-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* * windows bugfixStig Bakken2003-04-031-2/+10
|
* * email address changeStig Bakken2003-03-181-1/+1
|
* * add glibc version detection for LinuxStig Bakken2003-01-251-6/+47
|
* * TODO itemStig Bakken2003-01-101-1/+5
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* * a little bit of internal refactoringStig Bakken2002-11-141-16/+30
|
* * take uname as optional constructor parameterStig Bakken2002-05-191-2/+4
|
* * switched from static to instance modelStig Bakken2002-05-031-49/+133
| | | | | | | | * added matching method with glob support, some examples: $os->matchSignature('linux'); $os->matchSignature('linux-2.4*); $os->matchSignature('linux-*-i?86');
* * fixed autoconf vs. pear installer replacement issue in scripts/pear.inStig Bakken2002-05-031-0/+112
(pear installer now substitutes "@prefix@/bin" to bin_dir ;-) * added skeleton for OS_Guess class