- 25 Jul, 2012 2 commits
-
-
Fabien Potencier authored
Commits ------- c5431978 Add SecurityServiceProvider to list of included providers Discussion ---------- Add SecurityServiceProvider to list of included providers
-
Igor Wiedler authored
-
- 22 Jul, 2012 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 20 Jul, 2012 1 commit
-
-
Fabien Potencier authored
Commits ------- 54045936 Fix typo Discussion ---------- Fix typo
-
- 19 Jul, 2012 1 commit
-
-
Adel authored
-
- 18 Jul, 2012 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 15 Jul, 2012 6 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 13 Jul, 2012 7 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- a7c1baee Fixed typos Discussion ---------- Fixed typos
-
Pascal Borreli authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- f618014e Remove use of the `use` in closure Discussion ---------- Remove use of the `use` in closure See https://github.com/fabpot/Pimple/blob/master/lib/Pimple.php#L81 : Pimple give to the closure (as first argument) the container/application, so we do not need to use `use($app)`. Note : * I did not test on php 5.4. But tests are OK on 5.3 * I think it is cleaner to use php default arguments than the use of `use` * I fixed the CS : `function()` -> `function ()` (added a space before `(`)
-
Grégoire Pineau authored
See https://github.com/fabpot/Pimple/blob/master/lib/Pimple.php#L81 : Pimple give to the closure (as first argument) the container/application, so we do not need to use `use($app)`.
-
- 12 Jul, 2012 1 commit
-
-
Fabien Potencier authored
-
- 11 Jul, 2012 4 commits
-
-
Fabien Potencier authored
Commits ------- 5fc0a7fe fastcgi_pass requires unix: prefix when using a socket Discussion ---------- fastcgi_pass requires unix: prefix when using a socket This is the case on my system at any rate. Possible that it is not required in all cases or newer/older versions of nginx?
-
Fabien Potencier authored
Commits ------- ff4432eb Fix phpdocs variable name Discussion ---------- Fix phpdocs variable name
-
Fabien Potencier authored
Commits ------- 82c340c2 Send required parameter to prototype function Discussion ---------- Send required parameter to prototype function --------------------------------------------------------------------------- by igorw at 2012-07-11T01:54:15Z Duplicate of #429.
-
Beau Simensen authored
This is the case on my system at any rate. Possible that it is not required in all cases or newer/older versions of nginx?
-
- 10 Jul, 2012 3 commits
-
-
Adel authored
-
Dave Marshall authored
-
Fabien Potencier authored
Commits ------- 2de6ff72 Fix typehint Discussion ---------- Fix typehint
-
- 09 Jul, 2012 2 commits
-
-
Adel authored
-
Fabien Potencier authored
-
- 07 Jul, 2012 2 commits
-
-
Fabien Potencier authored
Commits ------- 1cd7e78a Add IRC channel to README Discussion ---------- Add IRC channel to README I think the only place this has been mentioned is the mailing list, but people keep coming in there. So adding it to the README would be a good idea imo.
-
Igor Wiedler authored
-
- 06 Jul, 2012 5 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 05 Jul, 2012 2 commits
-
-
Fabien Potencier authored
Commits ------- a3885545 Fix JSON recipe, fixes #419 Discussion ---------- Fix JSON recipe, fixes #419
-
Igor Wiedler authored
-