[PHP] php_mssql.so

2008-03-27 Thread Liz Kim
We have a set of PHP files which uses dl() to load the extension php_mssql.so at runtime. These were running on a server with PHP 4.3.9 and have been recently moved to a new server with PHP 5.1.6 (both RedHat). I have tried to simply copy the file php_mssql.so file to the directory of PHP modules,

Re: [PHP] php_mssql.so

2008-03-27 Thread Chris
Liz Kim wrote: We have a set of PHP files which uses dl() to load the extension php_mssql.so at runtime. These were running on a server with PHP 4.3.9 and have been recently moved to a new server with PHP 5.1.6 (both RedHat). I have tried to simply copy the file php_mssql.so file to the

Re: [PHP] php_mssql.so

2008-03-27 Thread Liz Kim
Maybe I could just compile it on a test machine and copy the .so file over to the working server. Would there be any incompatibility issues there? Where could I download PHP 5.1.6? I am only able to see 5.2.5 and 4.4.8 on php.net... Thank you! On Thu, Mar 27, 2008 at 4:36 PM, Chris [EMAIL

Re: [PHP] php_mssql.so

2008-03-27 Thread Alfredo CV
Hola Liz You should go to http://rpm.pbone.net and search for php-mssql. In fact I did it;and there you will find the php-mssql packages for both RedHat 5 and RedHat 4 and for i386 and X86_64 and even for many other linux distributions. I upgraded my mysql to 5.0.2 and my php to 5.0.3

Re: [PHP] php_mssql.so

2008-03-27 Thread Chris
Liz Kim wrote: Maybe I could just compile it on a test machine and copy the .so file over to the working server. Would there be any incompatibility issues there? If and only if: - They are the same architecture (they both have to be i386 for example, one can't be an amd-64 and the other be