Commit Graph

18 Commits

Author SHA1 Message Date
robert
c00564cf77 take over maintainance; remove some unnecessary line;
remove iconv from MODULES because gettext includes it

ok jolan@
2004-06-08 15:59:54 +00:00
avsm
1ca27f8212 activate the exif extension, requested and tested by
Tai Lee <tai_lee at mrmachine.net>
2004-01-05 17:51:29 +00:00
avsm
7a2ea24bd0 Update to php-4.3.3; tested by many on ports@, thanks folks!
naddy@ ok
2003-08-28 22:30:38 +00:00
espie
b02d54b692 fix blasted installroot ignored. 2003-08-21 15:05:21 +00:00
espie
fbd0165e49 Fake, my ass 2003-08-21 13:42:22 +00:00
avsm
a46582a9f6 install a php man page as well, for the command line binary 2003-05-30 23:46:16 +00:00
avsm
7c301b1f01 the php4-pear package should depend on the php4-core package
noticed by naddy during bulk build
2003-05-27 22:10:59 +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
332e518242 enable wddx as well 2003-05-07 14:13:01 +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
1c06d46b39 Update to php4-core-4.3.1 2003-04-03 10:26:25 +00:00
brad
1e3e008f8e Fix a buffer overflow in PHP's built-in wordwrap() function.
If you use the wordwrap() function on user-supplied input, a
specially-crafted input can overflow the allocated buffer and
overwrite the heap.  Exploit looks very difficult, but still
theoretically possible.

http://marc.theaimsgroup.com/?l=bugtraq&m=104102689503192
http://bugs.php.net/bug.php?id=20927
2003-02-06 05:28:49 +00:00
avsm
f3da1d65db - update to php4-4.2.3
- include the domxml extension as a subpackage
- include some extra modules with PEAR which also disappeared
- only link against freetype1, not freetype2
2002-09-11 23:16:48 +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
35a165e306 - move bundled extensions to core/ to save build time
- MACHINE_ARCH is predefined; jcs@
2002-07-12 10:13:56 +00:00
avsm
6dff052ddf activate direct i/o functions by default 2002-07-09 19:47:43 +00:00
avsm
7c34a14d96 restrict building recode to i386 until someone figures out what
the problem is on other arches
2002-07-08 21:33:33 +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