foobar
71676e37bf
- Fixed bug #25348 ("make install" fails with --enable-short-tags).
2003-09-02 01:29:21 +00:00
Tomas V.V.Cox
d462d93836
PEAR binaries go where the php bin goes
2003-07-17 06:30:21 +00:00
Tomas V.V.Cox
d5e365ac54
Use the --with-pear=DIR, --prefix && --layout
...
# Will continue with the TODO in next time
2003-06-29 20:49:09 +00:00
Stig Bakken
710b20a528
* clean up so Jani is not so confused
2003-02-11 01:17:20 +00:00
foobar
20c43285f7
- Fixed bug: #13561 (--without-pear prevents install of phpize, php-config)
2003-01-28 10:59:12 +00:00
Derick Rethans
96c054f775
- MFB: Safemode install problem
2002-11-19 14:45:13 +00:00
Sascha Schumann
1585ad97ff
Fix "make install" in vpath env
2002-11-14 01:35:20 +00:00
foobar
6165cd5c89
Do not use any php.ini files for the installs.
2002-11-12 23:30:21 +00:00
Stig Bakken
ef236a936f
* cleaning house
2002-11-09 00:39:48 +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
Edin Kadribasic
4a0ebe5074
Install sapi/embed header file as well.
2002-10-12 01:01:24 +00:00
foobar
bb0d7d6e31
- Let's be tad more verbose what's happening during 'make install'
2002-07-03 22:12:13 +00:00
Stig Bakken
ab9159719b
* minor cleanup
2002-06-12 21:17:10 +00:00
Tomas V.V.Cox
4bb9c66fee
Commented out old unused stuff
...
# I'm not familiar with the 'make' syntax, please tell me if
# something is wrong
2002-06-09 18:34:04 +00:00
Stig Bakken
2bc921c60a
* get rid of pearize
2002-06-07 10:17:25 +00:00
Stig Bakken
344ba505b9
* new installer rule that does not depend on bash
2002-05-20 10:46:01 +00:00
Stig Bakken
aa1f45c964
* install Archive_Tar and Console_Getopt too
2002-05-11 01:35:23 +00:00
Martin Jansen
caa2dd2ce2
* package-pear.xml has been renamed to package-PEAR.xml.
2002-05-10 05:40:39 +00:00
Stig Bakken
ed4ffb695b
* use PEAR installer to install stuff (won't overwrite if newer versions
...
of packages already are installed)
2002-05-09 12:45:02 +00:00
Stig Bakken
2225be36d6
* install the old-fashioned way for just a bit longer
2002-05-09 02:32:18 +00:00
Stig Bakken
b14c2f9185
* add -G option to "pear" for php-gtk frontend
...
* added Gtk stub (only creates window right now)
* added command descriptions
2002-05-09 02:31:37 +00:00
Stig Bakken
3c03ca3d7b
* ext/xml/expat no longer has xmltok and xmlparse subdirs
2002-04-09 16:06:07 +00:00
Stig Bakken
f2efded1bc
* remove PEAR/Uploader.php
2002-04-09 08:12:18 +00:00
Yasuo Ohgaki
001d332a86
Make pgsql header available for PECL module(s)
2002-04-08 14:17:28 +00:00
Wez Furlong
5916b203fe
add mbstring headers to those for pear/pecl extensions
2002-04-05 00:16:09 +00:00
Stig Bakken
990d19aefe
* comment out the php files that are not necessary for the installer
...
# the rest will show up as packages in /pear shortly
2002-04-02 09:09:41 +00:00
Stig Bakken
c5d35962d2
* install PEAR/Command/Remote.php
2002-03-31 00:32:00 +00:00
Stig Bakken
9631885246
* temporarily added: nuke old files/dirs
2002-03-22 10:28:27 +00:00
Stig Bakken
73d26803f0
* one last CommandUI -> Frontend change
2002-03-22 10:05:40 +00:00
Stig Bakken
60035fb949
* rename PEAR_CommandUI* to PEAR_Frontend*
...
* rename PEAR/Command/Login.php to PEAR/Command/Auth.php
* replace PEAR/Command/Info.php with PEAR/Command/Registry.php (will contain
more commands related to the local registry)
* started working on Frontend table output
2002-03-22 09:22:28 +00:00
Stig Bakken
c19ddade2c
* install PEAR_Command_Package
2002-03-19 19:59:05 +00:00
Stig Bakken
623905dfbf
* pear-get gone
2002-03-19 01:13:20 +00:00
Stig Bakken
a036fe5b72
* Refactoring of "pear" command internals. Highlights:
...
- user interface abstraction, making a Gtk installer should only be
a matter of implementing PEAR_CommandUI_Gtk plus a "pear-gtk" executable
- separated code into command classes, able to specify one or more
commands
- no more "pear-get" :-)
* fixed use of PEAR_Config::singleton to avoid object copying
2002-03-18 17:39:52 +00:00
Sascha Schumann
9c3b0c752e
Invoke pear-related targets conditionally and
...
rename install-data-local target to install-pear.
Also remove PEAR_DIR, because it is unused.
2002-03-11 13:17:44 +00:00
Sascha Schumann
9d9d39a0de
Please welcome the new build system.
...
If you encounter any problems, please make sure to email sas@php.net
directly.
An introduction can be found on
http://schumann.cx/buildv5.txt
2002-03-07 14:20:02 +00:00