m6w6 / ext-pq

PostgreSQL client library (libpq) binding
BSD 2-Clause "Simplified" License
39 stars 7 forks source link

PHP 7.1.11 core dump #27

Closed sm2017 closed 6 years ago

sm2017 commented 6 years ago

Hello

escapeBytea is not compatible with php 7.1.11 , When I execute it php exits with Segmentation fault

$c = new pq\Connection('dbname=postgres host=127.0.0.1 port=5432 user=postgres');
var_dump($c->escapeBytea('test'));
sm2017 commented 6 years ago

@m6w6 reply please

m6w6 commented 6 years ago

Keep cool, we have Christmas holidays over here.

Am 06.01.2018 17:55 schrieb "sm2017" notifications@github.com:

@m6w6 https://github.com/m6w6 reply please

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/m6w6/ext-pq/issues/27#issuecomment-355759817, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNOgpzYnq-g0E__V5vugTrIAnwglv5Hks5tH6WfgaJpZM4RTWj4 .

sm2017 commented 6 years ago

@m6w6 Thanks a lot , Can you please release a PECL version?

m6w6 commented 6 years ago

The build is green now, expect a release tomorrow.

Thanks for the report!