Quoting Greg Beaver <[EMAIL PROTECTED]>:
> Wez Furlong wrote:
> > It shouldn't be locking the file.
> >
> > Is there any chance that you have a "zombie" process that does have a
> > lock? I noticed some weird locking behaviour like this today using a
> > recent cygwin release (seems like bash he
Hi All,
BC is a good thing when you want to keep maintenance down and developers happy
but sometimes stalls progression. When there are bugs in the code that have been
there for a while, chances are that they will stay there forever for BC
reasons. The latest example is the postgreSQL driver, but
I just took a view at some PDO examples on the net and it looks promissing. The
one thing that I would to see is that the fetch method accepts a class name as
optional second parameter (when using PDO_FETCH_OBJ or PDO_FETCH_LAZY) and then
returns a new instance of the given class with the given res
Citeren Robert Janeczek <[EMAIL PROTECTED]>:
> what are the chances that soap extension will have the (optional) ability to
> return output from SoapServer::handle instead of echo`ing it with http
> headers? current version makes it impossible to create soap server other
> than httpd-based (even m