kphp icon indicating copy to clipboard operation
kphp copied to clipboard

KPHP — a PHP compiler

Results 277 kphp issues
Sort by recently updated
recently updated
newest added

**General** This PR improves collecting of async stack traces in runtime-light **Problem** The current collecting backtrace doesn't handle jumps from an async stack to a sync stack and back, as...

k2

implemented f$prepare_search_query

k2

When trying to build KPHP from sources on Ubuntu 24.04, I get this error: 0%] Built target openssl-pic [ 10%] Building CXX object CMakeFiles/tlo_parsing_src-no-pic.dir/common/tlo-parsing/flat-optimization.cpp.o [ 10%] Building CXX object CMakeFiles/tlo_parsing_src-pic.dir/common/tlo-parsing/flat-optimization.cpp.o...

I have tried to run transpiler with TSAN on simple program and found lots of data races. This PR fixes some of them, but not all. * Introduce new locker...

Use pselect in stream_select. Closes TODO