aboutsummaryrefslogtreecommitdiff
path: root/databases/php74-pdo_pgsql
Commit message (Collapse)AuthorAgeFilesLines
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* lang/php74: Update from 7.4.18 to 7.4.19Torsten Zuehlsdorff2021-05-073-124/+0
| | | | | | | | PDO_pgsql: Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)" Sponsored by: Bounce Experts
* databases/php74-pdo_pgsql: Apply patch for PHP Bug 81002Torsten Zuehlsdorff2021-05-053-0/+124
| | | | | | | | | | | | The last release introduces a bug, which causes BOOL values inserted into PostgreSQL converted to INT. This causes exceptions when tried. Since this is a serious issue, we apply the upstream patch until it gets official released Approved by: madpilot Sponsored by: Bounce Experts Differential Revision: https://reviews.freebsd.org/D30117
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Welcome PHP 7.4 RC 1 in the ports-tree.Torsten Zuehlsdorff2019-09-201-0/+11
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349 Notes: svn path=/head/; revision=512406