aboutsummaryrefslogtreecommitdiff
path: root/databases/php56-pdo
Commit message (Collapse)AuthorAgeFilesLines
* lang/php56: Update from 5.6.25 to 5.6.26Torsten Zuehlsdorff2016-09-231-1/+0
| | | | | | | | | | | | | | | | 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
* lang/php56: Update from 5.6.24 to 5.6.25Torsten Zuehlsdorff2016-08-301-1/+1
| | | | | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor) Notes: svn path=/head/; revision=421112
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Import PHP 5.6 branch!Alex Dupre2014-09-041-0/+10
Notes: svn path=/head/; revision=367268