Qwoker
Qwoker
> @Rifle-Rex Thanks for your report, and I will track this problem. Havent update this issue?
Okay, declare error i fixed with ``` if (!class_exists('test')) { class test { ... } ``` now the question remains, how to initialize variables in init_worker so that they are...
> Yes, your right. If i include once on init_worker is good, work! Latest question how to collect data in memory PHP. Example do $dataArray = array() in init_worker and...
> The problem is in the nginx config file. > > Check: [42fb4ff](https://github.com/rryqszq4/ngx-php/commit/42fb4ff9a3e1b571f0a2b45373b7743391d65c0d) I try put this directives already before this post issue on github and check again it, its...
> `ngx_var_get()` and `ngx_var_set()` are for the nginx variables, nothing from PHP. > > https://www.javatpoint.com/nginx-variables > > If in an nginx config, you call a variable that is NOT set...
> I'll add a test for null variables. And if needed a fix. I check sources PHP ZEND on repository. I found only RETURN_NULL(); but i don't know why nginx...