Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D11517
Change Details
Change Details
Old
New
Diff
Pre-patch, the following code caused an infinite loop. Post-patch, the loop was correctly terminated. ```lang=php while (!xhpast_is_available()) { echo "Building\n"; xhpast_build(); } ```
Pre-patch, the following code caused an infinite loop. Post-patch, the loop was correctly terminated. ```lang=php while (!xhpast_is_available()) { echo "Building\n"; xhpast_build(); } ```
Continue