Skip to content

Tags: hulkrage/xhp-lib

Tags

1.6.0

Toggle 1.6.0's commit message
Merge pull request hhvm#95 from fredemmott/unsaferenderable-alwaysval…

…idchild

Add XHPUnsafeRenderable, XHPAlwaysValidChild, MIGRATING.md

1.5

Toggle 1.5's commit message
Picking up the x:base rename is big enough for a version bump

1.4

Toggle 1.4's commit message
Update INSTALL

Added info about the new Homebrew packages.

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