Alexey V. Vasilyev

Results 22 issues of Alexey V. Vasilyev

For to_array_debug(): suppressed visitting private and protected members. Because this method converts class instance to mixed for json_encode() , but json_encode must not convert private and protected fields. test case:...

Please integrate it. and add unit-test: test should fails: ```php

Please integrate putenv() function and add unit-tests. I did't understood how to add unit-tests. test code: ```php

Please integrate function touch(). I don't understood how to add unit-tests , but i wrote it. Please add. unit-test: ```php

Changes contain popen()/pclose() implementation. Please integrate it and add unit-tests. (code already working in our production build) New code added as hack without updating runtime.cmake , may be need fix...

Problem: kphp2cpp configured only with **-march sandybridge**, but application binary can be executed in KVM. Solution: kphp2cpp must compile resulting binary with same flags as compiled or configured by cmake...

Hi! Please merge this changes. And add unit-tests. I not have it, but code already works fine in production. Function was created by copy-paste method with changing library calls.

Hi! Please merge this changes for json_encode/decode. and add unit-tests. 1. Implemented JSON_PRETTY_PRINT test case: ```php

Environment: We try to build application for deploying to all Linux-based distros, and for reach this goal we need decrease system dependencies. We already have build with few dependencies (all...

ffi

For simple deploy as non-changeable binary need Debian package instead docker/make.