o Un-break port.
o A lot of fixes, taken from recent commits to php4 port.
PR: ports/58617
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
WITH_LZW knob to enable the LZW compression algorithm (patented
in some countries).
o Removed gd_gif_out.diff patch and added many new patches.
PR: ports/53754, ports/53879
Requested by: Jens Rehsack <rehsack@liwing.de>
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
server to work, but for which is indifferent the PHP
sapi (CGI or Apache Module).
PR: ports/53800
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
o New patch-main::main.c file [2]:
- Fixed bug #24253 (missing variables when register_globals is on)
- Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
- Fixed a memory leak when variables_order is not set and gpc_order
has S|s flag.
- Optimized out duplicate parsing of the variables order string.
PR: ports/53609
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Patched by: Thierry Thomas [1]
Requested by: Ian Service [2]
(enable with WITH_GD_GIF_OUT - not default due to LZW
patent in many countries)
PR: ports/53631
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
o Add inifile and cdb extensions.
o Fix imap without ssl(inspired from ports/53141).
o Rename some variable for future compatability (PHP => PHP4)
(inspired from ports/53113, points 1 and 4 - point 2 is useless).
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>)
Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>)
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache
module, command line interface, and both, respectively. Too many
changes (improvements, bug fixes and new features) to be listed here,
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com>