summaryrefslogtreecommitdiff
path: root/lang/php73/files/patch-acinclude.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-25lang/php73: Remove portMuhammad Moinur Rahman1-68/+0
- EOL reached on 2021-12-06 https://www.php.net/eol.php PR: 260624 Approved by: tz (private email) ale portmgr (blanket) Sponsored by: Bounce Experts
2019-05-08lang/php73: Upgrade from 7.3.4 to 7.3.5Torsten Zuehlsdorff1-1/+1
Changelog: Core: Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call). CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). LDAP: Fixed bug #77869 (Core dump when using server controls) (mcmic) Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). mbstring: Implemented FR #72777 (Implement regex stack limits for mbregex functions). MySQLi: Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77793 (Segmentation fault in extract() when overwriting reference with itself). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.5 MFH: 2019Q2 Notes: svn path=/head/; revision=501001
2019-01-08lang/php73: Fix "Bus error (core dumped)" by disabling ifuncsTorsten Zuehlsdorff1-4/+4
PHP 7.3 uses ifuncs optimisations which generates a list of problems on FreeBSD: https://bugs.php.net/bug.php?id=77284 https://bugs.php.net/bug.php?id=77279 https://bugs.php.net/bug.php?id=77261 Therefore ifuncs will be disabled in PHP 7.3.1. To make it usable until the release, we import the patch until then: https://github.com/php/php-src/commit/291589114aa9be899cf7d5d874c3b5bbdb35f336 PR: 233024 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> MFH: 2019Q1 Notes: svn path=/head/; revision=489721
2018-10-08Add PHP 7.3 RC2 to the ports-tree.Torsten Zuehlsdorff1-6/+6
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale Notes: svn path=/head/; revision=481525
2016-08-08lang/php70: switch distfiles from bzip2 to xzTorsten Zuehlsdorff1-7/+7
While here also: - regenerate patches with make makepatch - replace "sed" with proper ${SED} - no longer mute ${INSTALL_DATA} PR: 209881 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: pi (mentor) Notes: svn path=/head/; revision=419801
2016-02-16- Fix build for -openssl and -imapMartin Wilke1-18/+7
PR: 207244 Notes: svn path=/head/; revision=408988
2016-02-16- Fix build with dtrace enabled [1]Martin Wilke1-16/+17
- Cleanup some old leftovers PR: 207231 [1] Notes: svn path=/head/; revision=408980
2014-11-27Fix build into jails with DTRACE enabled.Alex Dupre1-5/+38
PR: 190662 Submitted by: Martin Vahi <martin.vahi@softf1.com> Notes: svn path=/head/; revision=373474
2014-09-04Import PHP 5.6 branch!Alex Dupre1-0/+0
Notes: svn path=/head/; revision=367268
2013-12-14Update to 5.5.7 release and refresh patches.Alex Dupre1-5/+5
Notes: svn path=/head/; revision=336441
2013-06-24Welcome PHP 5.5!Alex Dupre1-0/+0
Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run Notes: svn path=/head/; revision=321684
2012-05-16Update to 5.4.3 release:Alex Dupre1-9/+0
- add support for embedded php library - add support for dtrace Re-organize bsd.php.mk: - add WANT_PHP_EMD - fix handling of WANT_PHP_* - remove php4 extensions From UPDATING: Suhosin patch has been disabled until the new version will be released (soon). Suhosing extension will take more time. LINKTHR option is now enabled by default, be sure to flag it if you are updating using an old saved configuration. sqlite2 extension has been permanently removed. If you want to remain at PHP 5.3, a new port (lang/php53) will be committed soon. Notes: svn path=/head/; revision=296731
2010-07-27Update to 5.3.3 release:Alex Dupre1-4/+5
- add FPM sapi (experimental) [1] - add apache2filter sapi (experimental) PR: ports/148956 [1] Submitted by: mm Notes: svn path=/head/; revision=258339
2009-06-25Update to 5.2.10 release.Alex Dupre1-12/+15
Notes: svn path=/head/; revision=236607
2006-05-06Simplify PHP base ports infrastructure:Alex Dupre1-5/+28
- remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me). Notes: svn path=/head/; revision=161492
2006-01-16Update to 5.1.2 release:Alex Dupre1-3/+16
- add reflection - enable xmlreader and xmlwriter by default in php5-extensions Notes: svn path=/head/; revision=153649
2005-11-16- Fix pear pkg-plistAlex Dupre1-4/+4
- Increase pear memory limit (requested by amd64) Notes: svn path=/head/; revision=148440
2005-04-04Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre1-0/+14
- fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry Notes: svn path=/head/; revision=132440