Skip to content

Tags: Wordenskjold/xhp

Tags

1.3.9

Toggle 1.3.9's commit message
Adding generated files for release

1.3.8

Toggle 1.3.8's commit message
Adding generated files for release

1.3.7

Toggle 1.3.7's commit message
Removing accidentally included binary: scanner.lex.o

1.3.6

Toggle 1.3.6's commit message
Fix build error on newer gcc

Summary:
Our ancient copy of gcc lets this through but older versions do not.

Reviewed By: epriestley

Test Plan: build

1.3.5

Toggle 1.3.5's commit message
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

1.3.4

Toggle 1.3.4's commit message
Bump version number to 1.3.4

Summary:
Hurf

1.3.3

Toggle 1.3.3's commit message
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

1.3.2

Toggle 1.3.2's commit message
Bump version to 1.3.1

1.3.1

Toggle 1.3.1's commit message
Bump to 1.3.1

Last commit added a function so I need to bump the version number

1.3.0

Toggle 1.3.0's commit message
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