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]>
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 wit