How do we know whether it's php5 only function or not?
http_parse_message is it php 5 only
Actually I haven't had the chance yet. I will have to check that all my hosts support pectl extensions.
I tried it doesn't work. It's pretty difficult to see what library is required.
For example, under
http://us2.php.net/manual/en/function.curl-init.php
curl_init function
(PHP 4 >= 4.0.2, PHP 5)
However we know that curl_init will require curllib installed. It's not even mentioned there.
So how do I install PECL
teguh123;10878794 wrote:So how do I install PECL
teguh123 wrote:However we know that curl_init will require curllib installed. It's not even mentioned there.
No, it's mentioned in the list of requirements for the [man]cURL[/man] functions (the bit headed "Requirements").
Funny, that.
teguh123 wrote:However we know that curl_init will require curllib installed. It's not even mentioned there.
No, it's mentioned in the list of requirements for the [man]cURL[/man] functions (the bit headed "Requirements").
Funny, that.