NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.13k stars 83 forks source link

Tag a new release #174

Closed 1ed closed 3 years ago

1ed commented 3 years ago

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 https://github.com/NoiseByNorthwest/php-spx/pull/146 but there was no new release since then.

Could you please tag a new release?

NoiseByNorthwest commented 3 years ago

I've just tagged master to v0.4.11

NoiseByNorthwest commented 3 years ago

release/latest branch is also up to date.

1ed commented 3 years ago

Did you forget to push the tag?

NoiseByNorthwest commented 3 years ago

Did you forget to push the tag?

Yes, sorry, it's fixed now.