ID: 14029
Updated by: [EMAIL PROTECTED]
-Reported By: [EMAIL PROTECTED]
+Reported By: [EMAIL PROTECTED]
Status: No Feedback
Bug Type: Dynamic loading
Operating System: win/2000
PHP Version: 4.0.6
New Comment:
I also have the following settings in the PHP.INI file.
enable_dl = On
extension_dir = "c:/program files/php/extensions"
extension=php_printer.dll
Whenever I load any php page I get the following errors:
"OleMainThreadWndName: php.exe - Entry Point Not Found
The procedure entry point add_assoc_string could not be located in the
dynamic link library php4ts.dll"
and then
"Warning
Unable to load dynamic library 'c:/program
files/php/extensions/php_printer/dll' - The specified procedure could
not be found"
When calling phpinfo() I get the following information:
extension_dir
c:\program files\php\extensions c:\program files\php\extensions
I am running PHP v4.1.1 with Apache/1.3.17 (Win32) on Windows NT 4.0
build 1381
Previous Comments:
------------------------------------------------------------------------
[2002-02-15 00:00:02] [EMAIL PROTECTED]
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2002-01-14 02:37:22] [EMAIL PROTECTED]
Can you try the latest 4.1.1 package?
------------------------------------------------------------------------
[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