<< 1 >>
Rating:  Summary: A real life saver Review: If you ever want or have to build your own PHP extension, there's only one serious recommendation: read this book! It's well written, the examples are easy to use and it's just fun working with it. Building your own extension has never been that easy. This book saved me weeks of research in bad commented source codes. Thanks!
Rating:  Summary: Valuable resource Review: This book will save you a lot of time if you have to implement a serious PHP extension for the first time. It's definitely worth it -- not so much because the book is so great (it is very good overall) -- but more because there isn't any other resource quite like it out there.Having said that, it could have had a more discussion of the overal environment of PHP extension programming, including: - how/when zvals are garbage collected (how can you verify you're not creating memory leaks?) - when zvals are created and consumed and who "owns" them as they are passed around between functions - threading issues: what are you allowed to do/not do wrt. threading? - Many PHP macros are written dangerously, e.g. they hardly ever use constructs like "do {..} while (0)" or extra parens. Obviously if you get these issues wrong you're likely to have some trouble - and hard to debug trouble at that. In other words, the first chapter is "First PHP extension" but an overall introductory chapter about the funny little world that PHP extensions live in before that would have been nice. But overall a great book and glad to have found it.
Rating:  Summary: Amazing detailed book for extending PHP Review: This is a great in-depth book for extending PHP. Clear concise examples throughout for customization and PHP extensions. A must have in any advanced programers library.
Rating:  Summary: Amazing detailed book for extending PHP Review: This is a great in-depth book for extending PHP. Clear concise examples throughout for customization and PHP extensions. A must have in any advanced programers library.
<< 1 >>
|