hailphp Posted November 29, 2007 Share Posted November 29, 2007 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 hihly appreciated Link to comment https://forums.phpfreaks.com/topic/79387-php-startup-invalid-library-maybe-not-a-php-library-urgent/ Share on other sites More sharing options...
btherl Posted December 7, 2007 Share Posted December 7, 2007 How did you create the dll? Link to comment https://forums.phpfreaks.com/topic/79387-php-startup-invalid-library-maybe-not-a-php-library-urgent/#findComment-408409 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.