Hi People, The below output is quite strange since i think to have set up php.ini correctly. I simply ran a php_w32api demo script and took care of all i know wich had to be configured. I'm not sure what this message really means, is it either the dl() function i should be paying attention to or is it something with the php_w32api.dll extension ? Maybe i need to upgrade something here ?
Somehow it 'feels' to be related to the netdll.dll not executing the example script as well. Can someone please supply me with some feedback on this dl()/w32api issue ? Thank You. -- output --- Warning: dl() [function.dl.html]: Not supported in multithreaded Web servers - use extension statements in your php.ini in c:\inetpub\intranet\php\info.php on line 7 Fatal error: Call to undefined function: w32api_register_function() in c:\inetpub\intranet\php\info.php on line 9 -/- output -/- --- php.ini --- ; Directory in which the loadable extensions (modules) reside. extension_dir = c:\appserv\php\extensions\ ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically ; disabled on them. enable_dl = Off ;extension=php_sybase_ct.dll extension=php_w32api.dll ;extension=php_xmlrpc.dll -/- php.ini -/- --- version --- PHP 4.3.1 (cli) (built: Feb 15 2003 23:07:00) Copyright (c) 1997-2002 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies -/- version -/- Greetings, Joris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php