PHP: Debugging FFI and PHP

preview_player
Показать описание
In this video I am showing how to debug an issue that I encountered with PHP and FFI, to access a function, written in C, and embedded in PHP already, which hasn't been exposed yet as a PHP function.

We'll be looking at GDB, and how symbols work in Linux binaries.
Рекомендации по теме
Комментарии
Автор

This is so great, Derick. this makes me curios to learn more about gdb, Thank you.

snovic