Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

Re: [PHP3] PUT script needed From: MANUEL LEMOS (mlemos <email protected>)
Date: 07/30/98

Hello Rasmus,

> > For a PHP developer it must be pretty simple because the PUT method is like
> > POST but much simpler. Each PUT method invocation only uploads one file
> > and most of the times it doesn't require decoding. It's basically a matter
> > of reading the Content-Length header and store it in a temporary file.
> >
> > For a developer that knows PHP source inside-out like you do, this is
> > probably a matter of 5 minutes job.
>
> This is an entirely bad argument. The actual implementation may only take
> 5 minutes, but I would also have to test a bunch of different clients and
> get a test environment set up and do the background reading to make sure I

Sure but that's where people like myself interested in PUT support would
contribute with real testing. I have here Netscape Composer, Amaya and
the w3c test suite in place to test suite to test any support for PUT
method. I'm sure that there is also other people willing to do the same
because there is demand for PUT support.

You may not need PUT support for yourself now, but if you add some
support now, we can test it and when you need it later you have working.

If you feel is there anything else we can do to spare you some time
besides implementing PUT method support, just let us know because I have
a project pending on this and for now it is only using C because it
couldn't be done with PHP.

Manuel Lemos

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3