I am a newbie to PHP and PHP extensions..Trying to write a PHP extension...
I created a dll and have added it in the "Dynamic extension" of php.ini.
Now I am using a php script to create an object (of a class in the dll). I get the error
"PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'Phpproject
s.dll' in Unknown on line 0
PHP Warning: dl(): Invalid library (maybe not a PHP library) 'Phpprojects.dll'""
Any help will be highly appreciated