summaryrefslogtreecommitdiff
path: root/lang/php56 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2019-01-0122-1509/+0
| | | | | | | | | | | | | | | | | | 2018-12-30 textproc/pecl-xdiff: Works only with EOL php 5.6 2019-01-01 www/mod_http2-devel: Use the module that is shipped with Apache 2.4 2019-01-01 www/varnish5: Varnish 5 is Retired 2018-12-30 security/pecl-ssh2-0: Works only with EOL php 5.6 2019-01-01 security/bitwarden-ruby: Expects very specific rubygem versions for new updates. Please follow instructions in git repo. 2018-12-30 devel/pecl-intl: Works only with EOL php 5.6 2018-12-30 devel/pecl-APCu4: Works only with EOL php 5.6 2018-12-30 databases/pecl-memcache: Works only with EOL php 5.6 2018-12-30 databases/pecl-memcached2: Works only with EOL php 5.6 2018-12-30 math/pecl-bitset2: Works only with EOL php 5.6 2019-01-01 multimedia/zoneminder-h264: h264 feature was commited to main branch, please upgrade to www/zoneminder 2019-01-01 lang/php56: Security Support ends on 31 Dec 2018 Notes: svn path=/head/; revision=488894
* Update to 5.6.39 release [1].Alex Dupre2018-12-103-6/+7
| | | | | | | | | | | | | - clean up CONFLICTS [2] - don't link with libpkg [3] - fix recode ordering issue [4] PR: 233847 [1], 226534 [2], 230980 [3], 211794 [4] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> [1], brnrd [2], amdmi3 [3], jaretbartsch@yahoo.ca [4] Notes: svn path=/head/; revision=487169
* Remove version 7.0 from the IGNORE_WITH_PHP list.Rene Ladan2018-12-061-1/+1
| | | | Notes: svn path=/head/; revision=486751
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-2/+2
| | | | Notes: svn path=/head/; revision=484599
* Security Support for PHP 5.6 ends on 31 Dec 2018Alex Dupre2018-10-241-0/+3
| | | | | | | http://php.net/supported-versions.php Notes: svn path=/head/; revision=482906
* Ignore some ports with some versions of phpAntoine Brodin2018-10-211-1/+1
| | | | | | | PR: 232398 Notes: svn path=/head/; revision=482665
* Add PHP 7.3 RC2 to the ports-tree.Torsten Zuehlsdorff2018-10-081-1/+1
| | | | | | | | | | | | Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale Notes: svn path=/head/; revision=481525
* Restore the php-5.5.x-mail-header.patch distfile checksum.Alex Dupre2018-09-251-0/+2
| | | | | | | Reported by: fuffy Notes: svn path=/head/; revision=480647
* Update to 5.6.38 release.Alex Dupre2018-09-242-6/+4
| | | | Notes: svn path=/head/; revision=480602
* lang/php*: link with -znotext on i386Ed Maste2018-09-181-0/+3
| | | | | | | | | | | | | | | This port links some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default. PR: 214864, 230207 Approved by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17193 Notes: svn path=/head/; revision=480035
* Update to 5.6.37 release.Alex Dupre2018-07-242-5/+5
| | | | Notes: svn path=/head/; revision=475248
* Prevent php 5.6 (opcache) from segfaulting when compiled with clang 6.0Florian Smeets2018-05-143-1/+31
| | | | | | | | | | | PR: 227723 Submitted by: dim Reported by: flo, lampa@fit.vutbr.cz Approved by: maintainer timeout MFH: 2018Q2 Notes: svn path=/head/; revision=469895
* Update to 5.6.36 release.Alex Dupre2018-04-272-4/+4
| | | | Notes: svn path=/head/; revision=468472
* Update to 5.6.35 release.Alex Dupre2018-04-082-5/+5
| | | | | | | | PR: 227246 Submitted by: Dani <i.dani@outlook.com> Notes: svn path=/head/; revision=466773
* devel/oniguruma: Update to 6.8.1Yuri Victorovich2018-03-191-1/+1
| | | | | | | Only changed the shared object version (forgotten on the previous release). Notes: svn path=/head/; revision=464983
* devel/oniguruma: Update to 6.8.0Yuri Victorovich2018-03-171-1/+1
| | | | | | | | | | | | | | Changelog: https://github.com/kkos/oniguruma/releases/tag/v6.8.0 Bumping 9 depending ports because oniguruma's interface actually changed in an incompatible way, see https://github.com/kkos/oniguruma/issues/79 , while the shared library lib/libonig.so.4.0.0 didn't change the revision number. This is a bug in the upstream release. Notes: svn path=/head/; revision=464845
* Migrate USE_APACHE to USES= apacheBernard Spil2018-03-111-1/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464193
* Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to UsesBernard Spil2018-03-111-1/+1
| | | | | | | | | | | | | | | | - Chase required changes in framework (bsd.sanity.mk, bsd.port.mk) - Chase required changes in ports (version checks) - Chase required changes in PHP ports (include bsd.apache.mk) - exp-run by antoine, brnrd, joneum PR: 223691 (exp-run) Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr) Approved by: joneum (hat apache) Approved by: portmgr With hat: apache Notes: svn path=/head/; revision=464175
* Introduce PHP flavors.Mathieu Arnold2018-03-081-1/+1
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* Update to 5.6.34 release.Alex Dupre2018-03-022-4/+4
| | | | Notes: svn path=/head/; revision=463378
* Update to 5.6.33 release.Alex Dupre2018-01-233-6/+6
| | | | Notes: svn path=/head/; revision=459755
* - Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstreamTijl Coosemans2018-01-123-29/+19
| | | | | | | | | | script in pre-configure to regenerate configure scripts. Because this regenerates php_config.h.in, merge a patch for that file into the patch for configure.in. - Remove redundant --localstatedir=/var (added by bsd.port.mk). Notes: svn path=/head/; revision=458821
* - Add EMBED to default on optionsLi-Wen Hsu2017-12-051-2/+2
| | | | | | | | | This is required for the php module of www/unit Approved by: ale, tz (maintainers) Notes: svn path=/head/; revision=455566
* Remove nops, setting USES after bsd.port.pre.mk doesn't do anythingAntoine Brodin2017-11-191-3/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=454501
* Chase renaming of devel/oniguruma6 to devel/onigurumaThomas Zander2017-11-121-1/+1
| | | | | | | | PR: 222869 Reported by: m.bueker@berlin.de Notes: svn path=/head/; revision=454042
* Update to 5.6.32 release.Alex Dupre2017-11-012-4/+4
| | | | | | | | PR: 223319 Submitted by: Dani <i.dani@outlook.com> Notes: svn path=/head/; revision=453277
* lang/php56: Change from oniguruma5 to oniguruma6Torsten Zuehlsdorff2017-08-021-1/+1
| | | | | | | | | | | | | | Switch mbstring extension from devel/oniguruma5 to devel/oniguruma6 to fix security issues covert in Oniguruma 6.4. PR: 220809 Submitted by: Dan Langille <dvl@FreeBSD.org> Approved by: maintainer (timeout, 16 days) MFH: 2017Q3 Notes: svn path=/head/; revision=447107
* Update to 5.6.31 release.Alex Dupre2017-07-072-4/+4
| | | | | | | | PR: 220529 Submitted by: Fabiano Sidler <fabianosidler@swissonline.ch> Notes: svn path=/head/; revision=445214
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update to 5.6.30 release.Alex Dupre2017-01-192-4/+4
| | | | Notes: svn path=/head/; revision=431862
* lang/php56: Update PHP 5.6 from 5.6.28 to 5.6.29Torsten Zuehlsdorff2016-12-122-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-5.php#5.6.29 PR: 215190 Submitted by: rustem.alimov@gmail.com Approved by: mentors (implicit) MFH: 2016Q4 Notes: svn path=/head/; revision=428417
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* lang/php56: Update PHP 5.6 from 5.6.27 to 5.6.28Torsten Zuehlsdorff2016-11-282-5/+5
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-5.php#5.6.28 PR: 214756 Submitted by: rustem.alimov@gmail.com Approved by: mentors (implicit) MFH: 2016Q4 Notes: svn path=/head/; revision=427292
* Use @preunexec rather than @postunexecBaptiste Daroussin2016-11-201-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=426585
* Use predictable @*execBaptiste Daroussin2016-11-202-4/+4
| | | | Notes: svn path=/head/; revision=426583
* - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closelyAlexey Dokuchaev2016-11-141-1/+0
| | | | | | | | | matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage Notes: svn path=/head/; revision=426080
* Remove obsolete PHP versions checks.Mathieu Arnold2016-10-271-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424753
* Update to 5.6.27 release.Alex Dupre2016-10-212-4/+4
| | | | Notes: svn path=/head/; revision=424397
* Put back the mail-header patch.Mathieu Arnold2016-09-231-0/+2
| | | | | | | | Pointy hat: tz Sponsored by: Absolight Notes: svn path=/head/; revision=422680
* lang/php56: Update from 5.6.25 to 5.6.26Torsten Zuehlsdorff2016-09-232-7/+5
| | | | | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor) Notes: svn path=/head/; revision=422652
* Fix running make test for php extensions (and maybe php itself)Mathieu Arnold2016-09-012-1/+20
| | | | | | | | | | | | With the default configuration, all the directives are removed from with egrep. Then, egrep, seeing that it does not output any line, will exit(1). With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=421225
* lang/php56: Update from 5.6.24 to 5.6.25Torsten Zuehlsdorff2016-08-302-5/+5
| | | | | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor) Notes: svn path=/head/; revision=421112
* - Add enchant php55/php56/php70 extensionDmitry Marakasov2016-08-231-0/+5
| | | | | | | | | PR: 208828 Submitted by: daniel@blodan.se Approved by: maintainer timeout (ale, 4 months) Notes: svn path=/head/; revision=420657
* Change www/php*-session's priority to be loaded before most other PHP ↵Mathieu Arnold2016-08-091-5/+1
| | | | | | | | | | | | | | extensions. Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight Notes: svn path=/head/; revision=419924
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* lang/php56: switch distfiles from bzip2 to xzTorsten Zuehlsdorff2016-08-082-4/+4
| | | | | | | | | PR: 209881 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: pi (mentor) Notes: svn path=/head/; revision=419834
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-032-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=419514
* lang/php55 lang/php56: Restore mail header patch in distinfoMark Felder2016-07-261-0/+2
| | | | | | | | | | Pointyhat: me Reported by: mat MFH: 2016Q3 Notes: svn path=/head/; revision=419135
* lang/php56: Update to 5.6.24Mark Felder2016-07-262-6/+4
| | | | | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.6.24 PR: 211290 MFH: 2016Q3 Notes: svn path=/head/; revision=419112
* If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overriddenBryan Drewery2016-07-202-2/+2
| | | | | | | | | | | | | | | | in bsd.default-versions.mk later, and the value from the Makefile will not be used at all. We would change bsd.default-versions.mk, but really these ports should not be changing what the "default" it. Change to modifying what the "current" version is as PHP_VER. This fixes some cases of 'make check-sanity' not passing for php extension ports in Poudriere where there is no LOCALBASE/etc/php.conf to set a proper PHP_VER. In these cases the PHP_DEFAULT value (of 5.6) is used rather than the version set by the extension Makefile and the later checks for whether that version has that extension may incorrectly error. Notes: svn path=/head/; revision=418853