aboutsummaryrefslogtreecommitdiff
path: root/textproc/php80-simplexml
Commit message (Collapse)AuthorAgeFilesLines
* lang/php80: Upgrade from 8.0.17 to 8.0.18Torsten Zuehlsdorff2022-04-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed freeing of internal attribute arguments. Fixed bug #8070 (memory leak of internal function attribute hash). Fixed bug #8160 (ZTS support on Alpine is broken). Filter: Fixed signedness confusion in php_filter_validate_domain(). Intl: Fixed bug #8142 (Compilation error on cygwin). MBString: Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken). MySQLi: Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties). Pcntl: Fixed bug #8142 (Compilation error on cygwin). PgSQL: Fixed result_type related stack corruption on LLP64 architectures. Fixed bug #8253 (pg_insert() fails for references). Sockets: Fixed Solaris builds. SPL: Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent). Standard: Fixed bug #8048 (Force macOS to use statfs). Sponsored by: Bounce Experts
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* 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 8.0 RC 2 to the ports treeTorsten Zuehlsdorff2020-10-212-0/+53
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848 Notes: svn path=/head/; revision=552906