Stig Bakken
dd22d65e2f
* not a real test, just a script for displaying OS_Guess output
2003-01-25 00:45:13 +00:00
Stig Bakken
d19bd6f12c
* add glibc version detection for Linux
2003-01-25 00:44:41 +00:00
Stig Bakken
a46aac36ec
* typo
2003-01-25 00:38:00 +00:00
Stig Bakken
832545d97f
* PEAR_Error now supports exceptions when using Zend Engine 2. Set the
...
error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself
as an exception (invoke PEAR errors with raiseError() or throwError()
just like before).
2003-01-21 13:32:34 +00:00
Stig Bakken
3f09044ba6
* prepare 1.0.1 release
2003-01-10 01:24:56 +00:00
Stig Bakken
4a723721b9
* obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables
2003-01-10 01:16:23 +00:00
Stig Bakken
4cf28eb0fc
* verbosity fix for cvstag and cvsdiff commands
2003-01-10 01:15:40 +00:00
Stig Bakken
26a472f767
* TODO item
2003-01-10 01:12:23 +00:00
Stig Bakken
eaf21d230e
* add "cvsdiff" command
2003-01-10 01:11:30 +00:00
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