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
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: databases/php56-redis/Makefile
SVNWeb

Number of commits found: 16

Mon, 24 Oct 2016
[ 19:39 rene search for other commits by this committer ] Original commit   Revision:424590 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
[ 14:53 mat search for other commits by this committer ] Original commit   Revision:424570
*_DEFAULT cannot be used in ports Makefiles, they are global variables.

PHP_VER can be used in phpXX-* ports to make sure they build.

Sponsored by:	Absolight
Thu, 15 Sep 2016
[ 01:41 swills search for other commits by this committer ] Original commit   Revision:422175 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Unmark broken on powerpc64

These ports built successfully
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
Wed, 29 Jun 2016
[ 13:51 mat search for other commits by this committer ] Original commit   Revision:417765
Missed a few opt_USE=php=foo when building extensions.

Sponsored by:	Absolight
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
Mon, 27 Jun 2016
[ 17:01 amdmi3 search for other commits by this committer ] Original commit   Revision:417671
- Update to 2.2.8

PR:		210587
Submitted by:	m.tsatsenko@gmail.com (maintainer)
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Wed, 6 Apr 2016
[ 16:57 mat search for other commits by this committer ] Original commit   Revision:412633
Backout those, even though it is silly as only the global default php
version can really be used.

Noted by:	antoine
Sponsored by:	Absolight
[ 16:44 mat search for other commits by this committer ] Original commit   Revision:412632
Remove PHP_DEFAULT from ports, it must not be used.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 13 Mar 2016
[ 16:56 mat search for other commits by this committer ] Original commit   Revision:411002 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
Thu, 10 Dec 2015
[ 14:29 miwi search for other commits by this committer ] Original commit   Revision:403460
- Update to 2.2.7
- Switch to options helper

PR: 	204721
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4334
Sun, 28 Jun 2015
[ 16:02 antoine search for other commits by this committer ] Original commit   Revision:390794
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 16 Nov 2014
[ 14:45 robak search for other commits by this committer ] Original commit   Revision:372640
databases/php56-redis: fix PKGNAMEPREFIX

PR:		194270
Submitted by:	Daniel Ylitalo <daniel at blodan.se>
Approved by:	mentors(implicit)
[ 14:36 robak search for other commits by this committer ] Original commit   Revision:372639
databases/php56-redis: NEW PORT - PHP5 extension for Redis

This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.

It is a fork of alfonsojimenez's phpredis, adding many methods and
fixing a lot of issues.

WWW: https://github.com/nicolasff/phpredis

PR:		194270
Submitted by:	Daniel Ylitalo <daniel at blodan.se>
Approved by:	mentors (implicit)

Number of commits found: 16