ID:               40106
 User updated by:  delontan at yahoo dot com
 Reported By:      delontan at yahoo dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: windows 2003
 PHP Version:      5.2.0
 New Comment:

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!


Previous Comments:
------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

[2007-01-11 23:28:13] delontan at yahoo dot com

Description:
------------
I've installed php 5.2 and update all related modules for oci8, odbtp.
Everything is working. 

I use remote desktop to access the machine where i installed php and
apach 2.0.59. i installed php as modules instead of cgi/fast cgi.

during my development of php pages, unable to load dynamic library for
oci8, odbtp all came up from nowhere. i didn't see anything in error
log.

i remembered when there was (using cgi/fast cgi as parser last time)
memory leak or ?? reason, there will be php-cgi.exe stayed in windows
Task Manager's process list forever. i had to kill it manually before
it crashed my system. so, is this the effect of using modules as parser
and when seomthing went wrong, the dynamic window pop/show up? i just
have to close the window, everything is still working and running
fine.

plz advise. I've read all the similar post but it's different.

thanks!


Lee



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40106&edit=1

Reply via email to