php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4657 Can't load some dll's from php.ini
Submitted: 2000-05-29 04:03 UTC Modified: 2000-06-12 20:48 UTC
From: ssantos at netlandia dot pt Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: Windows 2000 Prof
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: ssantos at netlandia dot pt
New email:
PHP Version: OS:

 

 [2000-05-29 04:03 UTC] ssantos at netlandia dot pt
Having either the absolute path in the extension "tag" or using extension dir I can't load php_gd.dll module for php 4.0.0.

Some dll's load ok (lib_gz, calendar). Others don't (php_swf, php_gd)
--- Extract from php.ini -------
extension=d:\php4\php_calendar.dll -> Loads ok
extension=d:\php4\php_gd.dll -> "Ingored"
--------------------------------
I tried using dl() too, but no go either.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-12 20:48 UTC] zeev at cvs dot php dot net
We can't control the various Windows library builds that people release (even though the ones from swwwing are usually good, they're pretty much provided as-is).

We do try to make sure that the libraries included in the official releases are checked to at least load properly.  The number of these libraries isn't that large at this time, but it'll grow.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 17:01:33 2024 UTC