Skip to content

Commit 503e08e

Browse files
Merge pull request #3 from PHPFastCGI/service-config-fix
Attempted fix of services.yml
2 parents af6cf00 + 9ca2b10 commit 503e08e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ If you are using apache, you can configure the FastCGI module to launch and mana
6161

6262
## Updates
6363

64+
### v0.7.1
65+
- Service configuration file fix
66+
6467
### v0.7.0
6568
- Upgraded to use FastCGIDaemon v0.7.0
6669

Resources/config/services.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ services:
33
class: PHPFastCGI\SpeedfonyBundle\Bridge\KernelWrapper
44
arguments: ['@kernel']
55

6+
php_fast_cgi_speedfony.driver_container:
7+
class: PHPFastCGI\FastCGIDaemon\Driver\DriverContainer
8+
69
php_fast_cgi_speedfony.daemon_run_command:
710
class: PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand
8-
arguments: ['@php_fast_cgi_speedfony.kernel_wrapper', ~, 'speedfony:run']
11+
arguments: ['@php_fast_cgi_speedfony.kernel_wrapper', '@php_fast_cgi_speedfony.driver_container', 'speedfony:run']
912
tags:
1013
- { name: console.command }

0 commit comments

Comments
 (0)