-
-
Notifications
You must be signed in to change notification settings - Fork 27
-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Debug symbols are missing for php7.1-fpm ( and others ) #512
Comments
I have updated dpkg recently between PHP 7.1 (before) and PHP 7.0 (after) builds. So that might explain it. Could you wait for next PHP 7.1 release? |
If any possible, i would love to have those. The problem is, i update to php7.1 and now, the session handling is broken, session_destroy_sid is never called. I cannot debug it using a PHP ide, i have to see where it goes from https://github.com/php/php-src/blob/master/ext/session/session.c#L153 here - i cannot also try to reproduce it in php7.0, since it works there. I blocked, seriously. Sorry ;/ |
Ok, I fired rebuild of php 7.1 (and 5.6) to get the debug symbols installed. |
Thank you sir! |
Does it work now (too lazy to check myself when you already have verified setup :))? |
You really need a docker/packer or chef/test-kitchen ci to test your stuff :) I would be fairly easy to run with chef/test-kitchen and inspec. Are you particularly interested in such - might try to contribute this. (i will open a different issue for discussion if you are in on this). For the issue:
Yes, all there! Thank you a lot |
Thanks for the confirmation. |
Can we reopen this as there are no debug symbols for PHP 7.1.4 or PHP 7.1.5? |
I think I have actually solved this in the last build that's still running: |
Ok, couple of builds later:
|
The PHP 7.1 is still building. |
got everything installed as needed. @oerdnj thank you very much for support and quick response |
Well, @twobombs, how can you tell that from |
#Sources:
php7.1-fpm-dbgsym not found
While php7.0-fpm-dbgsym is there
The text was updated successfully, but these errors were encountered: