Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Trouble with php target #312

Open
pizzadox9999 opened this issue Dec 10, 2022 · 1 comment
Open

Trouble with php target #312

pizzadox9999 opened this issue Dec 10, 2022 · 1 comment

Comments

@pizzadox9999
Copy link

Hi,

thank you for this amazing project.

As sad I have a little bit of trouble with the php target. The thing is the genereted php seems not compatible with PHP 7 or above. But the haxe websites states that every version of haxe greate 4.0.0 supports php 7 and above. The errors I get at runtime are:

  • Array and string offset access syntax with curly braces is no longer supported \lib\php\Boot.class.php 267
  • Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) \lib\php\Boot.class.php on line 539
  • and then came a lot of index errors

maybe someone could give me some insides tipps etc what i can do to get it running

best regards pizzadox9999

PS: i'm trying it with a php 7.4.33 interpreter

@soywiz
Copy link
Contributor

soywiz commented Dec 10, 2022

Im afraid this project is not maintained anymore

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants