Skip to content

Commit 7df331e

Browse files
Moved project status up readme
1 parent 270bfaa commit 7df331e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Visit the [project website](http://phpfastcgi.github.io/).
1212

1313
Using this bundle, symfony2 applications can stay alive between HTTP requests whilst operating behind the protection of a FastCGI enabled web server.
1414

15+
## Current Status
16+
17+
This daemon is currently in early development stages and not considered stable. A stable release is expected by September 2015.
18+
19+
Contributions and suggestions are welcome.
20+
1521
## Installing
1622

1723
By turning your Symfony application into a FastCGI application, you can keep the application in memory between request cycles.
@@ -54,11 +60,6 @@ php app/console speedfony:run --port 5000 --env="prod"
5460

5561
If you are using apache, you can configure the FastCGI module to launch and manage the daemon itself. For this to work you must omit the "--port" option from the command and the daemon will instead listen for incoming connections on FCGI_LISTENSOCK_FILENO (STDIN).
5662

57-
## Current Status
58-
59-
This daemon is currently in early development stages and not considered stable. A
60-
stable release is expected by September 2015.
61-
6263
## Updates
6364

6465
### v0.6.0

0 commit comments

Comments
 (0)