fate0 / xmark

A PHP7 extension that can hook most functions/classes and parts of opcodes
BSD 3-Clause "New" or "Revised" License
239 stars 32 forks source link

兼容php7.4。php7.4删除了ZEND_ASSIGN_CONCAT,添加了三种ZEND_ASSIGN_OP,ZEND_ASSIGN_… #11

Open SZFsir opened 3 years ago

SZFsir commented 3 years ago

兼容php7.4。php7.2测试通过全部测试样例。php7.4测试仅taint-issue061.phpt失败,因为implode在php7.4中使用有变动,会报Deprecated Deprecated: my_implode(): Passing glue string after array is deprecated. Swap the parameters