[MonetDB-users] Windows 64 bit / PHP

Hi, How do I get PHP library on Windows 64 bit? Thanks. Dariusz.

dariuszs wrote:
Hi, How do I get PHP library on Windows 64 bit? Thanks. Dariusz.
I haven't found one and I wasn't able to compile one myself. The PHP library is only needed to link a client into PHP, and PHP is likely only 32 bit itself, so you should only need the 32 bit library to talk to a 64 bit server. Having said this, I have never tried the PHP binding on Windows. -- Sjoerd Mullender

Hi, So I could copy the modules from 32bit Windows and they should work? Thanks. Dariusz. Sjoerd Mullender wrote:
dariuszs wrote:
Hi, How do I get PHP library on Windows 64 bit? Thanks. Dariusz.
I haven't found one and I wasn't able to compile one myself. The PHP library is only needed to link a client into PHP, and PHP is likely only 32 bit itself, so you should only need the 32 bit library to talk to a 64 bit server.
Having said this, I have never tried the PHP binding on Windows.
------------------------------------------------------------------------
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users

dariuszs wrote:
Hi, So I could copy the modules from 32bit Windows and they should work? Thanks. Dariusz.
That is what I hope is the case. As I said, I never tried using it.
Sjoerd Mullender wrote:
dariuszs wrote:
Hi, How do I get PHP library on Windows 64 bit? Thanks. Dariusz.
I haven't found one and I wasn't able to compile one myself. The PHP library is only needed to link a client into PHP, and PHP is likely only 32 bit itself, so you should only need the 32 bit library to talk to a 64 bit server.
Having said this, I have never tried the PHP binding on Windows.
------------------------------------------------------------------------
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender

Hi, I'm getting an error trying to load the php module. It looks like php_monetdb.dll (32bit) depends on libMapi.dll, libmutils.dll, libstream.dll (which in this case are 64bit). I guess my question is why can't you compile 64bit version on windows and you can on linux? What do I need to compile it myself. Thanks. Dariusz. Sjoerd Mullender wrote:
dariuszs wrote:
Hi, So I could copy the modules from 32bit Windows and they should work? Thanks. Dariusz.
That is what I hope is the case. As I said, I never tried using it.
Sjoerd Mullender wrote:
dariuszs wrote:
Hi, How do I get PHP library on Windows 64 bit? Thanks. Dariusz.
I haven't found one and I wasn't able to compile one myself. The PHP library is only needed to link a client into PHP, and PHP is likely only 32 bit itself, so you should only need the 32 bit library to talk to a 64 bit server.
Having said this, I have never tried the PHP binding on Windows.
------------------------------------------------------------------------
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users

dariuszs wrote:
Hi, I'm getting an error trying to load the php module. It looks like php_monetdb.dll (32bit) depends on libMapi.dll, libmutils.dll, libstream.dll (which in this case are 64bit). I guess my question is why can't you compile 64bit version on windows and you can on linux? What do I need to compile it myself. Thanks. Dariusz.
You could compile it yourself if you had a 64 bit version of PHP. *That* is the problem. And as long as you don't have a 64 bit version of PHP, there is also no sense in trying to compile the MonetDB PHP library for 64 bit, since you won't be able to use it. It is loaded by PHP, and PHP is 32 bit and expects a 32 bit library. From you later mail I understand that you managed to use the 32 bit versions of the above mentioned dlls? This is actually what we do for the ODBC driver: on 64 bit Windows you should install both 32 and 64 bit ODBC drivers so that both 32 bit and 64 bit applications can use ODBC. Both installers come with all necessary dlls.
Sjoerd Mullender wrote:
dariuszs wrote:
Hi, So I could copy the modules from 32bit Windows and they should work? Thanks. Dariusz.
That is what I hope is the case. As I said, I never tried using it.
Sjoerd Mullender wrote:
dariuszs wrote:
Hi, How do I get PHP library on Windows 64 bit? Thanks. Dariusz.
I haven't found one and I wasn't able to compile one myself. The PHP library is only needed to link a client into PHP, and PHP is likely only 32 bit itself, so you should only need the 32 bit library to talk to a 64 bit server.
Having said this, I have never tried the PHP binding on Windows.
------------------------------------------------------------------------
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
participants (2)
-
dariuszs
-
Sjoerd Mullender