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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
22 + 44 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 02:01:29 2024 UTC