ID: 40106
User updated by: delontan at yahoo dot com
Reported By: delontan at yahoo dot com
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: windows 2003
PHP Version: 5.2.0
New Comment:
i think i kinda get it. so, is there any way to prevent those pop up
from showing up? i connect to the server from the local machine. it
only show up when the remote screen is idle for a long while and when i
go back to it, those extension load will show up. since it's PATH
problem, i am not sure how can i change the PATH locally or remotely or
??? plz advise. thanks bunch, at least i've got a better direction and
answer so far. (even though this is not PHP problem).
Previous Comments:
------------------------------------------------------------------------
[2007-01-15 09:42:56] [EMAIL PROTECTED]
>anyone have any explanation? thanks!
Sure. Your PATH is different when you connect through the remote
desktop and Windows cannot find the required libraries.
Not PHP problem.
------------------------------------------------------------------------
[2007-01-13 02:19:01] delontan at yahoo dot com
hi tony,
i don't have a problem with the extensions being loaded at startup or
anything.
after setting enabled_dl = Off, the dynamic loading pop up still show
up (not when i restarted apache).
i noticed that it happens once in a while only when i connect to the
server using remote desktop control. one time after i logged on, the
other times during login screen.
all the startup dynamic loading erorrs for all extensions i am using
such as oci8, mssql, odbtp show up. i just have to close them. no
errors reported in error log like how it usually will.
anyone have any explanation? thanks!
------------------------------------------------------------------------
[2007-01-12 08:30:48] [EMAIL PROTECTED]
OCI8 extension requires Oracle client, other extensions might require
other third party .dll's, which is described in the docs.
------------------------------------------------------------------------
[2007-01-12 00:06:54] delontan at yahoo dot com
i am using the extension_dir directive but enable_dl was also set to on
in php.ini. I set it to off now. Everything seems working fine. That pop
up problem happens once in a while. so, hopefully i will no longer
getting the pop up.
thanks!
------------------------------------------------------------------------
[2007-01-11 23:38:03] [EMAIL PROTECTED]
Sounds like you are using the dl() function to load the extensions.
That will not work with multithreaded SAPI's. You can load the
extensions with the extension=... directive in your php.ini file.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40106
--
Edit this bug report at http://bugs.php.net/?id=40106&edit=1