Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed Windows 9x detection code (reported by Alex Merz) | Tomas V.V.Cox | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | revert change - this was due to an bug in php HEAD a few days ago | Alan Knowles | 2002-08-05 | 1 | -1/+0 |
| | |||||
* | Fixed array_shift messing up array_slice.. | Alan Knowles | 2002-08-05 | 1 | -0/+1 |
| | |||||
* | Nuke notice (thanks to Arnaud Limbourg) | Sander Roobol | 2002-08-04 | 1 | -1/+1 |
| | |||||
* | * Fixed E_NOTICE on pear -V | Tal Peer | 2002-07-28 | 1 | -1/+1 |
| | |||||
* | pear -V now shows pear version, php version and ZE version. | Tal Peer | 2002-07-28 | 1 | -1/+1 |
| | |||||
* | * feature/fixed bug | Stig Bakken | 2002-07-28 | 1 | -1/+2 |
| | |||||
* | * added "upgrade-all" command | Stig Bakken | 2002-07-28 | 1 | -0/+58 |
| | |||||
* | * don't abort install if errors are found in the package, display | Stig Bakken | 2002-07-28 | 1 | -2/+7 |
| | | | | | a warning instead | ||||
* | In theory this will fix a problem in Window trying to delete a not closed | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+3 |
| | | | | | | | file #if so, other fixes like that may be needed | ||||
* | use -d output_buffer=0 to workarround the PHP flush() problem | Tomas V.V.Cox | 2002-07-26 | 1 | -12/+12 |
| | |||||
* | download package if force is set | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+4 |
| | |||||
* | revert my change from PHP_BINDIR to bin_dir | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 |
| | |||||
* | Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@ | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 |
| | |||||
* | Use script arg separator '--' | Tomas V.V.Cox | 2002-07-26 | 1 | -11/+2 |
| | | | | | Clean up unused stuff | ||||
* | Use DIRECTORY_SEPARATOR instead of hardcoded '/' | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+2 |
| | |||||
* | Workarround to the empty $_ENV | Tomas V.V.Cox | 2002-07-26 | 1 | -10/+22 |
| | |||||
* | use $GLOBALS['HTTP_SERVER_VARS'] instead | Tomas V.V.Cox | 2002-07-26 | 1 | -2/+2 |
| | |||||
* | Silence NOTICE | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 |
| | |||||
* | By the moment trust that the dependencies are good | Tomas V.V.Cox | 2002-07-22 | 1 | -1/+1 |
| | | | | | # Will change the installer when finish the dependecy stuff | ||||
* | Bundle Net_socket, needed for Net_SMTP | Tomas V.V.Cox | 2002-07-22 | 1 | -0/+0 |
| | |||||
* | * bundle these releases | Stig Bakken | 2002-07-21 | 2 | -0/+0 |
| | |||||
* | * moved to /pear cvs | Stig Bakken | 2002-07-21 | 2 | -230/+0 |
| | |||||
* | * already moved to /pear | Stig Bakken | 2002-07-21 | 1 | -172/+0 |
| | |||||
* | * support "zend" dependency type | Stig Bakken | 2002-07-21 | 1 | -11/+31 |
| | |||||
* | * moved to /pear cvs | Stig Bakken | 2002-07-21 | 1 | -33/+0 |
| | |||||
* | * added missing license element | Stig Bakken | 2002-07-21 | 1 | -7/+8 |
| | | | | | * added "zend" dependency type | ||||
* | * always enable track_errors | Stig Bakken | 2002-07-21 | 1 | -0/+23 |
| | | | | | * added throwError method (simpler version of raiseError) | ||||
* | typo | Tomas V.V.Cox | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | Prepare package.xml for Net_SMTP | Tomas V.V.Cox | 2002-07-11 | 1 | -0/+33 |
| | |||||
* | * signed these packages | Stig Bakken | 2002-07-10 | 3 | -0/+0 |
| | |||||
* | * add HTTP package (signed) | Stig Bakken | 2002-07-09 | 1 | -0/+0 |
| | |||||
* | * tolerate $args being empty | Stig Bakken | 2002-07-09 | 1 | -2/+5 |
| | |||||
* | * tiniest optimization | Stig Bakken | 2002-07-09 | 1 | -1/+2 |
| | |||||
* | * typo | Stig Bakken | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | * added "pear sign" command | Stig Bakken | 2002-07-07 | 1 | -7/+58 |
| | |||||
* | * use System::mktemp | Stig Bakken | 2002-07-07 | 1 | -2/+25 |
| | | | | | | * check if an install is about to overwrite existing files belonging to other packages, bail out if not in "force" mode | ||||
* | * don't set include path if running 'pear.in' without substitutions | Stig Bakken | 2002-07-07 | 1 | -1/+4 |
| | | | | | | made by the installer * sort command names in help output | ||||
* | * made rebuildFileMap method public, added caching and checkFileMap method | Stig Bakken | 2002-07-07 | 2 | -44/+202 |
| | |||||
* | Let 'pear build' work on windows for building pecl extensions. | Shane Caraveo | 2002-07-07 | 1 | -0/+99 |
| | | | | | | | | | A few notes: Currently only supports release builds, and of course, requires msdev! pecl packages must have package.xml and xxx.dsp files for this to work the package name in package.xml must match the name of the dsp file, so package iisfunc must have dsp iisfunc.dsp | ||||
* | * use System::mktemp rather than PEAR_Common::mkTempDir | Stig Bakken | 2002-07-07 | 1 | -2/+6 |
| | |||||
* | * silence warning | Stig Bakken | 2002-07-07 | 1 | -1/+1 |
| | |||||
* | add local XMLRPC cache | Christian Dickmann | 2002-07-06 | 2 | -9/+91 |
| | |||||
* | * define PEAR_ZE2 when running with Zend Engine 2 | Stig Bakken | 2002-07-05 | 1 | -4/+3 |
| | |||||
* | * Remove http:// from the proxy server string. | Martin Jansen | 2002-07-04 | 1 | -0/+1 |
| | | | | | Patch by: "michiel bakker" <michiel_bakker@hotmail.com> | ||||
* | - Let's be tad more verbose what's happening during 'make install' | foobar | 2002-07-03 | 1 | -8/+9 |
| | |||||
* | make 'remote-info' use package.info. add deps to 'list-all' | Christian Dickmann | 2002-07-02 | 2 | -5/+5 |
| | |||||
* | change the include_path setting to be in the php space instead | Tomas V.V.Cox | 2002-06-25 | 1 | -1/+2 |
| | | | | | of doing in the interpreter line (seems to break FreeBSD) | ||||
* | * Rephrase help text. | Martin Jansen | 2002-06-24 | 1 | -1/+1 |
| | |||||
* | * typo | Stig Bakken | 2002-06-21 | 1 | -1/+1 |
| |