mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1079] [CLOSED] HHVM compatibility: func_get_args #9132
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/1079
Author: @lattwood
Created: 7/8/2014
Status: ❌ Closed
Base:
2.4← Head:2.4📝 Commits (1)
5e308edHHVM compatibility: func_get_args📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/QueryBuilder.php(+4 -4)📄 Description
All func_get_args() calls have been moved to the top of the methods
because HHVM doesn't keep a copy of the original args for performance
reasons.
See facebook/hiphop-php#1027 for details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.