Re: [PHP-DEV] CURL file posting

2013-01-01 Thread Stas Malyshev
Hi! I'm thinking maybe the best solution is to have a new class - say, CurlFile - and do this: $file = new CurlFile("myface.png", "image/png"); curl_setopt($ch, CURLOPT_POSTFIELDS, array("foo" => "bar", "picture" => $file); This would allow us to do two things: 1. Protect ourselves from injectio

[PHP-DEV] release frequency?

2013-01-01 Thread Stas Malyshev
Hi! I see that we do not have a lot of changes in 5.4 since last release. So I wonder if it may make sense to reduce release frequency now that we got less bugfixes coming in, say from monthly to 1.5 or 2 months between release. What do you think? Just to be clear, I have no problem (excepting un