php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6655 Can not dynamic load library
Submitted: 2000-09-10 22:02 UTC Modified: 2001-01-08 01:25 UTC
From: ed_zhang at excite dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.2 OS: Windows 98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ed_zhang at excite dot com
New email:
PHP Version: OS:

 

 [2000-09-10 22:02 UTC] ed_zhang at excite dot com
Hi friends,

Please try following PHP code:

<? 
dl("php_dbase.dll");
?>

It will cause a warning,

Warning: Invalid library (maybe not a PHP library) 'php_dbase.dll' in c:\temp\test.php on line 2


The php_dbase.dll which unpacked from "php-4_0_2-Win32.zip" is resident at php home directory, but it works well when we load "php_ftp.dll".

The problem appears in PHP 4.0.2 under Windows 98 environment.



Thanks & Regards,
Edward Zhang

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-05 12:42 UTC] dbeu@php.net
is the problem existant with 4.0.4?
 [2001-01-05 12:43 UTC] dbeu@php.net
status -> feedback
 [2001-01-08 01:25 UTC] sbergmann@php.net
closed by user request.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 20:01:35 2025 UTC