From:             [EMAIL PROTECTED]
Operating system: win/2000
PHP version:      4.0.6
PHP Bug Type:     Program Execution
Bug description:  can't  dynamically load php_printer.dll extension

In php.ini I have:
enable_dl = On
extension_dir = "c:/PHP/extensions/"

All the extension dll's are in C:/PHP/extensions without any security.

PHP Program
<?
$x = dl("php_cpdf.dll");
?>
I get the following error:
-----------------------------
Unable to load dynamic library 'c:/PHP/extension/php_printer.dll' - The
specified procedure could not be found.
-----------------------------------
I have varified the fact that php_printer.dll is there!

I get the same error when I un-comment 
extension=php_printer.dll
in php.ini

Help!!!! What am I doing wrong!
How do i get these to load.

Thanks for the help..
Dan

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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to