internals:windows:libs:firebird
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
internals:windows:libs:firebird [2014/09/26 13:08] – update version mariuz | internals:windows:libs:firebird [2018/01/23 10:17] (current) – upgrade firebird version to 3.0.x mariuz | ||
---|---|---|---|
Line 7: | Line 7: | ||
Client library need to be built against the Firebird' | Client library need to be built against the Firebird' | ||
- | The best official stable release is Firebird | + | The best official stable release is Firebird |
Beware that your web application server may be running a different OS from database server. That means that you can have a web server trying to connect a firebird database server running on Linux or other Unixes. If this is the case you must deploy anyway the correct firebird' | Beware that your web application server may be running a different OS from database server. That means that you can have a web server trying to connect a firebird database server running on Linux or other Unixes. If this is the case you must deploy anyway the correct firebird' | ||
Line 14: | Line 14: | ||
In the complete file list there are a lot of file, for many different scopes. | In the complete file list there are a lot of file, for many different scopes. | ||
**Don' | **Don' | ||
- | * with extenxsion | + | * with extension |
* containing the string " | * containing the string " | ||
* containing the string " | * containing the string " | ||
Line 34: | Line 34: | ||
If the database server is installed in the same machine of development, | If the database server is installed in the same machine of development, | ||
- | If the database server is installed in another machine, | + | If the database server is installed in another machine, |
==== Firebird engine not yet installed, or development only environment ==== | ==== Firebird engine not yet installed, or development only environment ==== | ||
Line 77: | Line 77: | ||
- Install the Visual Studio 20xx and the required Windows SDK described in these steps [[internals: | - Install the Visual Studio 20xx and the required Windows SDK described in these steps [[internals: | ||
- | - Download Firebird 2.5.x Final source code [[http:// | + | - Download Firebird 2.5.x Final source code [[http:// |
- | Read how to build Firebird with Visual Studio 20xx http://firebird.svn.sourceforge.net/viewvc/firebird/firebird/trunk/ | + | Read how to build Firebird with Visual Studio 20xx https://github.com/FirebirdSQL/firebird/blob/master/ |
- Download [[http:// | - Download [[http:// | ||
- Add sed c: | - Add sed c: | ||
- | - Eliminate the fb2control from firebird2 solution if you are using Visual Studio Express (doesn' | ||
- From cmd in builds\src dir and run in order: make_icu , make_boot , make_all | - From cmd in builds\src dir and run in order: make_icu , make_boot , make_all | ||
- If all is ok under output_Win32 you should have the bin folder include and lib , thouse you need to copy them in the php build directory and next you should enable firebird when building it with configure like configure --disable-all --with-interbase --with-pdo-firebird -with-cli | - If all is ok under output_Win32 you should have the bin folder include and lib , thouse you need to copy them in the php build directory and next you should enable firebird when building it with configure like configure --disable-all --with-interbase --with-pdo-firebird -with-cli |
internals/windows/libs/firebird.txt · Last modified: 2018/01/23 10:17 by mariuz