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
584 stars 56 forks source link

Update redis #68

Closed joanhey closed 4 years ago

joanhey commented 4 years ago

Add phpdoc to atributes.

Use bool in $isDebug

Use global namespace for performance ( 10-20% gain).

Unify debug. Format code.

rryqszq4 commented 4 years ago

@joanhey I will merge the code, do you confirm it?

joanhey commented 4 years ago

It's ready to be merged.

joanhey commented 4 years ago

The problem with the unset() will exist in the mysql too.

rryqszq4 commented 4 years ago

The problem with the unset() will exist in the mysql too.

Mark, I will write a test case later.