summaryrefslogtreecommitdiff
path: root/databases/php74-mysqli/files/patch-mysqli.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-20Welcome PHP 7.4 RC 1 in the ports-tree.Torsten Zuehlsdorff1-0/+0
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
2017-01-24Add PHP 7.1Torsten Zuehlsdorff1-0/+0
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
2017-01-12databases/php70-mysqli: Add patch to build fine with databases/mysql80-clientTorsten Zuehlsdorff1-0/+11
Patch enables the port to build with databases/mysql80-client PR: 215903 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com>