Re: [PHP-DEV] Need some help about using Boost.PHP to make extensions

2008-11-19 Thread Moriyoshi Koizumi
Please redirect your question to me. Boost.PHP is not an official part of the PHP project. Moriyoshi On Wed, Nov 19, 2008 at 2:13 AM, Chris Jiang <[EMAIL PROTECTED]> wrote: > Hi all, it's been a while since my last thread. I've been playing around > with Boost.PHP these days, and find it pretty m

Re: [PHP-DEV] SplHeap->key()

2008-11-19 Thread Tobias Schlitt
Hi, On 11/19/2008 11:38 AM David Coallier wrote: >> I noticed that SplHeap returns the current element count of the heap >> from key(). I think it should return count - 1 to reflect 0 indexing. >> key won't be called outside of an iterator, so this makes sense. > I'd say this is a bug as well, wo

Re: [PHP-DEV] CVS Account Request: magicaltux

2008-11-19 Thread Pierre Joye
hi Mark, On Wed, Nov 19, 2008 at 6:30 AM, Mark <[EMAIL PROTECTED]> wrote: > So, unless someone have time to bear with me and commit my stuff to WDDX > (I've already started some things for WDDX packet streaming, but anyway > 5.2.7 isn't at a point it will accept any new features) I confirm my > r

Re: [PHP-DEV] a stupid question

2008-11-19 Thread Ting Chen
thanks for answering my question, green, green, I am so green On 11/17/08, Igor Feghali <[EMAIL PROTECTED]> wrote: > maybe because "0" evaluating to false is already enough and everything > after that would be "forcing" too much. If "0.0" evaluates to false > then I would ask, why "0.0E1" doesn

Re: [PHP-DEV] SplHeap->key()

2008-11-19 Thread David Coallier
> > I noticed that SplHeap returns the current element count of the heap > from key(). I think it should return count - 1 to reflect 0 indexing. > key won't be called outside of an iterator, so this makes sense. > I'd say this is a bug as well, would you mind opening a bug and assigning it to me p

[PHP-DEV] SplHeap->key()

2008-11-19 Thread Tobias Schlitt
Hi! I noticed that SplHeap returns the current element count of the heap from key(). I think it should return count - 1 to reflect 0 indexing. key won't be called outside of an iterator, so this makes sense. Regards, Toby -- Tobias Schlitt - Zend Certification Member GPG Key: 0xC462BC14 a

Re: [PHP-DEV] documentation

2008-11-19 Thread David Coallier
> can you guys give me an advice about where find good documentation/books > about php C module development? For starters you can look at this: http://short.ie/extendingphp This is linking to Sara's blog. Oh look on the right hand side... you can buy it from there as well :D Great book really.