mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Adding a small readme file for win32 users
This commit is contained in:
parent
dcdd6d2b05
commit
11d14590d1
22
ext/fbsql/Readme_w32.txt
Normal file
22
ext/fbsql/Readme_w32.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
Rules for building FBSQL
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
The fbsql project contains 2 configurations.
|
||||||
|
|
||||||
|
To build this extension you must first download and
|
||||||
|
install FrontBase. The default instalation path would
|
||||||
|
be c:\usr\FrontBase. If you install it in another location
|
||||||
|
you need to change the include path in the project before
|
||||||
|
compiling.
|
||||||
|
|
||||||
|
Start Visual Studio, load php_modules.dsw, select the fbsql projects,
|
||||||
|
configuration and build it.
|
||||||
|
|
||||||
|
Finaly copy php_fbsql.dll to your extension directory and enable it
|
||||||
|
by adding the following line tp php.ini
|
||||||
|
|
||||||
|
extension=php_fbsql.dll
|
||||||
|
|
||||||
|
or by calling dl() in each script
|
||||||
|
|
||||||
|
dl("php_fbsql.dll");
|
Loading…
Reference in New Issue
Block a user