Re: [PHP] dynamic loading and build configurations

2006-03-30 Thread Chris
Mike Milano wrote: What exactly does the --with in --with-curl mean? I've built php5.1.2 on windows, and I thought that it would compile curl into the binary. It means compile the extension. It doesn't include it in the binary. Is this normal behavior? The same thing happens with openssl an

[PHP] dynamic loading and build configurations

2006-03-30 Thread Mike Milano
What exactly does the --with in --with-curl mean? I've built php5.1.2 on windows, and I thought that it would compile curl into the binary. It does not. I still need to declare CURL as an extension in the php.ini file for it to work. i.e. extension=php_curl.dll Is this normal behavior? The