summaryrefslogtreecommitdiff
path: root/pear/PEAR/Registry.php
Commit message (Expand)AuthorAgeFilesLines
* merge in PEAR 1.3.5Greg Beaver2005-03-281-1/+6
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* fix #279Greg Beaver2003-12-071-0/+6
* fixed #39 commands that need LOCK_SH fail as non-rootGreg Beaver2003-09-281-1/+1
* Added support for spaces in path names (thanks Greg!)Tomas V.V.Cox2003-08-031-1/+1
* Moved dependecy db code to its own fileTomas V.V.Cox2003-07-071-175/+0
* * Silence warningMartin Jansen2003-06-281-1/+1
* - Sync, HEAD is now uptodatePierre Joye2003-06-271-17/+13
* - SyncPierre Joye2003-06-271-2/+2
* * Fix for bug #23954Martin Jansen2003-06-221-1/+17
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Fix the "weird bug" with different serialized file under cli/cgi or apache ...Pierre Joye2003-05-271-1/+1
* Silent a noticePierre Joye2003-05-081-1/+1
* * remove track_errors ini fiddling, was a PHP bug that should be fixed nowStig Bakken2003-04-031-3/+1
* * email address changeStig Bakken2003-03-181-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* * Nuke warning when $php_errormsg is not set.Martin Jansen2002-10-041-1/+2
* Changed Windows 9x detection code (reported by Alex Merz)Tomas V.V.Cox2002-08-061-1/+1
* * typoStig Bakken2002-07-091-1/+1
* * made rebuildFileMap method public, added caching and checkFileMap methodStig Bakken2002-07-071-10/+95
* - Force params to version_compare() to be strings, otherwise someTomas V.V.Cox2002-06-191-1/+1
* Change a little the dep db structureTomas V.V.Cox2002-06-131-22/+44
* More work on the dependencies DB (still not tested/used)Tomas V.V.Cox2002-06-131-25/+76
* Experimental dependencies database handling functionsTomas V.V.Cox2002-06-071-3/+110
* silence unlink() and rmdir(). fix a bug where wasn't set due to wrong ini se...Christian Dickmann2002-06-021-0/+4
* * add "_lastmodified" timestamp to registry files (don't trust filemtime)Stig Bakken2002-04-241-0/+2
* Win95/98/Me doesn't support locking, please check patch on other systemsAlexander Merz2002-04-091-26/+28
* Fix a problem when list-installed is called in a new installationTomas V.V.Cox2002-04-091-1/+7
* * just renaming some commentsStig Bakken2002-04-021-2/+2
* People reported problems with flock(LOCK_SH) and fopen('w')Tomas V.V.Cox2002-04-011-1/+3
* _lock() now returns PEAR Error or true for consistencyTomas V.V.Cox2002-03-261-13/+23
* * move logic to _assertStateDirStig Bakken2002-03-241-3/+5
* The System class was modified to always return true or false insteadTomas V.V.Cox2002-03-231-2/+2
* * _lock() calls _assertStateDir()Stig Bakken2002-03-231-0/+3
* * No point in creating the lock file directory if it does not exist (so manyStig Bakken2002-03-221-23/+31
* - Make the rellocation of packages work as expected if the targetTomas V.V.Cox2002-03-211-0/+4
* * added file lockingStig Bakken2002-03-111-42/+239
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* * Adding the ability to set the PEAR_INSTALL_DIR while creating the Registry ...Vincent Blavet2002-01-241-2/+2
* * PEAR_Registry::updatePackage now takes an optional 2nd arg forStig Bakken2001-12-121-2/+6
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * PEAR_Registry::packageInfo now takes a second arg for returning a singleStig Bakken2001-12-101-2/+9
* * rename files to .reg (not .inf)Stig Bakken2001-11-131-2/+2
* * store registry data in PEAR_INSTALL_DIR/.registry instead of /var/somethingStig Bakken2001-11-071-1/+1
* * update testsStig Bakken2001-10-311-2/+2
* * added "pear info" and "pear show-config" commandsStig Bakken2001-10-311-2/+2
* * started working on "pear list" commandStig Bakken2001-10-291-1/+4
* * PEAR_Registry: renamed "upgradePackage" to "updatePackage"Stig Bakken2001-10-291-6/+19
* * typoStig Bakken2001-10-291-1/+1
* * added listPackagesStig Bakken2001-10-281-2/+20