non port: www/pecl-amfext/Makefile |
Number of commits found: 18 |
Thursday, 6 Dec 2018
|
11:22 rene
Remove version 7.0 from the IGNORE_WITH_PHP list.
|
Sunday, 2 Dec 2018
|
17:43 antoine
Deprecate ports depending on php 5.6
|
Monday, 8 Oct 2018
|
15:08 antoine
Fix some PKGNAME collisions
|
Thursday, 14 Dec 2017
|
13:57 tz
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
|
Monday, 10 Apr 2017
|
15:08 mat
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
|
Wednesday, 3 Aug 2016
|
12:47 mat
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
|
Tuesday, 28 Jun 2016
|
14:00 mat
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
|
Thursday, 18 Feb 2016
|
14:47 miwi
- Ignore php70
- While here remove old php gruft
|
Tuesday, 14 Apr 2015
|
18:27 mi
Add hunks to allow compiling with php-5.4 and (hopefully) newer. Fix
compile warnings (except those about deprecations).
Unbreak and uncondemn.
|
Saturday, 21 Mar 2015
|
18:40 marino
php53 and fallout: Deprecate, set removal for 15 APR 2015
The PHP developers stopped providing security patches for the 5.3
branch on 14 August 2014. They "strongly urge" to upgrade to current
versions "as using older versions may expose you to security
vulnerabilities and bugs that have been fixed in more recent versions"
of PHP.
The PHP53 branch was released from maintainership today, so it's being
deprecated with removal set for 15 April 2015.
There were only 8 ports limited to php53, six of which were pecl- ports.
These ports must be upgraded to use a later version of php (5.6 is
recommended) soon, or they will be removed with php53.
Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this
was changed to use IGNORE_WITH_PHP instead while here.
PR: 198150
|
Thursday, 23 Jan 2014
|
14:32 miwi
- Mark these ports as stage safe
|
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Monday, 11 Aug 2008
|
22:09 miwi
- Update to 0.9.2
PR: 125911
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
Thursday, 19 Jun 2008
|
00:24 miwi
- Update to 0.9.1
PR: 124668
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
|
Friday, 15 Feb 2008
|
15:55 miwi
- Update to 0.9
PR: 120713
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
|
Thursday, 15 Feb 2007
|
09:52 miwi
- Remove binary
- Add backup MASTER_SITES
Submitted by: pointyhat via kris
|
Sunday, 11 Feb 2007
|
23:44 miwi
AMFEXT is a PHP extension written in C that implements encoding and decoding
of AMF and AMF3 messages for the PHP language. It has been based on some of
the experience gained with AMFPP, a native code for encoding and decoding C.
The native encoding and decoding is extremely fast and memory efficient
respect existing PHP implementation, and the flexibility has been
provided using callbacks to the PHP code.
WWW: http://www.teslacore.it/wiki/index.php?title=AMFEXT
PR: ports/109037
Submitted by: Piotr Rybicki <meritus at innervision.pl>
|
Number of commits found: 18 |