-
Posted to
PHP Community
by
siiiv
on
07-08-2009, 10:40 PM
I'm using the "native" ODBC and it seems to work fine. I should also note that in case someone uses phpBB, they need alter their php.ini and have this : request_order = "GPC" instead of "GP"... some odd bug or something.
So anyway, I got it to work now with win2k8 + php 5.3.0 + mssql2k8 AND IT'S ...
-
Posted to
PHP Community
by
siiiv
on
07-02-2009, 8:40 PM
Because it IS crap.
anyway, so it is a separate download. hmm... another DLL to keep track of... thank you very much for the help.
-
Posted to
PHP Community
by
siiiv
on
07-02-2009, 6:54 AM
I thought it fits better to create a new thread about this. I did not find any MSSQL DLL file in the EXT folder when I unpacked the non thread safe 5.3.X. Since I do hate using crap like mySQL, I am wondering perhaps it is too soon to migrate to 5.3.X or am I missing something here?
Is the DLL downloaded separately now or something?
Thank ...
-
Posted to
PHP Community
by
siiiv
on
07-02-2009, 6:50 AM
Hi,
Yes, thank you! Short_Tags variables in the PHP.INI was off :)... so I thought that it didn't work where in fact, it was working.
However, I have still issues regarding mssql .dll file which is missing in the ext folder. I guess it is too early to migrate to 5.3.X yet?
-
Posted to
PHP Community
by
siiiv
on
07-01-2009, 10:40 PM
I also just noticed PHP 5.3.0 has no MSSQL support yet, no .dll comes with it! Back to 5.2.X. :D
-
Posted to
PHP Community
by
siiiv
on
07-01-2009, 9:44 PM
I have installed CGI ( CGI Role ).
I got PHP in "C:\Program Files (x86)\php"
In IIS manager, I go to "Handler Mappings"
I "Add module mapping"
Extension : *.PHP
Module : FastCgiModule
Executable : "C:\program Files (x86)\php\php-cgi.exe"
Name : "PHP Non Thread Safe"
Then I ...