You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug with duped __xhpAttributeDeclaration
Summary:
Currently XHP will define __xhpAttributeDeclaration on any class that uses the
leading-colon scheme. This is annoying because we can't define a base
implementation or __xhpAttributeDeclaration. So now it only defines
__xhpAttributeDeclaration if you define attributes.
Reviewed By: epriestley
Test Plan: xhpize
Revert: OK
Default idx_expr to true in xhp_preprocess
Summary:
Clients using the old non-flags version of xhp_preprocess should get the
idx_expr rule by default. This does not include the PHP extension, there's
an ini option for that.
Reviewed By: dweatherford
Test Plan: xhpize
Revert: OK
Prefer flex35 over flex
Summary:
On some machines we have old versions of flex as the default for building PHP,
but XHP requires a newer version. While building XHP now prefer `flex35` over
`flex`.
Reviewed By: shire
Test Plan: make xhpize
Revert: OK