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
|
10 年之前 |
Simon Krajewski
|
d7d2f1608b
Merge pull request #4600 from tarwin/development
|
10 年之前 |
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 年之前 |
clemos
|
2daa173168
[php] return left operand if right operand is 0 in PHP
|
10 年之前 |
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 年之前 |
Simon Krajewski
|
0f46ac69d5
[Php] String.charAt now returns "" if index < 0
|
12 年之前 |
Simon Krajewski
|
4f397d4898
[Php] added _hx_substring
|
12 年之前 |
Simon Krajewski
|
dd1415a046
minor spec fixes for As3 and Php
|
12 年之前 |
Nicolas Cannasse
|
f391388e7d
license /std to Haxe Foundation / MIT
|
13 年之前 |
Simon Krajewski
|
fba9d21994
fixed issue #1111
|
13 年之前 |