Hi John:
I should have though of ADODB of course, so after more testing, it seems
that the problem is not the number of functions, but their 'complexity',
more probably the quantity of memory they take globally. It seems that it's
like PHP is reserving some memory for each function and reaches a maximum.
I'm not familiar enough with the gpf message, but does "PHP caused an
invalid page fault" points to a memory problem?
Alain
On Sun, Sep 09, 2001 at 06:44:54PM +0800, John Lim wrote:
> Hi Alain,
>
> ADODB has more functions in a class and it doesn't crash as a CGI on
> Windows. Must be something else.
>
> Ciao,
> John
>
> "Alain Samoun" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I have a class with several functions, 20 at this time. If I add a new
> > function (21 total), when I call the class, I get a gpf that says:
> >
> > PHP caused an invalid page fault in
> > module PHP4TS.DLL at 015f:1008b842.
> >
> > If I add the new function and get rid of any one of the other functions,
> the
> > gpf disappears, and everything is fine with any functions that I use.
> > My conclusion is that under windows 98 with Apache 1.3.9 and PHP4.06 as
> CGI,
> > the maximum number of functions allowed in a class is 20.
> > This should be declared as a bug, but can anyone in this list confirms it?
> > Alain
> >
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]