summaryrefslogtreecommitdiff
path: root/lang/php83/files/patch-configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/php83: Update version 8.3.1=>8.3.2Johan Hendriks2024-01-181-2/+2
| | | | | | | - Add profile support in php-fpm rc script for running multiple php master process Changelog: https://www.php.net/ChangeLog-8.php#8.3.2
* lang/php83: Update version 8.3.0=>8.3.1Muhammad Moinur Rahman2023-12-221-6/+6
| | | | | | | | | | | | | | | | | | - php modules while build with system pcre fails to run when using apache httpd and mod_php. So OPTIONIZE and add as a non-DEFAULT option. However to my knowledge and experience I haven't faced this with nginx and php-fpm yet. [1] - There is another corner case with apache httpd and mod_php when run on 13.2-RELEASE or newer specially on versions where ASLR is by default turned on. All modules specialy opcache crashes httpd. So add a warning message to advise users to move into php-fpm. [2] Thanks to brnrd@ for the patch. [2] Changelog: https://www.php.net/ChangeLog-8.php#8.3.1 PR: 275522 [1], 268318 [2] Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl [2]
* lang/php83: Reintroduce ifunc supportThomas Hurst2023-09-231-5/+14
| | | | | | | | | | | SIMD functions were disabled prior to 12 and it was never chased upstream. However now it supports ifunc or it has improved. So let's test and see how well it works. There is an upstream PR: https://github.com/php/php-src/pull/12274 PR: 274011
* */*php83*: SunriseMuhammad Moinur Rahman2023-06-101-0/+45
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts