Re: [PHP-DEV] [VOTE] CURLFile uploading API

2013-06-03 Thread Ferenc Kovacs
On Mon, Jan 21, 2013 at 2:32 AM, Stas Malyshev smalys...@sugarcrm.comwrote: Hi! I've started a vote on CURLFile RFC: https://wiki.php.net/rfc/curl-file-upload#vote Please vote. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP

Re: [PHP-DEV] [VOTE] CURLFile uploading API

2013-06-03 Thread Stas Malyshev
Hi! I recently gave a presentation on the upcoming php version, and somebody asked why did we introduce an OOP way for this when everything else in ext/curl is procedural. It needed an object, so it had the object API. Since people also asked for procedural way to create it (no idea why, but

[PHP-DEV] [VOTE] CURLFile uploading API

2013-01-20 Thread Stas Malyshev
Hi! I've started a vote on CURLFile RFC: https://wiki.php.net/rfc/curl-file-upload#vote Please vote. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] [VOTE] CURLFile uploading API

2013-01-20 Thread Anthony Ferrara
Stas, Thanks for running with this concept! Looks great to me... Anthony On Sun, Jan 20, 2013 at 8:32 PM, Stas Malyshev smalys...@sugarcrm.comwrote: Hi! I've started a vote on CURLFile RFC: https://wiki.php.net/rfc/curl-file-upload#vote Please vote. -- Stanislav Malyshev, Software

Re: [PHP-DEV] [VOTE] CURLFile uploading API

2013-01-20 Thread Stas Malyshev
Hi! Thanks for running with this concept! Looks great to me... Thanks. I think it needs one more addition, actually - it may be a good idea to have special handling for serializing/unserializing - but I'll look into it after the vote, it shouldn't change anything related to the main concept. --