Commit History

Author SHA1 Message Date
  Andy Li 1c79168a33 update copyright year to 2016 9 years ago
  Andy Li ae6349cccf bump license year to 2015 10 years ago
  Simon Krajewski d7d2f1608b Merge pull request #4600 from tarwin/development 10 years ago
  Tarwin Stroh-Spijer 2683e8b843 "error_reporting" in in Boot was set to not catch E_STRICT, but the handler was catching E_STRICT. This caused problems when moving from PHP 4.3 to PHP 4.4 and above as E_ALL now includes E_STRICT. 10 years ago
  clemos 2daa173168 [php] return left operand if right operand is 0 in PHP 10 years ago
  Varga Bence 4d61ea7e50 Safeguard in reflection not to trigger magic __get in subclasses unintentionally. 10 years ago
  mockey a2a635be5a fix for reflection problem that occurred in #3030 10 years ago
  Simon Krajewski ce688a7073 (Php) fix >>> implementation (closes #2845) 11 years ago
  Valentín Barros 3034b57238 Fixed php.Boot._hx_string_call error. 11 years ago
  Dan Korostelev 75954e41b9 Array.indexOf/lastIndexOf (closes #1242) 12 years ago
  Franco Ponticelli 1a878aa907 applied patch for issue #1573 12 years ago
  Simon Krajewski 4c3ee16537 [Php] respect error_reporting configuration (fixed issue #1625) 12 years ago
  Simon Krajewski f192aeb8a0 [Php] Array.filter fix (fixed issue #1477) 12 years ago
  Franco Ponticelli bcd53a2c84 php: removed any reference to » 12 years ago
  Franco Ponticelli bdc1c3c821 php: minor improvments on previous patch by Greg Dove 12 years ago
  Franco Ponticelli bbe822938b php: fixed Math specification 12 years ago
  Franco Ponticelli d1887e4ea6 php: fixed Std.is for integers out of int32 boundaries 12 years ago
  Franco Ponticelli 1794f726b6 php: fixed Type specifications 12 years ago
  Franco Ponticelli 8bdd5ddce9 applies patch from Greg and fixes issue #1123 12 years ago
  Simon Krajewski 42eea08e40 partial support for Array.map/filter 12 years ago
  Simon Krajewski 0f46ac69d5 [Php] String.charAt now returns "" if index < 0 13 years ago
  Simon Krajewski 4f397d4898 [Php] added _hx_substring 13 years ago
  Simon Krajewski dd1415a046 minor spec fixes for As3 and Php 13 years ago
  Nicolas Cannasse f391388e7d license /std to Haxe Foundation / MIT 13 years ago
  Simon Krajewski fba9d21994 fixed issue #1111 13 years ago
  Simon Krajewski 0134196095 added @:keepSub: allow classes to force keeping their subclasses (fixed issue #1005) 13 years ago
  Franco Ponticelli c7dc66da82 minor 13 years ago
  Franco Ponticelli b08019e45a fixed issue 847 13 years ago
  Simon Krajewski 6e8016709e ensure that [Enum(x)].toString() works correctly on Php (fixed issue #913) 13 years ago
  Simon Krajewski b94e441635 added _hx_mod for more consistent modulo support on PHP target (fixed issue #830) 13 years ago