SeasX / SeasLog

An effective,fast,stable log extension for PHP.http://pecl.php.net/package/SeasLog http://php.net/SeasLog
http://seasx.github.io/SeasLog/
Other
1.2k stars 276 forks source link

php8.0 support #299

Closed defender-11 closed 3 years ago

defender-11 commented 3 years ago

Hello!

  1. Fix seaslog_error_cb ( zend_error_cb has been updated .) https://github.com/php/php-src/pull/5639
  2. Fix seaslog_throw_exception_hook zval to zend_object ( php8.0 crashed when seaslog.trace_exception=1 )
  3. IGNORE_URL_WIN has been removed from php-src master https://github.com/php/php-src/pull/6351

300

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   32
---------------------------------------------------------------------

Number of tests :   22                22
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Tests passed    :   22 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    3 seconds
=====================================================================
wujunze commented 3 years ago

LGTM