Today I tried to use this skeleton but with PHP 8 and PHP 8.1 I have a segfault #176
-
php ./configure.php
[1] 2500573 segmentation fault (core dumped) php ./configure.php Do you have an idea where it comes from? PHP version:
OS: Ubuntu focal |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't think this error is related with the package.
https://www.geeksforgeeks.org/core-dump-segmentation-fault-c-cpp/ Or take a look here: |
Beta Was this translation helpful? Give feedback.
-
@ousid that doesn't really help me, sorry. I just tried the script for fun with PHP 7.4 but it's not backward compatible, so I need to replace all skeleton parts manually. But I figured out that the |
Beta Was this translation helpful? Give feedback.
@ousid that doesn't really help me, sorry. I just tried the script for fun with PHP 7.4 but it's not backward compatible, so I need to replace all skeleton parts manually.
But I figured out that the
ask
function uses readline and my name contains é which might break things. For this case I also found this one: https://bugs.php.net/bug.php?id=81280