notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/pecl-pthreads/Makefile
SVNWeb

Number of commits found: 18

Wed, 1 May 2019
[ 20:45 antoine search for other commits by this committer ] Original commit   Revision:500613
Deprecate
Tue, 30 Apr 2019
[ 12:29 mat search for other commits by this committer ] Original commit   Revision:500483
Try to allow building packages when PHP has ZTS enabled.

We cannot use IGNORE here, the package gets ignored anyway because the
ignore'd status is checked without any dependency installed.
Sat, 5 Jan 2019
[ 10:21 joneum search for other commits by this committer ] Original commit   Revision:489319
Remove expired IGNORE_WITH_PHP=	56

Sponsored by:	Netzkommune GmbH
Wed, 21 Nov 2018
[ 12:41 joneum search for other commits by this committer ] Original commit   Revision:485511 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Take Maintainership

Approved by:	johnpupu@gmail.com (maintainer, via eMail)
Sponsored by:	Netzkommune GmbH
Thu, 13 Jul 2017
[ 00:00 sunpoet search for other commits by this committer ] Original commit   Revision:445623
Update to 3.1.6

Changes:	https://pecl.php.net/package-changelog.php?package=pthreads
PR:		220642
Submitted by:	<amistry@am-productions.biz>
Approved by:	John Chen <johnpupu@gmail.com> (maintainer)
Mon, 10 Apr 2017
[ 15:08 mat search for other commits by this committer ] Original commit   Revision:438175 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
Wed, 3 Aug 2016
[ 12:47 mat search for other commits by this committer ] Original commit   Revision:419514 (Only the first 10 of 381 ports in this commit are shown above. View all ports for this commit)
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
Tue, 28 Jun 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:417719 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Wed, 29 Oct 2014
[ 10:02 robak search for other commits by this committer ] Original commit   Revision:371672
devel/pecl-pthreads: update 2.0.7 -> 2.0.10

PR:		194157
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	mentors (implicit)
Tue, 13 May 2014
[ 14:34 sunpoet search for other commits by this committer ] Original commit   Revision:353954
- Update to 2.0.7

Changes:	http://pecl.php.net/package-changelog.php?package=pthreads
PR:		ports/189723
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Sun, 6 Apr 2014
[ 05:48 sunpoet search for other commits by this committer ] Original commit   Revision:350316
- Update to 2.0.4

Changes:	http://pecl.php.net/package-changelog.php?package=pthreads
PR:		ports/188152
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Tue, 18 Mar 2014
[ 15:03 sunpoet search for other commits by this committer ] Original commit   Revision:348569
- Update to 2.0.2
- While I'm here:
  - Use USES=tar:tgz
  - Remove outdated IGNORE_WITH_PHP

Changes:	http://pecl.php.net/package-changelog.php?package=pthreads
PR:		ports/187694
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Sun, 23 Feb 2014
[ 15:20 sunpoet search for other commits by this committer ] Original commit   Revision:345730
- Update to 0.1.0

Changes:	http://pecl.php.net/package-changelog.php?package=pthreads
PR:		ports/186840
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Sat, 4 Jan 2014
[ 08:24 sunpoet search for other commits by this committer ] Original commit   Revision:338628
- Update to 0.0.45

Changes:	http://pecl.php.net/package-changelog.php?package=pthreads
PR:		ports/185386
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Mon, 30 Dec 2013
[ 09:12 sunpoet search for other commits by this committer ] Original commit   Revision:338065
- Fix PHP Thread-Safe problem
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Avoid INDEX breakage:
    - Check existence of ${LOCALBASE}/bin/php
    - PHP_ZTS defaults to disabled
  - Support STAGEDIR

PR:		ports/179565
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Sun, 9 Jun 2013
[ 17:30 miwi search for other commits by this committer ] Original commit   Revision:320356
- Remove php4 reference
Mon, 13 May 2013
[ 02:27 miwi search for other commits by this committer ] Original commit   Revision:317990
A compatible Threading API for PHP5.3+

WWW: http://pecl.php.net/package/pthreads

PR:		ports/178299
Submitted by:	John Chen <johnpupu@gmail.com>

Number of commits found: 18