rryqszq4 / ngx-php

ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
BSD 2-Clause "Simplified" License
627 stars 56 forks source link

[pr] Fixed core dump #29

Closed rryqszq4 closed 5 years ago

rryqszq4 commented 5 years ago

Commits on Feb 15, 2019 [src] Fix bug at error hander, uthread cause some coredump. 5f28ca7 [src] Temp removal, maybe php hash a bug what's will cause coredump. … 0262ca4 [src] Hack function -> ngx_http_php_call_user_function. c0af6e9 Commits on Feb 16, 2019 [src] Fixed implicit declaration of function zend_string_release_ex i… … 636c6f2 [src] Fixed error: implicit declaration of function ‘GC_ADDREF’ [-Wer… … 715232d Commits on Feb 17, 2019 [src] Fixed error: implicit declaration of function ‘zend_get_callabl… … f48163b [src] Fixed error: ‘ZEND_CALL_DYNAMIC’ undeclared (first use in this … … b5559bd [src] Add function ngx_http_php_zend_call_function_v70 for version ph… … f750bff [src] Do not use hack function call_user_function in php7.0 ef2c2e3 [src] Fixed 错误:变量‘ctx’能为‘longjmp’或‘vfork’所篡改 [-Werror=clobbered] … 1f55d9d Commits on Feb 18, 2019 [src] Fixed core dump, end of request and zend uthread must be shutdown. a0878c6