You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+20-20
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,6 @@ The tutorial is still working, keep in mind that this tutorial is for Firebird 2
12
12
- Autoconf, you can install it via Homebrew (brew install autoconf)
13
13
- Because we needs Firebird libs. for compiling interbase, we have to download Firebird Server Package (http://www.firebirdsql.org/en/downloads), download the LIPO package (important!)
14
14
15
-
## Let's compile! (MAMP 3.4.0 ... PHP 5.6.10)
16
-
17
-
<ol>
18
-
<li>Check which PHP version your MAMP server use, for example version 3.4.0 use PHP 5.6.10 by default</li>
19
-
<li>Download PHP source code from https://secure.php.net/downloads.php</li>
20
-
<li>Unzip downloaded sources, rename it to "php" and move it to your MAMP include folder /Applications/MAMP/bin/php/php5.6.10/</li>
21
-
<li>Enter to interbase extension folder
22
-
cd /Applications/MAMP/bin/php/php5.6.10/include/php/ext/interbase/</li>
0 commit comments