Alexander Kuzmenko
|
3b4c33024c
[php] changed _hx_cast() to use _hx_instancof() instead of Std.is() to avoid handling php-prefix (fixes #6083)
|
8 년 전 |
Alexander Kuzmenko
|
e3ff957319
[php] fix retreiving rtti meta before target class is loaded (fixes #5757)
|
8 년 전 |
Mark Knol
|
875ad19432
2017 (#5932)
|
8 년 전 |
Alexander Kuzmenko
|
2fc83d6b0a
Fixed exception thrown by `Reflect.fields(o)` when `o` is `Class<T>` (fixes #5608) (#5884)
|
8 년 전 |
Alexander Kuzmenko
|
c7e31f6f98
[php] Make possible to check for NativeArray with Std.is() (fixes #5565)
|
8 년 전 |
Mockey
|
3df4efbd47
[php] fix _hx_exception_handler
|
9 년 전 |
Andy Li
|
1687918c60
[php] _hx_exception_handler should exit with non-0 code and write error to stderr
|
9 년 전 |
Andreas Mokros
|
96aa3e31c5
replace for-loops with foreach in Boot.hx (#5471)
|
9 년 전 |
Andreas Mokros
|
019c78a4bb
Small modifications to PHP exception/error handling (#4973)
|
9 년 전 |
Mark Knol
|
6c29743078
Update documentation
|
9 년 전 |
Andy Li
|
1c79168a33
update copyright year to 2016
|
9 년 전 |
Andy Li
|
ae6349cccf
bump license year to 2015
|
9 년 전 |
Simon Krajewski
|
d7d2f1608b
Merge pull request #4600 from tarwin/development
|
9 년 전 |
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.
|
9 년 전 |
clemos
|
2daa173168
[php] return left operand if right operand is 0 in PHP
|
9 년 전 |
Varga Bence
|
4d61ea7e50
Safeguard in reflection not to trigger magic __get in subclasses unintentionally.
|
10 년 전 |
mockey
|
a2a635be5a
fix for reflection problem that occurred in #3030
|
10 년 전 |
Simon Krajewski
|
ce688a7073
(Php) fix >>> implementation (closes #2845)
|
11 년 전 |
Valentín Barros
|
3034b57238
Fixed php.Boot._hx_string_call error.
|
11 년 전 |
Dan Korostelev
|
75954e41b9
Array.indexOf/lastIndexOf (closes #1242)
|
11 년 전 |
Franco Ponticelli
|
1a878aa907
applied patch for issue #1573
|
12 년 전 |
Simon Krajewski
|
4c3ee16537
[Php] respect error_reporting configuration (fixed issue #1625)
|
12 년 전 |
Simon Krajewski
|
f192aeb8a0
[Php] Array.filter fix (fixed issue #1477)
|
12 년 전 |
Franco Ponticelli
|
bcd53a2c84
php: removed any reference to »
|
12 년 전 |
Franco Ponticelli
|
bdc1c3c821
php: minor improvments on previous patch by Greg Dove
|
12 년 전 |
Franco Ponticelli
|
bbe822938b
php: fixed Math specification
|
12 년 전 |
Franco Ponticelli
|
d1887e4ea6
php: fixed Std.is for integers out of int32 boundaries
|
12 년 전 |
Franco Ponticelli
|
1794f726b6
php: fixed Type specifications
|
12 년 전 |
Franco Ponticelli
|
8bdd5ddce9
applies patch from Greg and fixes issue #1123
|
12 년 전 |
Simon Krajewski
|
42eea08e40
partial support for Array.map/filter
|
12 년 전 |