Jump to ratings and reviews
Rate this book

Advanced PHP Programming

Rate this book
Over the past three years PHP has evolved from being a niche language used to add dynamic functionality to small sites to a powerful tool making strong inroads into large-scale, business-critical Web systems. The rapid maturation of PHP has created a skeptical population of users from more traditional "enterprise" languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP. While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on "scaling" PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.

672 pages, Paperback

First published January 1, 2004

9 people are currently reading
129 people want to read

About the author

George Schlossnagle

5 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
28 (21%)
4 stars
60 (46%)
3 stars
34 (26%)
2 stars
8 (6%)
1 star
0 (0%)
Displaying 1 - 11 of 11 reviews
Profile Image for Daniel González.
6 reviews
January 16, 2014
No he leído el libro completo, tan solo el bloque de desarrollo de extensiones, en el que explica algunos de los principales conceptos.

Si tuviera que ponerle un pero, es que se pierde en algún momento presentando listas interminables de funciones.
Profile Image for Anthony Papillion.
28 reviews14 followers
January 8, 2012
I read this book years ago when I was wanting to get a better grip on professional grade PHP programming. I'd already been programming in PHP for a few years and wanted to amp up my skills. I have to say, it was definitely worth the read and is still a valuable book today in the age of PHP5.

The techniques discussed in this book will help you become a better programmer and, while it doesn't cover any PHP5 information, it will teach you skills and tricks that will translate over very well. However, this is NOT a book for beginners. If you're not comfortable with the basic to semi-advanced parts of the PHP language, this book will probably be of little value to you. Also, if you're wanting to start your advanced journey at PHP5, there are probably better books out there than this from which to do so.

Overall, for it's time and even today, I think this book holds its value. Definitely worth a browse.
Profile Image for Dan.
Author 3 books9 followers
October 9, 2014
I've docked one star, due to errors in some of the C code in the later chapters (these appear to be editorial omissions and errors, but the point stands). However, I want to stress that this is one of the only books available covering the Extensions API and streams.
Profile Image for Steve Love.
100 reviews7 followers
July 27, 2010
Nothing amazing, but better than PHP 5 Power Programming. Disappointed that the author pledges there will be no "foo" or "bar" examples, and breaks that promise only a handful of pages later.
450 reviews6 followers
August 13, 2009
Covers a variety of advanced topics such as design patterns, error handling, templates, unit testing, caching, databases, performance tuning and extending the language.
Profile Image for James.
9 reviews1 follower
July 23, 2013
This is as good, if not better than "PHP and MySQL Web Development" by Luke Welling, which is excellent. If you've read and enjoyed Welling's book, this is the perfect sequel.
Profile Image for Nat.
Author 3 books58 followers
December 12, 2021
I read this years ago, but I found it useful in learning PHP at the time.
1,000 reviews21 followers
August 13, 2011
There's some useful info in here (especially the middle chapters) but the quality is uneven.
Profile Image for Scott Pearson.
844 reviews41 followers
February 10, 2019
This book applies both to PHP 5 and PHP 7 (no PHP 6 exists) fairly well because of the large amount of overlap between the versions. This book is meant to build up experts at PHP development. It handles everything ranging from cookies, to APIs, to extending PHP via C. At 650-pages, it's a heavy read. There are lots of code examples as well as implementations of features (e.g., user authentication).

There is little that is cutting-edge in this book. It covers technology that still is useful but has been out for a while (hence the 2004 copyright). It falls short of being a classic. Nonetheless, the skills contained in this book are still useful to contemporary PHP development that continues to this day.

In particular, I found the benchmarking section helpful to my own PHP development. Schlossnagle taught me how I can track how much CPU time particular pages are using in my applications. This may not be useful for low-level websites, but it is helpful for larger applications that do some computation or database calls as a part of their feature set.

This book also has helpful texts suggested for further reading. Mainly books, not papers, are cited in these references. As a compulsive bibliophile, I like picking up on references to read further down the road.
Displaying 1 - 11 of 11 reviews

Can't find what you're looking for?

Get help and learn more about the design.