[PHP] a bug???

2001-09-07 Thread hassan el forkani
hi, i'm recently observing a strange behaviour of php when using a combination of ob_start() and ignore_user_abort() in the same page, php hangs (after the script is executed) and is unable to create/write to /destroy sessions!! i'm observing this on my win98 machine with apache 1.20 and php 4

[PHP] a bug???

2001-09-11 Thread hassan el forkani
hi, i'm recently observing a strange behaviour of php when using a combination of ob_start() and ignore_user_abort() in the same page, php hangs (after the script is executed) and is unable to create/write to /destroy sessions!! i'm observing this on my win98 machine with apache 1.20 and php 4

[PHP] A bug with RecursiveIteratorIterator?

2005-08-08 Thread Chris
I'm trying to extend the RecursiveIteratorIterator class, to limit which children it recurses through. The documentation here: http://www.php.net/~helly/php/ext/spl/classRecursiveIteratorIterator.html says that there is a ahapublic method callHasChildren(), which I figured was a good place to

Re: [PHP] A bug with RecursiveIteratorIterator?

2005-08-08 Thread Chris
In further looking at the SPL classes, I'm thinking I want to use the RecursiveFilterIterator class to filter my nodes. But I ran into another problem: the class RecursiveFilterIterator does not exist. Am I missing something here? Confused, Chris -- PHP General Mailing List (http://www.php.

Re: [PHP] A bug with RecursiveIteratorIterator?

2005-08-08 Thread Jochem Maas
Chris wrote: In further looking at the SPL classes, I'm thinking I want to use the RecursiveFilterIterator class to filter my nodes. But I ran into another problem: the class RecursiveFilterIterator does not exist. Am I missing something here? your out on the bleeding edge so to speak - no

Re: [PHP] A bug with RecursiveIteratorIterator?

2005-08-08 Thread Chris
Jochem Maas wrote: Chris wrote: In further looking at the SPL classes, I'm thinking I want to use the RecursiveFilterIterator class to filter my nodes. But I ran into another problem: the class RecursiveFilterIterator does not exist. Am I missing something here? your out on the bleedin

[PHP] A Bug in string ' e

2005-06-26 Thread cchereTieShou
I found this quite weired problem when I was trying to generate a mysql query string, something like WHERE TheDate e Quite confusing. Anyone think this is a bug or something I missed? -- If you have a minute, please visit http://www.cchere.com -- PHP General Mailing List (http://www.php.ne

Re: [PHP] A Bug in string ' e

2005-06-26 Thread Martín Marqués
El Dom 26 Jun 2005 17:31, cchereTieShou escribió: > I found this quite weired problem when I was trying to generate a > mysql query string, something like > > WHERE TheDate > The query string returns something like > > WHERE TheDate > > Withought the left part. > > You can actually