phpstatic.com

Results 10 issues of phpstatic.com

Hi, I am made this pull request to try again add phpstatic Installation source. phpstatic provide variety of ways (docker, alpine package, debian package, redhat package, macOS ) to install...

```sh modest/source/mycss/selectors/function_parser.c:469:57: error: cast to smaller integer type 'mycss_selectors_function_drop_type_t' (aka 'enum mycss_selectors_function_drop_type') from 'void *' [-Werror,-Wvoid-pointer-to-enum-cast] mycss_selectors_function_drop_type_t drop_val = mycss_selector_value_drop(selector->value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modest/include/mycss/selectors/value.h:28:41: note: expanded from macro 'mycss_selector_value_drop' #define mycss_selector_value_drop(obj) ((mycss_selectors_function_drop_type_t)(obj))...

I use musl build my package it work well, but recent I find this error on ubuntu 18.04: ```sh initgroups(www-data, 33) failed (5: I/O error) ``` Is this a bug...

today I start use`GCC_CONFIG += --enable-libssp`. ```sh x86_64-linux-musl-gcc -static-libgcc -static-pie xtest.c -lz -lm ``` gdb: ```sh For help, type "help". Type "apropos word" to search for commands related to "word"......

I build static PHP package with musl-cross-make. If I build MUSL with kernel 4.19, will the binary work without problem on old kernel like 3.2? The GLIBC has `--enable=kernel=` options,...

build gum without v8 inside alpine x86-64, run into Segmentation fault: ```sh (gdb) bt #0 0x00000000008ceedf in reader (info=0x7fffffffdc38, byte=0x7fffffffdbc6 "", address=0) at ../arch/X86/X86Disassembler.c:864 #1 0x00000000008d5e93 in consumeByte (insn=0x7fffffffdc50, byte=0x7fffffffdbc6...

```sh ../../module/nginx-video-thumbextractor-module/src/ngx_http_video_thumbextractor_module_utils.c:570:55: error: variable 'crop_ctx' may be uninitialized when used here [-Werror,-Wconditional-uninitialized] if (rc >= 0) rc = avfilter_link(scale_ctx, 0, crop_ctx, 0); ^~~~~~~~ ../../module/nginx-video-thumbextractor-module/src/ngx_http_video_thumbextractor_module_utils.c:433:30: note: initialize the variable 'crop_ctx' to...

First of all I must say great work!!! [quinthar](https://news.ycombinator.com/item?id=12741772) write this at Oct 19, 2016: > The Paxos is only used to elect the master (or re-elect if the master...

I try build with boringssl and cloudflare http3 patch for 1.16.1, get this error: ```sh ../../module/nginx-upload-module/ngx_http_upload_module.c:192:17: error: field has incomplete type 'MD5_CTX' (aka 'struct md5_state_st') MD5_CTX md5; ^ ../quiche/deps/boringssl/.openssl/include/openssl/base.h:402:16: note:...

I need destroy the uv_poll_t object, but keep the fd alive. is there a way to do this?