Hi,
I'm new to ZEND (but not to PHP or C) and I want to create some new functions for command-line use. So I started a test module for PHP using LCC under Win2K. I think I followed all the rules in the manual but I keep getting the message "Warning: dl(): Loaded module 'Test' got lost in C:@devel\PHP\test.php on line 15" just after the script starts. Here's the snippet:
if(!extension_loaded('test')) dl('php_test.dll');
Same thing happens if I declare "extension=php_test.dll" in PHP.INI. Strange thing... In any case the DLL loads and works without any problems. Does anyone know what could generate this message?
Any help will be much appreciated.
Best regards,