pmmp / ext-pmmpthread

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

ThreadedArray (accidentally) supports writing properties #96

Closed dktapps closed 1 year ago

dktapps commented 1 year ago

As per title. ThreadedArray is only intended to be used with array syntax. Object-like behaviours should be implemented using ThreadedBase.

dktapps commented 1 year ago

Fixed by 9c3ddf658afce87b4d80c298fccea17505f9b7bb.