Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Building Custom PHP Extensions

Building Custom PHP Extensions

List Price: $69.95
Your Price: $69.95
Product Info Reviews

<< 1 >>

Rating: 5 stars
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: 4 stars
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: 5 stars
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: 5 stars
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 >>

© 2004, ReviewFocus or its affiliates