Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
/ pecl-dbase-windows Public archive

Binary version of pecl/dbase extension compiled for Windows

Notifications You must be signed in to change notification settings

nufue/pecl-dbase-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PECL dbase extension compiled for Windows

This repository contains php_dbase extension compiled for use on Windows.

You are encouraged to use official PECL build of version 7.0.1 - https://pecl.php.net/package/dbase/7.0.1/windows

PHP 7.3

Based on pecl/dbase version 7.0.0beta1.

Compiler version: VC15

Architecture x86 x64
TS (thread-safe) php_dbase.dll php_dbase.dll
NTS (non-thread-safe) php_dbase_nts.dll php_dbase_nts.dll

PHP 7.2

Based on pecl/dbase version 7.0.0beta1.

Compiler version: VC15

Architecture x86 x64
TS (thread-safe) php_dbase.dll php_dbase.dll
NTS (non-thread-safe) php_dbase_nts.dll php_dbase_nts.dll

PHP 7.1

Based on pecl/dbase version 7.0.0beta1.

Compiler version: VC14

Architecture x86 x64
TS (thread-safe) php_dbase.dll php_dbase.dll
NTS (non-thread-safe) php_dbase_nts.dll php_dbase_nts.dll

Notes on compiling - commands used

TS: configure --disable-all --enable-cli --enable-dbase=shared

NTS: configure --disable-all --enable-cli --enable-dbase=shared --disable-zts

About

Binary version of pecl/dbase extension compiled for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published