Skip to content

Conversation

@mentalstring
Copy link
Contributor

Since PHP 5.3.4 is now the requirement, the __DIR__ magic constant can be used instead of dirname(__FILE__) for a little extra performance.

Since PHP 5.3 is now the requirement, we can use the __DIR__ magic constant instead of dirname(__FILE__) for a little extra performance.
GromNaN added a commit that referenced this pull request Jun 29, 2014
Replace `dirname(__FILE__)` by `__DIR__` since PHP 5.3.4 is required
@GromNaN GromNaN merged commit d29d360 into FriendsOfSymfony1:master Jun 29, 2014
@GromNaN
Copy link
Collaborator

GromNaN commented Jun 29, 2014

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants