Discovered that PHP doesn't have an interface to the open() system call, so there's no way to have fine-grained control over truncation and creation of files you open.
Watched "Double Jeopardy". Ashley Judd must do T&A for scale, because her acting's nowhere near as polished as her body.
--Nat
Re:The Book
gnat on 2002-01-17T21:23:58
To be honest, I have mixed feelings about PHP. I now have it installed on all my machines, and for most of my small web programs I think I'd use it instead of CGI.But it's far from perfect. It's struggling with backwards compatibility--the very things that make it easy to use also make it easy to have security holes, make it difficult to build large maintainable websites, and don't scale as more things get added to the language.
The book doesn't rah-rah PHP, it just says how best to use it. I'm confident it'll be a good book (I wasn't so confident with my last book!) and I know it'll wipe the floor with the other PHP books that are out there. And ultimately, that's what it's all about
:-) --Nat