Commit Graph

7 Commits

Author SHA1 Message Date
Jeff Chan
29ca1f7892 Use stable sort for removeProperty of OptionsPropertyGroup.
The original custom sort function is not stable, which causes
different results on HHVM. It now uses the default array_diff
function which is stable. Also updated an incorrect test.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-02-12 03:07:27 +00:00
Michal Čihař
37d142bc3f Remove compatibility code for PHP 5.2 2013-07-01 15:29:56 +02:00
Marc Delisle
c3f2796544 Anonymous functions are incompatible with PHP 5.2 2013-01-26 06:44:36 -05:00
Michal Čihař
869d7c0e99 Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
Alex Marin
9458f9d062 oop: integrate the properties system for ExportXml 2012-07-17 13:32:13 +03:00
Alex Marin
44103fdbbb oop: Fixes for properties files 2012-07-10 21:47:20 +03:00
Alex Marin
5609a90c02 oop: Create properties system files 2012-07-10 00:26:19 +03:00