Stig Bakken
95255fe5e1
* use getenv() instead of $_ENV[]
2003-01-10 01:11:00 +00:00
Stig Bakken
f39c0ad2b6
* added debug_backtrace() support to PEAR errors
2003-01-09 15:14:23 +00:00
Stig Bakken
796083b936
* System::which() now checks .exe .bat .cmd and .com on Windows
2003-01-09 15:11:27 +00:00
Stig Bakken
239d203e4a
* cleanups
2003-01-09 15:06:14 +00:00
Christian Dickmann
26e393c69f
fix default umask(); (thx to Mirco MEEBEY Bauer for bringing this behavior to my attention and testing the patch)
2003-01-07 23:12:06 +00:00
Vincent Blavet
7121150e5f
* Synchronize with /pear/Archive_Tar/Tar.php 1.5 :
...
- Add support for long filenames (greater than 99 characters)
- Add private methods _readLongHeader() and _writeLongHeader()
2003-01-07 15:04:42 +00:00
Harald Radi
f1f96c86d1
fixing typo
2003-01-03 00:17:41 +00:00
Stig Bakken
7f41f5d586
* allways fall back to PHP_SYSCONFDIR
2003-01-02 23:48:32 +00:00
Sebastian Bergmann
61ce6bc8f1
Bump year.
2002-12-31 16:18:29 +00:00
Stig Bakken
ff8adda7c6
* 1.0 release notes
2002-12-27 19:31:56 +00:00
Stig Bakken
25684764cc
* added "clear-cache" command
2002-12-27 19:31:37 +00:00
Stig Bakken
1d42e34c1b
* 1.0 release
2002-12-27 19:01:19 +00:00
Stig Bakken
d63ef03d7b
* 1.0 version
2002-12-27 17:19:31 +00:00
Stig Bakken
aded559898
* Windows fix from Edin
2002-12-22 01:32:01 +00:00
Stig Bakken
c4ddda3e23
* set default xml-rpc cache ttl to 1 hour
2002-12-22 01:31:13 +00:00
Stig Bakken
24975495a7
* fix one missing DIRECTORY_SEPARATOR and a typo
2002-12-16 20:44:50 +00:00
Sascha Schumann
e5b86174af
CFLAGS_CLEAN was not properly defined
2002-12-16 13:39:27 +00:00
Stig Bakken
854b9b9ac1
* update release notes, remove warning
2002-12-13 02:20:33 +00:00
Stig Bakken
3396ace7cb
* fix version/date
2002-12-13 02:11:23 +00:00
Stig Bakken
976aef1ccf
* introduce php_bin config parameter
...
* use PHP_PEAR_<PARAM_NAME> environment variables for defaults
(for example PHP_PEAR_PHP_DIR)
* Windows cleanups
2002-12-13 02:10:23 +00:00
Stig Bakken
e5dd8161e6
* _parseArgs bugfix
2002-12-13 02:07:22 +00:00
Stig Bakken
1ef49991ff
* fix upgrade-all output
2002-12-06 00:10:10 +00:00
Christian Dickmann
910a03a835
silence some possible warnings
2002-12-03 20:51:36 +00:00
Stig Bakken
441a3e3612
* fix typo
2002-11-26 23:17:22 +00:00
Stig Bakken
b066da4e65
* lose obsolete tags: libfile, libname, sources, includes, libadd
2002-11-26 22:52:34 +00:00
Stig Bakken
7e21663cb5
* ws/folding
2002-11-26 21:49:55 +00:00
Stig Bakken
397b35f891
* changed "info" shortcut to "in"
2002-11-26 18:23:58 +00:00
Stig Bakken
693204265e
* a little more "windows robust" when looking for package.xml
2002-11-26 01:38:48 +00:00
Stig Bakken
ad2618b8eb
* forgot to set release date
2002-11-26 01:34:14 +00:00
Stig Bakken
df158fa5cf
* added --ignore-errors option, --force no longer ignores errors
2002-11-26 01:32:47 +00:00
Stig Bakken
58c57d43ab
* added sig_keyid config param
2002-11-26 00:05:21 +00:00
Stig Bakken
e617da5aae
* more accurate description of "makerpm" command
2002-11-25 23:16:16 +00:00
Stig Bakken
6f1c21aea2
* silence some notices
2002-11-25 23:15:31 +00:00
Christian Dickmann
51f5b6debb
remove the check, cause i don't really know, if content has to be an array everytime
2002-11-24 10:15:25 +00:00
Christian Dickmann
0228cfcf4a
add some checks to increase cache integrity
2002-11-24 10:13:57 +00:00
Christian Dickmann
7dd3e5e683
add errormessage, but that does not fix the problem
2002-11-24 10:06:54 +00:00
Stig Bakken
64a75d6d77
* fix config-show output
2002-11-22 07:03:46 +00:00
Stig Bakken
713d0e8966
* convert to english
2002-11-20 06:51:23 +00:00
Stig Bakken
0cc15ba4b9
* fix doc for config-{set,get}
2002-11-20 06:50:33 +00:00
Derick Rethans
96c054f775
- MFB: Safemode install problem
2002-11-19 14:45:13 +00:00
Stig Bakken
bfae20f404
* allow config-get in the default layer
2002-11-19 02:18:30 +00:00
Stig Bakken
7547238723
no longer in use
2002-11-15 23:19:41 +00:00
Sascha Schumann
04e564dec5
use grep -E instead of egrep. the latter is not defined by POSIX anymore
2002-11-15 00:20:17 +00:00
Stig Bakken
40ac4a2d68
Added error codes for the PEAR_Dependency class
...
Changed the dependency API to have a reference to an error message
string as first arg to all check methods
2002-11-14 23:23:21 +00:00
Stig Bakken
9f39cc0626
* a little bit of internal refactoring
2002-11-14 22:41:56 +00:00
Sascha Schumann
1585ad97ff
Fix "make install" in vpath env
2002-11-14 01:35:20 +00:00
Stig Bakken
fb179417ef
* remove debug output
2002-11-13 19:49:28 +00:00
Christian Dickmann
18296252b2
Add new tag to package.xml named <warnings>.\nThis warnings are printed when installing/upgrading the package.\nThis patch was created in a cooperation with Tal Peer (Thanks for the idea Tal)
2002-11-13 14:17:26 +00:00
foobar
09c36c87fb
added missing cvs id tag
2002-11-13 00:49:37 +00:00
Stig Bakken
bad126c6a0
* support INSTALL_ROOT
2002-11-13 00:02:11 +00:00
foobar
6165cd5c89
Do not use any php.ini files for the installs.
2002-11-12 23:30:21 +00:00
Derick Rethans
4a5cb37ac4
- Revert that patch, this was not optional at all.
2002-11-11 16:32:17 +00:00
Christian Dickmann
9c27f4f77c
make cache (get/set) binary safe
2002-11-11 01:23:24 +00:00
Stig Bakken
aabda7fc8e
* implement transactions for uninstall
...
* change "revert" to "rollback"
2002-11-10 03:13:31 +00:00
Stig Bakken
888a9bd2fe
* implemented file transactions so installs may be safely aborted
...
* preparing 1.0b2 release
2002-11-10 03:03:20 +00:00
Stig Bakken
ee0ad3c81a
* add folds
2002-11-10 02:44:49 +00:00
Stig Bakken
ef236a936f
* cleaning house
2002-11-09 00:39:48 +00:00
Stig Bakken
28c2fb6681
* fix path prepends
2002-11-08 00:19:21 +00:00
Martin Jansen
bf15b826a1
* Fix bug #20207 .
2002-11-01 14:48:16 +00:00
Ilia Alshanetsky
5b2388f946
Allows pear installer to run un-harassed by safe_mode & open_basedir.
2002-10-29 15:59:19 +00:00
Stig Bakken
886f0bcf7f
* make *_dir config parameters available for substitution in the
...
rpm spec file template
2002-10-22 23:08:55 +00:00
Stig Bakken
b65e60b093
* add transactions member array (for queueing file transactions)
2002-10-22 23:08:09 +00:00
Stig Bakken
59f499228f
* some minor fixes to the rpm spec file template
2002-10-22 23:07:36 +00:00
Stig Bakken
8082619e80
* add some signature handling config options
2002-10-22 23:07:10 +00:00
Ilia Alshanetsky
2e25c236d4
One more PEAR test to be skipped.
2002-10-22 17:26:39 +00:00
Ilia Alshanetsky
dd56de8d1e
Disable PEAR tests. These tests have too many dependcies such as
...
pre-installed PEAR, needing to run as root user, most tests
will fail if PEAR install directory is not inside include_path and so on.
2002-10-22 14:19:02 +00:00
Derick Rethans
cb856e6717
- Add optional targets to allow the usage of Makefile.frag for shared
...
extensions.
2002-10-22 12:30:32 +00:00
Derick Rethans
5f070780bf
- Explicitly return "0" at the end of the script. For some weird reason it
...
was returning error code 256 for me. This fixes pear install <pecl>.tar.gz
for me.
#- Not sure if this is correct though
2002-10-22 11:21:38 +00:00
Hartmut Holzgraefe
dde85e3936
fix for #19712 & #19715 -> whitepsace in extension dir name
2002-10-21 11:53:04 +00:00
foobar
775a06418f
Fix some phpize problems.
2002-10-17 05:05:01 +00:00
Tal Peer
852ec13d41
* Fixed a nasty bug preventing installation of pecl exts.
2002-10-14 19:57:40 +00:00
Martin Jansen
0b69dbc931
* Add missing PHP_SUBST(awk).
2002-10-13 10:20:15 +00:00
Pierre Joye
06455b10bf
No more needed here
2002-10-12 20:46:57 +00:00
Stig Bakken
2809b32e63
* update test
2002-10-12 18:27:05 +00:00
Pierre Joye
09b9d5d956
Add test for single directory creation
...
this test actually fails
2002-10-12 15:18:31 +00:00
Stig Bakken
c93ff0fa6f
* 1.0b1 is today
2002-10-12 14:20:32 +00:00
Stig Bakken
6fc63bbdd8
* added "pear makerpm" command for wrapping PEAR packages in RPMs
2002-10-12 14:19:50 +00:00
Stig Bakken
846ad56a13
* rename System::type to System::which
2002-10-12 14:17:44 +00:00
Stig Bakken
c0c85a8c77
* CLI layout adjustment
2002-10-12 13:43:41 +00:00
Stig Bakken
1cb6af0cbe
* look for awk, fix for #19819
2002-10-12 01:30:24 +00:00
Edin Kadribasic
4a0ebe5074
Install sapi/embed header file as well.
2002-10-12 01:01:24 +00:00
Stig Bakken
3aba20dd9e
* verify md5 checksums during install
2002-10-12 00:40:16 +00:00
Stig Bakken
2771434028
* include platform file attribute!
2002-10-12 00:39:49 +00:00
Stig Bakken
166ff6468c
* package updates
2002-10-12 00:39:22 +00:00
Stig Bakken
b5eef00248
* the actual implementation of the installroot option
2002-10-10 21:09:47 +00:00
Stig Bakken
bb607d2d62
* add --installroot / -R option to install/upgrade commands
2002-10-10 01:02:42 +00:00
Stig Bakken
2394021765
* $this->destdir is not used
2002-10-10 00:57:15 +00:00
Stig Bakken
bc8cea056b
* upgrade XML_RPC to 1.0.4
2002-10-10 00:56:20 +00:00
Stig Bakken
256ae136e8
* fix Archive_Tar dependency
2002-10-10 00:53:11 +00:00
Stig Bakken
08f9799c46
* options displayed in "pear help" did not have option parameters listed
2002-10-10 00:51:21 +00:00
Stig Bakken
1a987d74be
* fix a diff/patch screwup
2002-10-09 22:34:00 +00:00
Pierre Joye
a15877930c
Add cache_ttl, cache_dir to expect output
...
Update text for username, password
Tests pass now
2002-10-09 11:50:12 +00:00
Pierre Joye
54d920dd3c
Sorry Derick, generated the wrong patch
...
and we don't need to recreate an array ;)
2002-10-08 13:17:01 +00:00
Derick Rethans
fa5ce6bbfa
- Fix for deprecated function
2002-10-08 13:02:31 +00:00
Martin Jansen
1fe42e10b7
* Nuke warning when $php_errormsg is not set.
2002-10-04 20:00:51 +00:00
Stig Bakken
0a51b3e871
* we're releasing 1.0 along with PHP 4.3, so this is 1.0RC1
2002-10-02 21:33:35 +00:00
Stig Bakken
01daca5e10
* add support for http proxy authorization (thanks Arnaud)
2002-10-02 21:27:25 +00:00
Stig Bakken
04bb45cf4b
* added --libs option
2002-09-28 21:58:19 +00:00
Martin Jansen
64a31beb6a
* Fix bug #19269 .
...
This patch makes popErrorHandling() pop the first _two_ elements
from the error handler stack to prevent un-necessary memory
consumption.
# Patch by: jrust (at) rustyparts (dot) com
2002-09-25 17:36:24 +00:00
Andrei Zmievski
a92e347e53
Let's take Console_Getopt to stable release.
2002-09-13 23:34:21 +00:00