notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pecl-pthreads Compatible Threading API for PHP7.0+
3.1.6 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.6Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Does not work with recent versions of php
Expired This port expired on: 2019-06-02
Ignore IGNORE: cannot be installed: doesn't work with lang/php72 port (doesn't support PHP 7.1 7.2 7.3)
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-05-13 02:28:11
Last Update: 2019-06-02 10:04:35
SVN Revision: 503299
License: PHP301
WWW:
https://pecl.php.net/package/pthreads
Description:
A compatible Threading API for PHP7.0+ WWW: https://pecl.php.net/package/pthreads
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/php72-pecl-pthreads-3.1.6/catalog.mk
  2. /usr/local/share/licenses/php72-pecl-pthreads-3.1.6/LICENSE
  3. /usr/local/share/licenses/php72-pecl-pthreads-3.1.6/PHP301
Collapse this list.
Dependency lines:
  • php72-pecl-pthreads>0:devel/pecl-pthreads
No installation instructions:
This port has been deleted.
PKGNAME: php72-pecl-pthreads
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1499798056 SHA256 (PECL/pthreads-3.1.6.tgz) = bb13da909a7a7ae1f9e499166103a2d24628993238ce03a8aae3eaa492c0b736 SIZE (PECL/pthreads-3.1.6.tgz) = 80932

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php72
  2. autoconf>0 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php72
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
php:pecl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://pecl.php.net/get/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.6
02 Jun 2019 10:04:35
Revision:503299Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2019-06-02 devel/pecl-pthreads: Does not work with recent versions of php
3.1.6
01 May 2019 20:45:19
Revision:500613Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate
3.1.6
30 Apr 2019 12:29:13
Revision:500483Original commit files touched by this commit
mat search for other commits by this committer
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.
3.1.6
05 Jan 2019 10:21:56
Revision:489319Original commit files touched by this commit
joneum search for other commits by this committer
Remove expired IGNORE_WITH_PHP=	56

Sponsored by:	Netzkommune GmbH
3.1.6
21 Nov 2018 12:41:57
Revision:485511Original commit files touched by this commit
joneum search for other commits by this committer
Take Maintainership

Approved by:	johnpupu@gmail.com (maintainer, via eMail)
Sponsored by:	Netzkommune GmbH
3.1.6
13 Jul 2017 00:00:30
Revision:445623Original commit files touched by this commit
sunpoet search for other commits by this committer
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)
2.0.10_1
10 Apr 2017 15:08:47
Revision:438175Original commit files touched by this commit
mat search for other commits by this committer
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2.0.10_1
13 Dec 2016 14:26:12
Revision:428488Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW: pecl.php.net uses https://

Approved by:	portmgr (blanket)
2.0.10_1
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
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
2.0.10
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
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
2.0.10
29 Oct 2014 10:02:17
Revision:371672Original commit files touched by this commit
robak search for other commits by this committer
devel/pecl-pthreads: update 2.0.7 -> 2.0.10

PR:		194157
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	mentors (implicit)
2.0.7
13 May 2014 14:34:53
Revision:353954Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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)
2.0.4
06 Apr 2014 05:48:28
Revision:350316Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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)
2.0.2
18 Mar 2014 15:03:17
Revision:348569Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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)
0.1.0
23 Feb 2014 15:20:51
Revision:345730Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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)
0.0.45
04 Jan 2014 08:24:40
Revision:338628Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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)
0.0.44
30 Dec 2013 09:12:33
Revision:338065Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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)
0.0.44
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.0.44
09 Jun 2013 17:30:34
Revision:320356Original commit files touched by this commit
miwi search for other commits by this committer
- Remove php4 reference
0.0.44
13 May 2013 02:27:57
Revision:317990Original commit files touched by this commit
miwi search for other commits by this committer
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: 20