Commit Graph

11 Commits

Author SHA1 Message Date
wilfried
9ac7fc4b76 kill whitespace at eol, ok robert@ 2005-02-06 13:10:38 +00:00
robert
18364b5cdf Let's use ${LOCALBASE}/share/examples/php4/ for the example configuration
files. requested by f@obiit.org
2004-11-18 16:36:18 +00:00
espie
5318b3b20e MODULES=www/php4/pear
okay maintainer(s)
2004-08-03 12:54:39 +00:00
avsm
262b1c8e12 shorter license 2004-01-05 17:47:55 +00:00
avsm
430bac2e14 no need for NO_CONFIGURE
from naddy@, Xavier Santolaria <xavier@santolaria.net>
2003-07-04 17:35:57 +00:00
avsm
2278c7b1c2 remove a BUILD_DEPENDS=RUN_DEPENDS to avoid introducing unnecessary
dependencies; set both manually instead
2003-05-23 21:17:29 +00:00
avsm
eb8d4b59d3 upgrade to php4-4.3.2RC4. this is the final release candidate for
4.3.2, and should be a hell of a lot more stable than 4.3.1, especially
on 64-bit architectures

this commit also merges the pear/ stuff into a subpackage of core;
its no longer necessary to have a separate directory just for the pear libs.
2003-05-23 20:06:22 +00:00
avsm
3e237170b9 Make php chroot-friendly by default; the default pear directory is
/var/www/pear and php modules go into /var/www/lib/php.

Everything else still lives outside the chroot

Also tidy up the pkg/INSTALL message while I'm here
2003-05-02 19:49:00 +00:00
avsm
c9e720f715 - turn off transsid by default
- add license to phpxs
2002-08-17 01:39:25 +00:00
avsm
72c41ca52b - remove dependency on external libtool
- ltmain patch no longer needed
- move the php.ini extension lines to the end of the file
- introduce a new 'phpxs' command which enables/disables
  modules from a shell without needing to manually edit php.ini
- libphp4.so now installs into the same module dir as the extensions
- php4-enable is now done by 'phpxs -s' so remove it

tested by wilfried@, feedback from naddy@
2002-08-12 04:27:41 +00:00
avsm
15dc0f67ef Import php4-core-4.2.1
Installs the barebones php4 with only the gettext, iconv and recode
modules compiled in.

All of the other modules have to be installed as shared modules on
top of this.

In addition to the Apache module, this package also includes a php
command-line binary which can be used in shell scripts.  The binary
uses the same /var/www/conf/php.ini file as the Apache module.

There is some non-i386 breakage at the moment (notably macppc).

Work by wilfried@ and me.  espie@ ok
2002-06-24 19:23:41 +00:00