php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6970 Error in loading interbase and other libraries
Submitted: 2000-10-02 00:24 UTC Modified: 2000-10-02 02:55 UTC
From: darko at softhome dot net Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.2 OS: Windows 2000
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: darko at softhome dot net
New email:
PHP Version: OS:

 

 [2000-10-02 00:24 UTC] darko at softhome dot net
When I tried to load interbase library I've got the following:

 Unable to load dynamic library 'D:\Programs\PHP\php_interbase.dll'

The similar is with other new libraries dbase, mssql70. Other libraries are OK.

php.ini (part)
-------
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path	=C:\Inetpub\wwwroot\	; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
doc_root		=C:\Inetpub\wwwroot\	; the root of the php pages, used only if nonempty
user_dir		=			; the directory under which php opens the script using /~username, used only if nonempty
;upload_tmp_dir	=	                	; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 2097152       		; 2 Meg default limit on file uploads
extension_dir	=D:\Programs\PHP\ 	; directory in which the loadable extensions (modules) reside
enable_dl		= On			; Whether or not to enable the dl() function.
							; The dl() function does NOT properly work in multithreaded
							; servers, such as IIS or Zeus, and is automatically disabled
							; on them.


;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;


;Windows Extensions
extension=php_calendar.dll
extension=php_interbase.dll
extension=php_ftp.dll

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-02 02:55 UTC] dbeu@php.net
the dbase extension in 4.0.2 was buggy, can you try the extension from http://www.php4win.de, or wait for 4.0.3.
for the interbase extension you must have interbase installed.
the dll "gds32.dll" is needed to run the extension, make sure it can be found.

reopen if a problem still exist.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 05 04:01:29 2024 UTC