ID: 14029
Updated by: lobbin
Old Summary: can't  dynamically load php_printer.dll extension
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Dynamic loading
Operating System: win/2000
PHP Version: 4.0.6
New Comment:

Can you try the latest 4.1.1 package?


Previous Comments:
------------------------------------------------------------------------

[2002-01-11 06:49:11] [EMAIL PROTECTED]

I have the same experiences for other dll's.
While for instance zlib loads perfectly pdf
and xslt refuse to load.

I also get the same error message but the files
are there and all permissions are correct.

W.

------------------------------------------------------------------------

[2001-11-12 08:46:59] [EMAIL PROTECTED]

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 this 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