Re: [PHP-DEV] does PHP5 do locking on PHP files that are included in a way PHP4 didn't?

2004-11-30 Thread D . Kingma
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

[PHP-DEV] Backwards compatibility

2004-11-08 Thread D . Kingma
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

Re: [PHP-DEV] Fwd: pdo [was Re: [PHP-DEV] PHP 5.1 roadmap]

2004-10-25 Thread D . Kingma
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

Re: [PHP-DEV] any chance for feature in soap extension?

2004-10-03 Thread D . Kingma
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