Silex SessionServiceProvider gives me a boot in Windows 8

I am trying to get SessionServiceProvider to work in my project, but if I register it, the page will be sent to me as a download that contains an incorrectly configured server error.

My error logs show nothing, and the same code works in my virtual Linux environment.

I am using windows 8 server and zend.

This is the line of code causing all the problems:

$app->register(new SessionServiceProvider()); 

Does anyone have any ideas?

+4
source share
1 answer

Seems to be watching: http://silex.sensiolabs.org/doc/providers/session.html

. , , Windows C:\Windows\Temp, , , , , ? , ( , , - apache php).

, , Zend, , , , , Zend- , , , .

+1

Source: https://habr.com/ru/post/1525656/


All Articles