| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.0.0 24 Aug 2026 05:16:28
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Fix build with PHP 8.6
--- kernel/common.lo ---
/bin/sh
/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/libtool
--tag=CC --mode=compile cc -I.
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/include
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libxlsx/include
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libxlsx/internal
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libxlsx/third_party/minizip
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libexpat/expat/lib
-DHAVE_CONFIG_H -O2 -pipe -I/usr/local/include/minizip
-fstack-protector-strong -fno-strict-aliasing -D_GNU_SOURCE
-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DNOCRYPT -DNOUNCRYPT -DXML_POOR_ENTROPY
-DUSE_DTOA_LIBRARY -DZEND_COMPILE_DL_EXT=1 -c
/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/kernel/common.c
-o kernel/common.lo -MMD -MF kernel/common.dep -MT kernel/common.lo
libtool: compile: cc -I.
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/include
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libxlsx/include
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libxlsx/internal
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libxlsx/third_party/minizip
-I/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/library/libexpat/expat/lib
-DHAVE_CONFIG_H -O2 -pipe -I/usr/local/include/minizip -fstack-protector-strong
-fno-strict-aliasing -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DNOCRYPT
-DNOUNCRYPT -DXML_POOR_ENTROPY -DUSE_DTOA_LIBRARY -DZEND_COMPILE_DL_EXT=1 -c
/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/kernel/common.c
-MMD -MF kernel/common.dep -MT kernel/common.lo -fPIC -DPIC -o
kernel/.libs/common.o
/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/kernel/common.c:97:50:
error: too few arguments to function call, expected 4, have 3
97 | int yearLocal = php_idate('Y', timestamp, 0);
| ~~~~~~~~~ ^
/usr/local/include/php/ext/date/php_date.h:130:13: note: 'php_idate' declared
here
130 | PHPAPI bool php_idate(char format, time_t ts, bool localtime, int
*result);
| ^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/textproc/pecl-xlswriter/work-php86/xlswriter-3.0.0/kernel/common.c:98:50:
error: too few arguments to function call, expected 4, have 3
98 | int monthLocal = php_idate('m', timestamp, 0);
| ~~~~~~~~~ ^
/usr/local/include/php/ext/date/php_date.h:130:13: note: 'php_idate' declared
here(Only the first 15 lines of the commit message are shown above ) |
3.0.0 11 Jul 2026 12:20:57
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Update to 3.0.0
Changes: https://pecl.php.net/package-changelog.php?package=xlswriter
https://github.com/viest/php-ext-xlswriter/releases |
2.0.3 08 Jul 2026 13:31:02
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Update to 2.0.3
Changes: https://pecl.php.net/package-changelog.php?package=xlswriter
https://github.com/viest/php-ext-xlswriter/releases |
2.0.1 04 Jul 2026 18:17:34
    |
Muhammad Moinur Rahman (bofh)  |
*/*php86*: Sunrise
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.6.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS |
2.0.1 26 Jun 2026 20:44:30
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Update to 2.0.1
Changes: https://pecl.php.net/package-changelog.php?package=xlswriter
https://github.com/viest/php-ext-xlswriter/releases |
2.0.0_1 22 May 2026 05:06:38
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Use math/libxlsxwriter instead of the bundled one
- Bump PORTREVISION for dependency and package change |
2.0.0 21 May 2026 14:51:05
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Update to 2.0.0
Changes: https://pecl.php.net/package-changelog.php?package=xlswriter
https://github.com/viest/php-ext-xlswriter/releases |
1.5.8 21 Nov 2024 13:38:02
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Update to 1.5.8
Changes: https://pecl.php.net/package-changelog.php?package=xlswriter
https://github.com/viest/php-ext-xlswriter/releases |
1.5.7 08 Sep 2024 18:37:14
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Update to 1.5.7
Changes: https://pecl.php.net/package-changelog.php?package=xlswriter
https://github.com/viest/php-ext-xlswriter/releases |
1.5.5 04 Aug 2024 17:13:50
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/pecl-xlswriter: Add pecl-xlswriter 1.5.5
xlswriter is a PHP C Extension that can be used to write text, numbers, formulas
and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. |