dwoo-project / dwoo

[UNMAINTAINED] php template engine
http://dwoo.org
GNU Lesser General Public License v3.0
167 stars 58 forks source link

Fix rehashing race condition in Loader::addDirectory #86

Closed hoffmanns closed 6 years ago

hoffmanns commented 6 years ago

Follow up of #84 Also checks in Loader::addDirectory if un-serialized (cached) class path is really an array before using it.

@emulienfou Looking forward to merge :relaxed: