NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag a new release

1ed opened this issue · comments

The latest 0.4.10 release is not compiling in debian because of this error

/tmp/src/tmp.aOUy2lu69e/php-spx-0.4.10/src/spx_resource_stats-linux.c:118:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
     for (size_t i = 0; i < sizeof(context.lg_buf); i++) {
     ^
/tmp/src/tmp.aOUy2lu69e/php-spx-0.4.10/src/spx_resource_stats-linux.c:118:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

It was fixed in #146 but there was no new release since then.

Could you please tag a new release?

I've just tagged master to v0.4.11

release/latest branch is also up to date.

Did you forget to push the tag?

Did you forget to push the tag?

Yes, sorry, it's fixed now.