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

[PHP-DEV] serialize and cache handling

2007-04-21 Thread Mathias Bank
Hallo, I use pear cache (light) to save calculated values. The package uses serialize to transform the content of a variable into a writable form. This transformed value will be saved to disk. This could be improved! Would it be possible to rewrite the serialize function to make it possible