From 11d14590d1306789e8e912c0ecee4f3af6560d50 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Mon, 14 May 2001 21:04:19 +0000 Subject: [PATCH] Adding a small readme file for win32 users --- ext/fbsql/Readme_w32.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ext/fbsql/Readme_w32.txt diff --git a/ext/fbsql/Readme_w32.txt b/ext/fbsql/Readme_w32.txt new file mode 100644 index 0000000000..af8bfdc1e9 --- /dev/null +++ b/ext/fbsql/Readme_w32.txt @@ -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"); \ No newline at end of file -- 2.50.1