[PHP-DEV] ext/curl/interface.c and CURLOPT_FTP_CREATE_MISSING_DIRS

2007-04-20 Thread noah
Could someone please add support for CURLOPT_FTP_CREATE_MISSING_DIRS in PHP's curl extension? I'd report it as a bug if bugs.php.net wasn't down. The file that needs to be modified is ext/curl/interface.c. 1. Add CURLOPT_FTP_CREATE_MISSING_DIRS as a PHP constant. 2. Add a 'case CURLOPT_FTP_CREA

Re: [PHP-DEV] ext/curl/interface.c and CURLOPT_FTP_CREATE_MISSING_DIRS

2007-04-20 Thread Antony Dovgal
On 04/20/2007 07:08 PM, noah wrote: Could someone please add support for CURLOPT_FTP_CREATE_MISSING_DIRS in PHP's curl extension? I'd report it as a bug if bugs.php.net wasn't down. The file that needs to be modified is ext/curl/interface.c. 1. Add CURLOPT_FTP_CREATE_MISSING_DIRS as a PHP cons

Re: [PHP-DEV] ext/curl/interface.c and CURLOPT_FTP_CREATE_MISSING_DIRS

2007-04-20 Thread Rasmus Lerdorf
noah wrote: > Could someone please add support for CURLOPT_FTP_CREATE_MISSING_DIRS > in PHP's curl extension? > I'd report it as a bug if bugs.php.net wasn't down. It isn't and the current uptime and traffic logs show continuous requests for the past 9 days. -Rasmus -- PHP Internals - PHP Runti

Re: [PHP-DEV] ext/curl/interface.c and CURLOPT_FTP_CREATE_MISSING_DIRS

2007-04-20 Thread Derick Rethans
On Fri, 20 Apr 2007, Rasmus Lerdorf wrote: > noah wrote: > > Could someone please add support for CURLOPT_FTP_CREATE_MISSING_DIRS > > in PHP's curl extension? > > I'd report it as a bug if bugs.php.net wasn't down. > > It isn't and the current uptime and traffic logs show continuous > requests fo

Re: [PHP-DEV] ext/curl/interface.c and CURLOPT_FTP_CREATE_MISSING_DIRS

2007-04-21 Thread Tijnema !
On 4/20/07, noah <[EMAIL PROTECTED]> wrote: Could someone please add support for CURLOPT_FTP_CREATE_MISSING_DIRS in PHP's curl extension? I'd report it as a bug if bugs.php.net wasn't down. The file that needs to be modified is ext/curl/interface.c. 1. Add CURLOPT_FTP_CREATE_MISSING_DIRS as a