Actually, this is probably has something to do with the way Nuke is
allocating memory on a threaded server.

Threaded support is fairly new to PHP.  If the module does not carefully
observe memory allocations, Constants seem to be the first thing to get
hosed.

"Florian Clever" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is probably a problem with IIS.
> Are you using persistant connections?
>
> I used to get the same error messages in my PHP/Oracle 8/IIS combination
> after PHP scripts terminated using exit() and not having freed all the
> Oracle handles and resources. These messages then also appeared on
> scripts without coding errors.
>
> I ended up using Apache on W2K and turning of persistant connections.
>
> cheers,
> Florian
>
> >
> >Von:
> >        "Chipmaster" <[EMAIL PROTECTED]>
> >
07:42
> >
> > Betreff:
> >        Several " Constant already defined " errors.
> >     An:
> >       [EMAIL PROTECTED]
> >
> >
> >
> >I am trying to run PHP Nuke 5.0 beta 3 on a Windows 2000 Pro Machine with
> >IIS 5.0, PHP4 and MySQL Server. Each of the Systems works fine including
PHP
> >but... When I run http://localhost/ the page loads including the MySQL
> >content and I get dozens and dozens of nice little error messages, which
> >state that many may constants are already defined on different line
numbers
> >in the language/lang-english.php file. Well I admit I am not the
brightest
> >in PHP, but I am trying my best and I sure would apreciate your help.
> >
> >Thx Guyz.
>
> --
>
> Florian Clever
>
> [EMAIL PROTECTED]
> http://www.Clever-Software-Solutions.de/
>
> PGP Key @ ldap://certserver.pgp.net/
>
> The Heineken Uncertainty Principle: You can never be sure how many beers
> you had last night.
>
> --
> 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]

Reply via email to