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
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
2 matches
Mail list logo