moodle and 64bit platform |
Site Admin
|
The problem with php session you encountered has no relation to the bittness of the platform. Please submit problem report to moodle developers.
Reagarding 64bit vs 32bit version of the debugger, you have to choose it according to php and Apache installed on your system. You can't run 64bit dll under 32bit Apache or php. They all have to have the same bittness. So if Apache is 32bit, you have to install 32bit debugger module even though you have 64 bit cpu and 64bit OS. |
||||||||||||
_________________ The PHP IDE team |
|
I'm not using Apache i'm using IIS 6.0. IIS installed is a 64 bit version. However the PHP 5.2.4 installed I believe is 32-bit, since php5isapi.dll is 32-bit. however I have enabled 32-bit by running the following at the command line.
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 This enables both 64 and 32 bit extensions in IIS. The thing is if I'm not running the website in debug mode I do not get the session timed out problems with moodle the webpage acts normally only through phped do I experience this session time out. Based on the fact that my OS & IIS is 64bit, php 32bit? should I be running the 32-bit php_dbg.dll-5.2.x or the 64 bit version? |
||||||||||||
|
|
Weird I rebooted the machine reinstalled phped 5.2 and now everything seems to work. I guess its just one of those things
|
||||||||||||
|
Site Admin
|
The only thing debugger changes is that when you start debug a page, it won't let browser to use cached copies of the pages. I believe this is okay because otherwise they would be shown from cache without executing any scripts on the server. Still I see no relation to php sessions. BTW what did you mean under "I do not get the session timed out problems"? Did you try full refresh (Ctrl-F5) in browser?
debugger is a php extension, not IIS's, hence it must match php bitness, not IIS |
||||||||||||||||
_________________ The PHP IDE team |
|
I just meant if I was not using phped internal browser when logging into the site but instead would open a firefox or IE window and then browse to the site normally I wouldn't get any issues. It was only having problems through the imbedded browsers. But as In my last post everything seems to be working correctly now. Thanks for your help |
||||||||||||||
|
moodle and 64bit platform |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by