php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5944 Dynamic loading of module og norma. loading of mod dosn't work at all.
Submitted: 2000-08-03 17:03 UTC Modified: 2000-11-27 08:38 UTC
From: michael at webudvikler dot dk Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.1pl2 OS: Windows NT 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: michael at webudvikler dot dk
New email:
PHP Version: OS:

 

 [2000-08-03 17:03 UTC] michael at webudvikler dot dk
In the php.ini file i have tried to remove ";" in front of extension=php_gd.dll
so i could get it to load...But it dosn't load...When i use the function to see which modules is loaded, it's not on the list...and if i try to load some of the other modules they are not on the list either...

Also...If i try to do a dl("php_gd.dll") i get the follwoing error msg:

Fatal error: Unable to load dynamic library ''c:\php/php_gd.dll'
The specified procedure could not be found. in D:\webroot\michael_3\test.php on line 2

I have tried to insert various values in the 
extension_dir	=	c:\php

But i noticed a funny thing... I use windows so all my paths look like c:\asdasd\asasd\ etc...(the oposit of Unix)...But with the line above...the dl() function tries to load c:\php/php_gd.dll   the paths conflict...It tries to use unixstyle paths when it loads....Notice the "/" after "c:\php" ....

This need to be adressed imediately as this is a major problem, not being able to use extensions at all.


The system is a standard NT 4, IIS4, SP5, With the latest binary windows release of PHP 4.0.1pl2. The extension dll files are located along with all other files in c:\php
The php.ini file is located also in c:\winnt.
PHP is loaded as an ISAPI modul.
No sepcial settings are made, and no special modules are compiled. Just the standard stuff released by you.

PS. Remeber this problem relates to ALL extensions. Not just php_gd.dll


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 05:35 UTC] sniper@php.net
Is this still happening with PHP4.0.3pl1 ??

--Jani
 [2000-11-27 08:38 UTC] sniper@php.net
User reported fixed in PHP4.0.3pl1.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 23:01:30 2024 UTC