Page 1 of 1

PHP Compiling to ASP.NET Crash on session_status();

PostPosted: January 13th, 2014, 10:53 pm
by evbase
Does anyone have any help or example code that could help me troubleshoot what is happening with session_status()

Code: Select all
session_status();


If you need anymore information please let me know. It does not like anything to do with sessions converting PHP to .NET

Re: PHP Compiling to ASP.NET Crash on session_status();

PostPosted: January 14th, 2014, 9:46 am
by Jakub Misek
hi,

session_status() is new function from PHP 5.4 and it has not been implemented in Phalanger yet.

thanks,