Skip to content

Commit

Permalink
Switch to PHP based config files.
Browse files Browse the repository at this point in the history
There is a significant performance drawback (approx. -8%) to using ini files. Using
PHP based files actually increases performance (approx. 1.1%) as there are fewer calls
to Configure overall.

Using PHP files has the advantage of being harder to screw up in
various deployment scenarios.
  • Loading branch information
markstory committed Aug 31, 2013
1 parent 5d0b19f commit 79c8811
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 282 deletions.
280 changes: 0 additions & 280 deletions App/Config/app.ini.php

This file was deleted.

0 comments on commit 79c8811

Please sign in to comment.