Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for passing special backend params in DSN. Ex: | Tomas V.V.Cox | 2002-02-01 | 1 | -1/+17 | |
| | | | | | ibase://user:pass@localhost/db?role=foo&dialect=bar | |||||
* | * Fix bug #15313 | Martin Jansen | 2002-01-31 | 1 | -1/+1 | |
| | ||||||
* | * lowercase tags and attributes | Stig Bakken | 2002-01-31 | 1 | -22/+22 | |
| | ||||||
* | * remove broken rule for rebuilding Makefile | Stig Bakken | 2002-01-31 | 1 | -4/+1 | |
| | ||||||
* | * don't make command libs executable | Stig Bakken | 2002-01-30 | 1 | -1/+1 | |
| | ||||||
* | * modularize "pear" and "pear-get" commands somewhat. checking options | Stig Bakken | 2002-01-30 | 12 | -693/+398 | |
| | | | | | etc. is done for both in pearcmd-common.php. | |||||
* | * silence warning | Stig Bakken | 2002-01-30 | 1 | -4/+8 | |
| | ||||||
* | * bring DTD up to date | Stig Bakken | 2002-01-30 | 1 | -103/+46 | |
| | ||||||
* | * Remove the use of a temp dir | Vincent Blavet | 2002-01-26 | 1 | -37/+11 | |
| | | | | | * Tar archive is now doing the same work with less overhead | |||||
* | correct url | Tomas V.V.Cox | 2002-01-24 | 1 | -1/+1 | |
| | ||||||
* | * Call the PEAR_Registry constructor with the optional parameter | Vincent Blavet | 2002-01-24 | 2 | -3/+3 | |
| | ||||||
* | * Adding the ability to set the PEAR_INSTALL_DIR while creating the Registry ↵ | Vincent Blavet | 2002-01-24 | 1 | -2/+2 | |
| | | | | object (in the same way as Installer.php) | |||||
* | * Adding support of extraction of remote archive http://www/archive.tgz | Vincent Blavet | 2002-01-24 | 1 | -6/+64 | |
| | | | | | * Correct bug while using Windows root path c:\xxx\yyy in extract fct | |||||
* | * Add uninstall command | Vincent Blavet | 2002-01-23 | 1 | -2/+34 | |
| | | | | | * Add list-installed command | |||||
* | Return false when the directory can not be created in mkDir() | Tomas V.V.Cox | 2002-01-23 | 1 | -4/+5 | |
| | ||||||
* | Adding Archive/Tar.php to php4/pear/. This is needed in order for the | Jon Parise | 2002-01-21 | 2 | -0/+1055 | |
| | | | | | | phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense to make Archive/Tar.php a standard component. | |||||
* | Move Cache to /pear. | Sebastian Bergmann | 2002-01-20 | 3 | -391/+0 | |
| | ||||||
* | Move Payment_Verisign to /pear. | Sebastian Bergmann | 2002-01-20 | 1 | -2/+0 | |
| | ||||||
* | Move Benchmark, Math, Numbers to /pear. Remove Log, it was already in /pear. | Sebastian Bergmann | 2002-01-20 | 2 | -212/+0 | |
| | ||||||
* | Stores limit_from and limit_count as DB_result proporties instead | Tomas V.V.Cox | 2002-01-19 | 1 | -8/+19 | |
| | | | | | of DB_common. Fixs bug when doing queries inside limitQuery results. | |||||
* | New DSN "protcocol(protocol_opts)" format support: | Tomas V.V.Cox | 2002-01-13 | 1 | -27/+44 | |
| | | | | | | | | | phptype://user:pass@protocol(proto_opts)/database ex: pgsql://user@unix()/pear mysql://user@unix(/path/to/socket)/pear pgsql://user:pass@word@tcp(somehost:7777)/pear | |||||
* | - Added HTTP::head($url) which sends a "HEAD" HTTP command to a server | Tomas V.V.Cox | 2002-01-11 | 1 | -2/+54 | |
| | | | | | | and returns the headers as an associative array - Call-time pass-by-reference fixes | |||||
* | submit a test that will fail due to php bug #14744 | Tomas V.V.Cox | 2002-01-11 | 1 | -6/+35 | |
| | ||||||
* | ws | Tomas V.V.Cox | 2002-01-07 | 1 | -37/+37 | |
| | ||||||
* | use the new Console_Getopt::readPHPArgv() function to read args | Tomas V.V.Cox | 2002-01-06 | 2 | -11/+11 | |
| | ||||||
* | Added readPHPArgv() function that will safely read the $argv PHP array | Tomas V.V.Cox | 2002-01-06 | 1 | -3/+30 | |
| | | | | | | across different PHP configurations. Will take care on register_globals and register_argc_argv ini directives and the new $_SERVER vars | |||||
* | Added check for $argv avaible | Tomas V.V.Cox | 2002-01-05 | 2 | -4/+8 | |
| | | | | | (thanks Michael Härtl <mhaertl@pressline.de>) | |||||
* | * PEAR.php line number changes again | Stig Bakken | 2002-01-02 | 1 | -5/+5 | |
| | ||||||
* | * registry files renamed from .inf to .reg, update test | Stig Bakken | 2002-01-02 | 1 | -1/+1 | |
| | ||||||
* | * support "pear-get install XML_RPC" | Stig Bakken | 2002-01-02 | 1 | -1/+14 | |
| | ||||||
* | * start splitting "pear" command into "pear" and "pear-get" | Stig Bakken | 2002-01-02 | 3 | -11/+357 | |
| | ||||||
* | * use new overloading API properly | Stig Bakken | 2002-01-02 | 1 | -10/+17 | |
| | ||||||
* | * install PEAR/Dependency.php | Stig Bakken | 2001-12-29 | 1 | -0/+1 | |
| | ||||||
* | - Rewrote infoFromTgzFile() (Stig, no more "pedantic" :-) | Tomas V.V.Cox | 2001-12-28 | 1 | -22/+29 | |
| | | | | | | - Added <description> tag for package.xml - Temporal fix arround php bug #14744 and temp files cleaning | |||||
* | * added <description> element in <package> | Stig Bakken | 2001-12-28 | 1 | -2/+7 | |
| | ||||||
* | switch to use the xml end tag function for correct handling | Tomas V.V.Cox | 2001-12-27 | 1 | -74/+74 | |
| | | | | | of multiline tag contents | |||||
* | added default target for installing documentation | Tomas V.V.Cox | 2001-12-26 | 1 | -1/+2 | |
| | ||||||
* | reverted the last change for now | Tomas V.V.Cox | 2001-12-26 | 1 | -4/+4 | |
| | ||||||
* | - Install files marked as "role=doc" in a central PEAR doc dir | Tomas V.V.Cox | 2001-12-26 | 1 | -27/+37 | |
| | | | | | | | (defaults to PHP_DATADIR/pear/doc/Package_name/) - Store a new property of each installed file ['installed_as'] for easy uninstall | |||||
* | * use "windir" env.var on Windows too | Stig Bakken | 2001-12-26 | 1 | -0/+3 | |
| | ||||||
* | * added System::tmpdir() method (now uses SystemRoot env.var on Windows) | Stig Bakken | 2001-12-26 | 1 | -9/+18 | |
| | ||||||
* | added the <license> tag under <release> for the package.xml file | Tomas V.V.Cox | 2001-12-23 | 1 | -1/+2 | |
| | ||||||
* | * add "pedantic" mode in infoFromTgzFile and skip some checks if not | Stig Bakken | 2001-12-22 | 1 | -3/+6 | |
| | | | | | pedantic | |||||
* | Install session module haeder | Yasuo Ohgaki | 2001-12-21 | 1 | -0/+1 | |
| | ||||||
* | * Change $Version$ to $Revision$. | Martin Jansen | 2001-12-18 | 1 | -1/+1 | |
| | ||||||
* | * Convert tabs to spaces. | Martin Jansen | 2001-12-18 | 1 | -35/+36 | |
| | ||||||
* | that makes more sense | Tomas V.V.Cox | 2001-12-18 | 1 | -1/+1 | |
| | ||||||
* | quick fix for the "pear info" command | Tomas V.V.Cox | 2001-12-18 | 1 | -4/+13 | |
| | ||||||
* | Added dependencies check support for Installer | Tomas V.V.Cox | 2001-12-17 | 1 | -2/+30 | |
| | ||||||
* | ensure correct package names and versions in the xml parser | Tomas V.V.Cox | 2001-12-17 | 1 | -1/+2 | |
| |