Hi Tim,
I'm also building my own versions of PHP, but I do not have the problems
you are describing here. That said, you should not need to buid you own
versions as the extensions can be enabled from the php.ini file or from
the script (as long as you are running CLI or CGI). Unless you are runnin
I have built my own version of PHP on Windows (CLI) that enables sockets
and soap. I did all of my testing using a version I compiled with
--enable-debug, and it seems to be working just fine. When I switch to
the non-debug build, however, I'm having trouble with a lot of my scripts.
Here's a qu