[PHP-DEV] Re: Feature request : Self caching of .php files for wide multi backend setups.

2007-08-05 Thread Sebastian Mendel
Constantin B schrieb: require should : 1 : check in /localcopy/path/to/file.php if it exist 2 : then if its not too old // we can define what this means later // it just require it as now 3 : if the file does not exist or if its too old we refresh it from the /path/to/file.php and require it .

Re: [PHP-DEV] Regarding the ext/curl extension

2007-08-05 Thread Daniel Stenberg
On Sat, 4 Aug 2007, Richard Lynch wrote: That said, I personally never had a problem searching the haxx.se site and finding out what CURLOPT_XYZ meant, except for the php-specific CURLOPT_BINARYTRANSFER... :-) The binding has a 1:1 mapping on all its option names (except CURLOPT_BINARYTRANSF