Alex Dupre
b5eb3fa38f
Now that mod_php is a separate port, allow to deselect all SAPIs.
...
PR: ports/188386
Submitted by: Joel Parker <rootrider@shellfront.org>
2014-04-09 07:58:43 +00:00
Alex Dupre
ce9ba7129c
Update to 5.4.23 release and refresh patches.
2013-12-14 12:45:40 +00:00
Alex Dupre
8e7fdd9d37
Fix installation of mod_php.
2013-10-18 12:37:45 +00:00
Alex Dupre
dfc4377001
Update to 5.4.6 release.
2012-08-23 14:54:48 +00:00
Alex Dupre
0926c2d681
Update to 5.4.3 release:
...
- add support for embedded php library
- add support for dtrace
Re-organize bsd.php.mk:
- add WANT_PHP_EMD
- fix handling of WANT_PHP_*
- remove php4 extensions
From UPDATING:
Suhosin patch has been disabled until the
new version will be released (soon). Suhosing extension will take more
time. LINKTHR option is now enabled by default, be sure to flag it if
you are updating using an old saved configuration. sqlite2 extension
has been permanently removed.
If you want to remain at PHP 5.3, a new port (lang/php53) will be
committed soon.
2012-05-16 07:36:13 +00:00
Alex Dupre
dbe5e951ac
Update to 5.3.11 release.
...
Note: this port will be updated to 5.4.x as soon as suhosin will be released,
while php 5.3.x branch will continue to exist in lang/php53.
2012-04-30 15:06:53 +00:00
Martin Matuska
205f1ac23d
Bump pcre library dependency due to 8.30 update
...
Add (vendor) patch for deprecated pcre_info()
2012-02-14 12:44:23 +00:00
Alex Dupre
8796d6d0d6
Restore accidentally removed patch hunk.
2012-02-09 15:48:54 +00:00
Alex Dupre
1c08b00624
When FPM is selected, install status.html into ${PREFIX}/share/php/fpm/.
...
Submitted by: Michael Vorobyov <vmb@ric168.ru>
2012-02-08 14:53:55 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Alex Dupre
d548aa8855
Fix configure checks for FPM.
...
Feature safe: yes
2011-11-18 10:28:49 +00:00
Alex Dupre
695204e383
Update to 5.3.8 release.
2011-08-24 06:48:07 +00:00
Alex Dupre
435b613878
Unbreak crypt().
...
Submitted by: Svetlin Ivanov <izrodix@gmail.com>
2011-08-22 07:56:39 +00:00
Alex Dupre
cda471cf02
Update to 5.3.7 release.
2011-08-19 09:33:31 +00:00
Alex Dupre
9bcf57efe0
Fix CVE-2011-1148, CVE-2011-1938 and CVE-2011-2202.
...
Bump PORTREVISION.
2011-06-17 06:40:03 +00:00
Alex Dupre
a298707282
librt is not needed, but we have nanosleep, fix check.
2011-03-04 08:11:21 +00:00
Alex Dupre
935c10e602
Don't link with librt, nanosleep is in libc.
...
Spotted by: ache
2011-03-03 08:20:27 +00:00
Alex Dupre
1f94356efc
Update to 5.3.4 release.
...
PR: ports/153250
Submitted by: mm
2010-12-20 11:34:20 +00:00
Alex Dupre
27e877dcd0
Remove obsolete patch: use autoconf-wrapper.
2010-12-09 15:53:27 +00:00
Ade Lovett
6abd00a86b
Punt autoconf267->autoconf268
2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d
Autotools update. Read ports/UPDATING 20100915 for details.
...
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
2010-09-15 18:35:24 +00:00
Alex Dupre
d6b855d7d7
Avoid including zlib extension if not requested.
2010-08-26 11:26:40 +00:00
Alex Dupre
49a746ede7
Update to 5.3.3 release:
...
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)
PR: ports/148956 [1]
Submitted by: mm
2010-07-27 15:13:54 +00:00
Alex Dupre
538a6d28a2
Update to PHP 5.3.2 release!
2010-04-09 09:34:43 +00:00
Alex Dupre
c09e900087
Update to 5.2.12 release.
2009-12-29 14:39:11 +00:00
Alex Dupre
136555d328
Fix sockets.
...
PR: ports/139343
Submitted by: Boris <lytboris@gmail.com>
2009-10-12 13:14:26 +00:00
Alex Dupre
d8637e03c9
Update to 5.2.11 release.
...
(Do not link to thread library when building a thread-safe only lib)
Feature safe: yes
2009-09-22 10:36:31 +00:00
Alex Dupre
0290ecb280
Update to 5.2.10 release.
2009-06-25 06:25:45 +00:00
Alex Dupre
c99d0d7337
Update to 5.2.9 release and re-add pcre extension.
2009-03-06 10:08:35 +00:00
Alex Dupre
753392fe5c
Update to 5.2.7 release.
2008-12-07 11:54:36 +00:00
Alex Dupre
067f51c23a
Fix for CVE-2008-2665 and CVE-2008-2666.
...
Obtained from: PHP CVS
2008-09-04 13:55:11 +00:00
Ade Lovett
771ea13f41
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
...
Tested by: exp build run (erwin)
2008-08-20 00:57:32 +00:00
Alex Dupre
388c8b6c6d
FreeBSD >= 700050 has POSIX standard putenv().
...
PR: ports/123911
Submitted by: scf
2008-06-09 12:11:33 +00:00
Alex Dupre
b23a136b2c
Update to 5.2.6 release.
2008-05-02 08:52:07 +00:00
Alex Dupre
8e15a70d4f
Fix a rare crash with apache because of uninitialized variable.
...
PR: ports/120204
Submitted by: danger
2008-02-01 22:53:34 +00:00
Alex Dupre
28a4f1ef3c
Fixes for 64-bit systems.
...
PR: ports/120088
Submitted by: mm
Patch from: mi
2008-01-29 10:14:37 +00:00
Alex Dupre
8dcdf7be0e
Update to 5.2.5 release and fix a few vulnerabilities.
...
Approved by: portmgr (marcus), secteam (remko)
2007-11-14 07:38:32 +00:00
Mark Linimon
48420a5ebd
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
...
PR: ports/116639
Submitted by: aDe
2007-09-30 04:47:36 +00:00
Alex Dupre
3de4c7d799
Update to 5.2.4 release.
2007-09-14 06:29:31 +00:00
Ade Lovett
3b3128196e
Update to the autotools new world order.
...
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Alex Dupre
c2a72b04bb
Update to 5.2.3 release.
2007-06-04 18:30:55 +00:00
Alex Dupre
cc137a49e9
Update to 5.2.2 release.
...
PR: ports/112527
Submitted by: Nick Barkas<snb@threerings.net>
Approved by: portmgr (linimon)
2007-05-20 08:27:29 +00:00
Alex Dupre
9312854b8c
Fix a crashbug on str_replace().
...
Submitted by: esser
Obtained from: PHP CVS
2007-02-15 06:52:30 +00:00
Alex Dupre
6654475e66
Fix regression: count(object) should call object->count() if instance of Countable.
...
Spotted by: Roman Neuhauser <neuhauser@sigpipe.cz>
2007-02-12 19:34:58 +00:00
Alex Dupre
e3dc18ce57
Update to 5.2.1 release.
2007-02-09 08:28:05 +00:00
Alex Dupre
5849e9e6e7
Add pear to the default include_path.
2007-01-20 10:17:33 +00:00
Alex Dupre
8fbcab85d9
Update to 5.2.0 release.
2006-11-06 17:43:11 +00:00
Alex Dupre
d754180768
- fix open_basedir vulnerability in php4 and php5 [1]
...
- add an alert on safe_mode intrinsic insecurity and
suggest to install the suhosin extension
- enable the suhosin patch by deafult also in php4
Submitted by: Thomas Vogt <thomas@bsdunix.ch> [1]
Obtained from: PHP CVS [1]
Approved by: portmgr (clement)
2006-10-16 09:30:58 +00:00
Alex Dupre
229fe00496
Enable suhosin patch by default.
2006-10-06 17:24:21 +00:00
Alex Dupre
55aabea080
Added safety checks against integer overflow.
...
Bump PORTREVISION.
While I'm here, I suggest all php users to use the suhosin patch
and suhosin extension to harden the php installation.
Submitted by: simon
Obtained from: PHP CVS repo.
2006-10-05 20:59:17 +00:00