Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP7 support #50

Open
sergebezborodov opened this issue Dec 5, 2015 · 3 comments
Open

PHP7 support #50

sergebezborodov opened this issue Dec 5, 2015 · 3 comments

Comments

@sergebezborodov
Copy link

Does exist plans for support PHP 7?

@muxx
Copy link

muxx commented Dec 7, 2015

Look at tony2001/pinba_extension#23

@yuklia
Copy link

yuklia commented Jul 31, 2020

Hello!
I tried to build on FROM php:7.3-fpm and got an error below:

/usr/src/php/ext/pinba/pinba.c: In function 'zif_pinba_timer_start':
/usr/src/php/ext/pinba/pinba.c:1295:19: error: lvalue required as increment operand
  GC_REFCOUNT(rsrc)++;
                   ^~
/usr/src/php/ext/pinba/pinba.c: In function 'zif_pinba_timer_add':
/usr/src/php/ext/pinba/pinba.c:1354:19: error: lvalue required as increment operand
  GC_REFCOUNT(rsrc)++;
                   ^~
/usr/src/php/ext/pinba/pinba.c: In function 'zif_pinba_timers_get':
/usr/src/php/ext/pinba/pinba.c:1811:21: error: lvalue required as increment operand
    GC_REFCOUNT(rsrc)++;
                     ^~
make: *** [Makefile:195: pinba.lo] Error 1

BUT FROM php:7.2-fpm works hist fine 👽

@gggeek
Copy link

gggeek commented Dec 11, 2022

Aside from the fact that this ticket has been created in the wrong issue tracker, you can find a pure-php implementation of Pinba at https://github.com/gggeek/pinba_php/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants