pmmp / ext-pmmpthread

Fork of https://github.com/krakjoe/pthreads with a revamped API and PHP 8.1+ support
Other
82 stars 15 forks source link

No support for enum references in constants or property default values #100

Closed dktapps closed 1 year ago

dktapps commented 1 year ago

Enum objects are supported by Threaded objects, but we don't currently copy them during class copies.

dktapps commented 1 year ago

Fixed by 3b3beca146a9135d4524b074e340c264752b6828 and following commits