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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC