Nick Hughart

Results 10 comments of Nick Hughart

Thank you for the link to the documentation, I'll look at getting a core dump. I do want to clarify that I did not mean to imply absolute confidence that...

@bwoebi So I seem to have hit a bit of a roadblock and not sure how to proceed. The pre-built loader extensions from ionCube will not load into a debug...

@bwoebi Is there a way for me to force PHP to load the non-debug extension into a debug build of PHP or is there some way to get debug symbols...

@bwoebi Unfortunately we leverage a Docker container which is based on the official PHP images that build PHP from source. I could potentially look to build an image that would...

It does appear it may be possible to build with -g CFLAG without using --enable-debug. I will give this a shot and see if I can get things to load.

So was able to get a bit further and get a backtrace, but not sure it's going to be terribly helpful: ``` (gdb) bt #0 0x00007fafba407162 in ?? () from...

@bwoebi I've submitted the support ticket, 797198, with the core dump, a dump of the docker image and the docker compose configuration we use to start it. The environment variables...

@bwoebi Yeah unfortunately I don't have the ability to look at the code in their module. We're going to reach out to Unirgy and/or ionCube to see if we can...

@bwoebi Are the run time cache changes you're referring to here in the 0.74.0 release? I saw the following changelog entry: - Fix run_time_cache initialization for closure calls with foreign...

@bwoebi Thanks for the update. We can likely wait for the official builds to come around. We'll keep an eye out for the updates.