[PHP-DEV] PHP 4.0 Bug #6655 Updated: Can not dynamic load library From: dbeu <email protected>
Date: 01/05/01

ID: 6655
Updated by: dbeu
Reported By: ed_zhang <email protected>
Old-Status: Closed
Status: Feedback
Bug Type: Dynamic loading
Assigned To:
Comments:

status -> feedback

Previous Comments:
---------------------------------------------------------------------------

[2001-01-05 12:42:20] dbeu <email protected>
is the problem existant with 4.0.4?

---------------------------------------------------------------------------

[2000-09-10 22:02:34] ed_zhang <email protected>

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:temptest.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

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6655

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>