AOP-PHP / AOP

AOP in PHP
Other
565 stars 95 forks source link

To support PHP 7 #102

Closed pangudashu closed 5 years ago

pangudashu commented 6 years ago

Hello @Juliens, I have developed a new version based on the old to support php7. I find the old version hasn't been updated for a long time and I'm not very familiar with php5, so I separate the php5 and php7 version to diffrent directory.

The php7 version has passed all the original tests in addition to serval php7 unsupported tests(eg: create_function、new Object and so on). It support 7.0/7.1/7.2.

juliens commented 6 years ago

@pangudashu Thx for this PR! I will try to look at it as soon as possible (I need to reinstall my environment).