Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
sync to PEAR 1.4.9 add PEAR 1.4.9 to installed tarballs
merge from pear-core/ and from php-src/pear (PHP_4_4)
upgrade PEAR from 1.3.6 to new 1.4.3 remove unit tests - they live in pear-core/tests now
remove unused obsolete files from pear CVS # to run PEAR tests, grab pear-core/tests and use "pear run-tests -rq"
- these files are outdated, /pear-core is the repository for pear and respectivelly /pear for other pacakges. The install procedure has to be changed as well, as planed. (#1 out 2)
merge in PEAR 1.3.5
- Fix licence (#1645) - update my status there, reflecting the fact for the past 11 months
MFH
MFH
- year++;
fix -m argument to mkDir(). Conversion to octal was not being made, 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.. # Should the LICENSE and Zend/LICENSE dates be updated too?
MFH fix #391, PHP 5 reference fix
fix #391, PHP 5 reference fix
since nobody has taken any action, fix Console_Getopt to be BC, and update 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.
MFH
fix arg parsing to work with Console_Getopt 2.0
MFH for 4.3.4RC2
MFH 4.3.4RC1
more debug code removed *sigh*
removed debug code
* Implemented the find command (currently supported args: -type f, -type d, -maxdepth, -name) * Fixed recursion deep level in _dirToStruct()
- MFH
- MFH
Sync PHP_5 with PHP_4's pear
MFH,(4.3.3RC1)
updating license information in the headers.
MFH
* email address change
* import PEAR 1.0.1
* System::which() now checks .exe .bat .cmd and .com on Windows
MFH: Bump year.
Bump year.
MFH
* Windows fix from Edin
MFH
* _parseArgs bugfix
* rename System::type to System::which
Hope to finnally got it, fixes notice (Thx to Sebastian)
Rule 1: Never quickly fix a thing in cvs Rule 2: follow rule 1 Thx rasmus :)
Remove $_ENV usages, this causes problems with recommanded php.ini files Replace by getenv()
ZE2 fix on calls to mkdir() (thanks Brad Bulger <tater@potatoe.com>)
Workarround to the empty $_ENV
silence unlink() and rmdir(). fix a bug where wasn't set due to wrong ini setting
fread already detects EOF
Be able to handle strings as well as arrays in _multipleToStruct()
- Make mkTemp() automatically removed temporary created files or dirs at script shutdown time - Remove unnecesarry PEAR inheritance - Some PHPDoc fixes
Maintain headers.
- Now error will be triggered with trigger_error(). When a command fails the function will return false - In-line documentation update
added 'System::type()' (show the full path of a command) Copied almost verbatim from Stig's PEAR_Dependency::checkProgram()
Return false when the directory can not be created in mkDir()
* use "windir" env.var on Windows too
* added System::tmpdir() method (now uses SystemRoot env.var on Windows)
* Change $Version$ to $Revision$.
improved phpdoc of mkTemp()
Added System::mktemp() (Creates temporal files or directories)
Update headers.
MFH: pear updates
* moved System.php out of Experimental/
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| systems@php.net | ViewVC Help |
| Powered by ViewVC 1.1-dev |