Martin Jansen
29cbe5e3b6
* More PHPDoc fixes
2003-05-15 19:44:32 +00:00
Martin Jansen
ee57fde226
* Adding PHPDoc
2003-05-15 18:55:41 +00:00
Martin Jansen
8c5eac260f
* Fixing note
2003-05-11 09:33:04 +00:00
Derick Rethans
7a1e959f29
- Add inheritance information to package inspection on 'pear package'.
2003-05-09 12:03:09 +00:00
Pierre Joye
b5c2adf41e
Silent a notice
2003-05-08 17:11:02 +00:00
Alexander Merz
d276e85167
introduce download-all command for the PEAR Installer
2003-05-05 07:07:51 +00:00
foobar
dbe01aca1f
not a real test
2003-04-25 10:53:10 +00:00
Jesus M. Castagnetto
9b91242e24
Fixing bug #23060
2003-04-14 11:50:42 +00:00
Pierre Joye
b01169b63d
what? maintainer is not a valid role :)
2003-04-05 01:42:55 +00:00
Pierre Joye
b0c36aeeaf
- Add some releases notes
...
- Add myself in the maintainer list (stig)
2003-04-04 01:23:40 +00:00
Stig Bakken
de5f17eb92
* whip script files where they belong
2003-04-04 00:25:32 +00:00
Stig Bakken
99824847c6
* look for pearcmd.php in the right directory when run from a cvs checkout
2003-04-04 00:15:53 +00:00
Stig Bakken
3ba4fa6330
* rename pear_unices to pear.sh and make it a pure shell script
2003-04-04 00:11:00 +00:00
Stig Bakken
3c863894b4
* pear.in is renamed to pearcmd.php
2003-04-03 23:55:11 +00:00
Stig Bakken
19e924695d
* paj's last Windows install fixes
2003-04-03 23:48:39 +00:00
Stig Bakken
297caeb372
* use PHP_PEAR_* environment variables (paj)
2003-04-03 23:21:30 +00:00
Stig Bakken
7d4142b896
* disable table borders in output to save width
2003-04-03 23:12:40 +00:00
Stig Bakken
360d1da529
* windows bugfix
2003-04-03 23:11:50 +00:00
Stig Bakken
e853217651
* support both error codes and messages in the second parameter to
...
PEAR::isError()
2003-04-03 23:10:11 +00:00
Stig Bakken
4d79859291
* remove track_errors ini fiddling, was a PHP bug that should be fixed now
2003-04-03 23:05:25 +00:00
Stig Bakken
165604818c
* initialize pkginfo with an empty provides array
2003-04-03 23:04:52 +00:00
Martin Jansen
ad85444a87
* Silence warning
2003-03-26 22:43:42 +00:00
Martin Jansen
16bf9ed5fc
* Changing to DOS line breaks.
2003-03-25 14:34:02 +00:00
Stig Bakken
9e21b2eee4
* abort install when an extension fails to build (patch by ja at
...
morrdusk dot net)
2003-03-21 07:57:27 +00:00
Stig Bakken
0e6fca4f22
* email address change
2003-03-18 12:06:09 +00:00
Martin Jansen
1188dbe64f
* Fixing bug #21845 .
2003-03-13 21:07:40 +00:00
Stig Bakken
04870428ab
* fixed <provides> generation, provides elements are now included for
...
every non-private class, function and method
2003-02-25 02:44:10 +00:00
Stig Bakken
52ce358bde
* upgrading XML_Parser to 1.0.1
2003-02-23 11:03:38 +00:00
Anil Madhavapeddy
ee3e64267c
fix error msg typo
2003-02-16 01:31:46 +00:00
Stig Bakken
710b20a528
* clean up so Jani is not so confused
2003-02-11 01:17:20 +00:00
Stig Bakken
983dd29a7e
* update PEAR::isError phpdoc
2003-02-10 14:27:21 +00:00
Stig Bakken
4ef53806f4
* PEAR::isError accepts second parameter that will be matched against
...
the error code. PEAR::isError($obj, FOO) will return true if $obj
is an error object, and $obj->getCode() returns FOO.
2003-02-10 14:26:19 +00:00
Stig Bakken
cab18bc2de
* the "a" in "pear" is "application" now
2003-02-10 14:17:32 +00:00
Stig Bakken
fdd9735359
* replace @bin_dir@ in pear.bat
2003-02-04 22:46:40 +00:00
Stig Bakken
427fafaac0
* 1.1 release notes update
...
* added some <provides> elements
2003-02-03 02:55:47 +00:00
Stig Bakken
e756a253d9
* start using the source tokenizer
2003-02-03 02:54:39 +00:00
Stig Bakken
1e14f2de8b
* substitute @php_dir@ in pear.in
2003-02-03 01:00:10 +00:00
Martin Jansen
447bd814a2
* displayLine() is deprecated, so better use displayError() here.
2003-02-01 09:36:17 +00:00
Stig Bakken
9c5ff64992
* Windows fix (thanks to paj)
2003-01-29 21:42:54 +00:00
foobar
20c43285f7
- Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)
2003-01-28 10:59:12 +00:00
Stig Bakken
d250e7ba9d
* whoops, heritage shows through :)
2003-01-26 23:54:19 +00:00
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