Difference between revisions of "Firebird PHP OSX"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
| − | + | ==What really the problem here?== | |
| − | [http://tech.groups.yahoo.com/group/firebird-php/ here]. | + | Well, it looks like basic problem is that at the compiling time, and you have to compile since avaliable binaries do not support Interbase, php needs to fetch Interbase libraries. To that end libraries have to be there and php has to be able to find them, in order to happily compile. |
| − | + | ||
| + | |||
| + | ==Where to go?== | ||
| + | |||
| + | There is a mailing list dedicated to PHP with Firebird, but I had problems posting to it | ||
| + | [http://tech.groups.yahoo.com/group/firebird-php/ (here)]. Mind that there is a lot of material but the group is not OSX / Darwin specific. | ||
| + | There is at least one [http://tech.groups.yahoo.com/group/firebird-php/message/1553 thread] of a person trying to get PHP with Firebird support running on OSX. He apparently gave up trying long ago, as confirmed by mail. | ||
| + | |||
| + | |||
| + | ==Was it done before?== | ||
*There is at least [http://switch.richard5.net/isp-in-a-box-v2/installing-apache-on-mac-os-x/ one] person that has done it and even partially documented it. | *There is at least [http://switch.richard5.net/isp-in-a-box-v2/installing-apache-on-mac-os-x/ one] person that has done it and even partially documented it. | ||
*There is also someone in Japan that managed to do it, at least it [http://xdip.com/sylph/index2.php?sylph_xsite=442 seems so]. Here is a [http://translate.google.com/translate?hl=en&sl=ja&u=http://xdip.com/sylph/index2.php%3Fsylph_xsite%3D442&sa=X&oi=translate&resnum=6&ct=result&prev=/search%3Fq%3Dos%2Bx%2Bwith%2Bphp%2Bfirebird%2Bframework%26start%3D40%26hl%3Den%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26sa%3DN google translation] | *There is also someone in Japan that managed to do it, at least it [http://xdip.com/sylph/index2.php?sylph_xsite=442 seems so]. Here is a [http://translate.google.com/translate?hl=en&sl=ja&u=http://xdip.com/sylph/index2.php%3Fsylph_xsite%3D442&sa=X&oi=translate&resnum=6&ct=result&prev=/search%3Fq%3Dos%2Bx%2Bwith%2Bphp%2Bfirebird%2Bframework%26start%3D40%26hl%3Den%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26sa%3DN google translation] | ||
| + | |||
| + | |||
| + | ==Are there other means?== | ||
*Well, there is also [http://adodb.sourceforge.net/ ADOdb] - Database Abstraction Library for PHP (and Python) adjusted for use with [http://darwinports.opendarwin.org/ Darwin Ports] available [http://adodb.darwinports.com/ here] | *Well, there is also [http://adodb.sourceforge.net/ ADOdb] - Database Abstraction Library for PHP (and Python) adjusted for use with [http://darwinports.opendarwin.org/ Darwin Ports] available [http://adodb.darwinports.com/ here] | ||
[[Category:Technical]][[Category:OSX]] | [[Category:Technical]][[Category:OSX]] | ||
Revision as of 11:13, 18 December 2006
Contents
What really the problem here?
Well, it looks like basic problem is that at the compiling time, and you have to compile since avaliable binaries do not support Interbase, php needs to fetch Interbase libraries. To that end libraries have to be there and php has to be able to find them, in order to happily compile.
Where to go?
There is a mailing list dedicated to PHP with Firebird, but I had problems posting to it (here). Mind that there is a lot of material but the group is not OSX / Darwin specific. There is at least one thread of a person trying to get PHP with Firebird support running on OSX. He apparently gave up trying long ago, as confirmed by mail.
Was it done before?
- There is at least one person that has done it and even partially documented it.
- There is also someone in Japan that managed to do it, at least it seems so. Here is a google translation
Are there other means?
- Well, there is also ADOdb - Database Abstraction Library for PHP (and Python) adjusted for use with Darwin Ports available here