Re: [PHP-DEV] zend_stream_fixup

2005-03-13 Thread Stanislav Malyshev
WF>>The point is that you associate the approprite methods with the file WF>>handle at the time you set it to STREAM. I think we started to go in circles or you not paying attention what I actually ask. Once more: I KNOW and I UNDERSTAND why you have these two handlers for streams (php_stream *).

Re: [PHP-DEV] zend_stream_fixup

2005-03-13 Thread Wez Furlong
On Sun, 13 Mar 2005 11:10:20 +0200 (IST), Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > WF>>The point is that you associate the approprite methods with the file > WF>>handle at the time you set it to STREAM. > > I think we started to go in circles or you not paying attention what I > actually as

Re: [PHP-DEV] zend_stream_fixup

2005-03-13 Thread Wez Furlong
This is frustrating (and annoying). It's a simple abstraction layer so that the zend engine can efficiently parse input from arbitrary data sources, including, but not limited to, php streams. If you told me exactly what you're trying to do, we can work together more productively. Instead, you've

Re: [PHP-DEV] zend_stream_fixup

2005-03-13 Thread Stanislav Malyshev
WF>>This is frustrating (and annoying). It's a simple abstraction layer WF>>so that the zend engine can efficiently parse input from arbitrary WF>>data sources, including, but not limited to, php streams. OK, now we are getting somewhere. The problem is that this abstraction is used in one (1) p

[PHP-DEV] Re: pdo and firebird connection

2005-03-13 Thread Michael Maier
Michael Maier wrote: Hi, I´ve trying now for hours just to connect with PDO to my firebird DB. I tried it first with a mysql db and had no problems at all. but it doesn´t work with firebird and I don´t know why (haven´t found anything helpful via google as well). I tried to use the manual from h

Re: [PHP-DEV] Weird time-sensitive leaks / problems in the memory manager

2005-03-13 Thread Derick Rethans
On Sat, 12 Mar 2005, Wez Furlong wrote: > Yesterday I saw some leaks with foreach() and custom zend_iterators. > Today, the same binary doesn't have those leaks. > > I had another similar issue a few weeks back on a different machine, > but with an overrun reported on shutdown. The next day, the