aboutsummaryrefslogtreecommitdiff
path: root/lang/php56
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix the opcache ports, the fact that they are zend extensions was ignored.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | MFH: 2016Q3 Sponsored by: Absolight Notes: svn path=/head/; revision=418143
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-282-29/+15
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* lang/php56: update 5.6.22 -> 5.6.23Jason Unovitch2016-06-252-4/+4
| | | | | | | | | | | | | | | | | | | | PR: 210502 Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=417493
* Move bsd.php.mk to Uses/php.mkMathieu Arnold2016-06-231-0/+2
| | | | | | | | | | | PR: 210323 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6867 Notes: svn path=/head/; revision=417374
* lang/php56: update 5.6.21 -> 5.6.22 [1] plus minor fixupJason Unovitch2016-05-282-5/+6
| | | | | | | | | | | | | | | | | | | | - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] PR: 209779 [1] PR: 208072 [2] Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> [1] Reported by: Vladislav V. Prodan <admin@support.od.ua> [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2 Notes: svn path=/head/; revision=415971
* Simplify plist by using @sampleBaptiste Daroussin2016-05-241-3/+1
| | | | Notes: svn path=/head/; revision=415818
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* lang/php56: Restore ?= which was removed in r413091Jason Unovitch2016-05-031-1/+1
| | | | | | | | PR: 208324 (introduced regression) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=414512
* lang/php56: update 5.6.20 -> 5.6.21Jason Unovitch2016-05-032-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-5.php#5.6.21 PR: 209145 Reported by Christian Schwarz <me@cschwarz.com> Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html Notes: svn path=/head/; revision=414510
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-34/+34
| | | | | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414019