Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuke PEAR | foobar | 2005-08-15 | 1 | -288/+0 |
| | |||||
* | merge in PEAR 1.3.5 | Greg Beaver | 2005-03-28 | 1 | -1/+24 |
| | |||||
* | - 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? | ||||
* | fixed #25174 Wrong handling of readlink() in OS/Guess.php | Greg Beaver | 2003-10-24 | 1 | -1/+1 |
| | |||||
* | fix #25131, OS_Guess warnings | Greg Beaver | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | * windows bugfix | Stig Bakken | 2003-04-03 | 1 | -2/+10 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | * add glibc version detection for Linux | Stig Bakken | 2003-01-25 | 1 | -6/+47 |
| | |||||
* | * TODO item | Stig Bakken | 2003-01-10 | 1 | -1/+5 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | * a little bit of internal refactoring | Stig Bakken | 2002-11-14 | 1 | -16/+30 |
| | |||||
* | * take uname as optional constructor parameter | Stig Bakken | 2002-05-19 | 1 | -2/+4 |
| | |||||
* | * switched from static to instance model | Stig Bakken | 2002-05-03 | 1 | -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.in | Stig Bakken | 2002-05-03 | 1 | -0/+112 |
(pear installer now substitutes "@prefix@/bin" to bin_dir ;-) * added skeleton for OS_Guess class |