summaryrefslogtreecommitdiff
path: root/pear
Commit message (Collapse)AuthorAgeFilesLines
* Changed Windows 9x detection code (reported by Alex Merz)Tomas V.V.Cox2002-08-061-1/+1
|
* revert change - this was due to an bug in php HEAD a few days agoAlan Knowles2002-08-051-1/+0
|
* Fixed array_shift messing up array_slice..Alan Knowles2002-08-051-0/+1
|
* Nuke notice (thanks to Arnaud Limbourg)Sander Roobol2002-08-041-1/+1
|
* * Fixed E_NOTICE on pear -VTal Peer2002-07-281-1/+1
|
* pear -V now shows pear version, php version and ZE version.Tal Peer2002-07-281-1/+1
|
* * feature/fixed bugStig Bakken2002-07-281-1/+2
|
* * added "upgrade-all" commandStig Bakken2002-07-281-0/+58
|
* * don't abort install if errors are found in the package, displayStig Bakken2002-07-281-2/+7
| | | | | a warning instead
* In theory this will fix a problem in Window trying to delete a not closedTomas V.V.Cox2002-07-261-1/+3
| | | | | | | file #if so, other fixes like that may be needed
* use -d output_buffer=0 to workarround the PHP flush() problemTomas V.V.Cox2002-07-261-12/+12
|
* download package if force is setTomas V.V.Cox2002-07-261-1/+4
|
* revert my change from PHP_BINDIR to bin_dirTomas V.V.Cox2002-07-261-1/+1
|
* Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@Tomas V.V.Cox2002-07-261-1/+1
|
* Use script arg separator '--'Tomas V.V.Cox2002-07-261-11/+2
| | | | | Clean up unused stuff
* Use DIRECTORY_SEPARATOR instead of hardcoded '/'Tomas V.V.Cox2002-07-261-1/+2
|
* Workarround to the empty $_ENVTomas V.V.Cox2002-07-261-10/+22
|
* use $GLOBALS['HTTP_SERVER_VARS'] insteadTomas V.V.Cox2002-07-261-2/+2
|
* Silence NOTICETomas V.V.Cox2002-07-261-1/+1
|
* By the moment trust that the dependencies are goodTomas V.V.Cox2002-07-221-1/+1
| | | | | # Will change the installer when finish the dependecy stuff
* Bundle Net_socket, needed for Net_SMTPTomas V.V.Cox2002-07-221-0/+0
|
* * bundle these releasesStig Bakken2002-07-212-0/+0
|
* * moved to /pear cvsStig Bakken2002-07-212-230/+0
|
* * already moved to /pearStig Bakken2002-07-211-172/+0
|
* * support "zend" dependency typeStig Bakken2002-07-211-11/+31
|
* * moved to /pear cvsStig Bakken2002-07-211-33/+0
|
* * added missing license elementStig Bakken2002-07-211-7/+8
| | | | | * added "zend" dependency type
* * always enable track_errorsStig Bakken2002-07-211-0/+23
| | | | | * added throwError method (simpler version of raiseError)
* typoTomas V.V.Cox2002-07-111-1/+1
|
* Prepare package.xml for Net_SMTPTomas V.V.Cox2002-07-111-0/+33
|
* * signed these packagesStig Bakken2002-07-103-0/+0
|
* * add HTTP package (signed)Stig Bakken2002-07-091-0/+0
|
* * tolerate $args being emptyStig Bakken2002-07-091-2/+5
|
* * tiniest optimizationStig Bakken2002-07-091-1/+2
|
* * typoStig Bakken2002-07-091-1/+1
|
* * added "pear sign" commandStig Bakken2002-07-071-7/+58
|
* * use System::mktempStig Bakken2002-07-071-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 substitutionsStig Bakken2002-07-071-1/+4
| | | | | | made by the installer * sort command names in help output
* * made rebuildFileMap method public, added caching and checkFileMap methodStig Bakken2002-07-072-44/+202
|
* Let 'pear build' work on windows for building pecl extensions.Shane Caraveo2002-07-071-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::mkTempDirStig Bakken2002-07-071-2/+6
|
* * silence warningStig Bakken2002-07-071-1/+1
|
* add local XMLRPC cacheChristian Dickmann2002-07-062-9/+91
|
* * define PEAR_ZE2 when running with Zend Engine 2Stig Bakken2002-07-051-4/+3
|
* * Remove http:// from the proxy server string.Martin Jansen2002-07-041-0/+1
| | | | | Patch by: "michiel bakker" <michiel_bakker@hotmail.com>
* - Let's be tad more verbose what's happening during 'make install'foobar2002-07-031-8/+9
|
* make 'remote-info' use package.info. add deps to 'list-all'Christian Dickmann2002-07-022-5/+5
|
* change the include_path setting to be in the php space insteadTomas V.V.Cox2002-06-251-1/+2
| | | | | of doing in the interpreter line (seems to break FreeBSD)
* * Rephrase help text.Martin Jansen2002-06-241-1/+1
|
* * typoStig Bakken2002-06-211-1/+1
|