Skip to content

Commit

Permalink
version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
viest committed Oct 7, 2024
1 parent 5742554 commit f0c6300
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
1 change: 0 additions & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
ARG_WITH("xlswriter", "xlswriter support", "no");

if (PHP_XLSWRITER != "no") {

if (
CHECK_HEADER_ADD_INCLUDE("minizip/zip.h", "CFLAGS_XLSWRITER", configure_module_dirname + "\\library\\libxlsxwriter\\third_party;" + PHP_EXTRA_INCLUDES) &&
CHECK_HEADER_ADD_INCLUDE("xlsxwriter.h", "CFLAGS_XLSWRITER", configure_module_dirname + "\\library\\libxlsxwriter\\include;" + PHP_EXTRA_INCLUDES) &&
Expand Down
24 changes: 20 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
<email>wjx@php.net</email>
<active>yes</active>
</lead>
<date>2024-08-28</date>
<date>2024-09-04</date>
<time>00:00:00</time>
<version>
<release>1.5.6</release>
<api>1.5.6</api>
<release>1.5.7</release>
<api>1.5.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
<notes>
- Fix: format resource memory leak.
- Fix: insertDate memory leak.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -318,6 +318,22 @@
<configureoption default="yes" name="enable-reader" prompt="enable reader supports?" />
</extsrcrelease>
<changelog>
<release>
<date>2024-08-28</date>
<time>00:00:00</time>
<version>
<release>1.5.6</release>
<api>1.5.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/viest/php-ext-excel-export/blob/master/LICENSE">BSD license</license>
<notes>
- Fix: format resource memory leak.
</notes>
</release>
<release>
<date>2023-05-15</date>
<time>00:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion php_xlswriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
extern zend_module_entry xlswriter_module_entry;
#define phpext_xlswriter_ptr &xlswriter_module_entry

#define PHP_XLSWRITER_VERSION "1.5.6"
#define PHP_XLSWRITER_VERSION "1.5.7"
#define PHP_XLSWRITER_AUTHOR "Jiexing.Wang (wjx@php.net)"

extern int le_xls_writer;
Expand Down

0 comments on commit f0c6300

Please sign in to comment.