Alexey V. Vasilyev

Results 22 issues of Alexey V. Vasilyev

Hi! Need to call shutdown function when null reference exception caused. ```php

Hi! I would like to use cURL for everything, At first for SMTP, next IMAP. But some features not supported in KPHP :( This example: https://gist.github.com/hdogan/8649cd9c25c75d0ab27e140d5eef5ce2 Works fine for PHP...

Hi, all! ini_get() return error when ini-variable not defined. But I won't get any errors for this. I would like to call ```php $vars = ini_get_all(); ``` and read defined...

missing functions

Alex: Свич по строке из 0 кейсов (но с дефолтом) выдаёт предупреждение на этапе сборки плюсов. Пример: ``` /.../UserTitle_reflection@@set_as_bool.cpp:9:8: warning: variable ‘v$matched_with_one_case$u4fdd7fa40628ca72_0’ set but not used [-Wunused-but-set-variable] 9 | bool...

Hello, everybody! Problem: I would like to reformat user-defined JSON definition. For this I use decode+encode pair: ```php $outToUser = json_encode( json_decode( $userEnteredJson, true), JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT); ``` but json_encode()...

Запишу из чата. переводить лень %) Можно ли рассчитывать на оптимизацию ветвления по константным строкам? (прикладная цель: повышение скорости рефлекшена для базы данных: при построении запроса я ТОЧНО знаю имя...

When compare are equal then behaviour diffrent. ```php

differs from PHP

Since KPHP provides libraries, then you need to use the LGPL - GPL license for libraries. KPHP provides: Fast Execution + Intelligence Protection, but not with the GPL. The GPL...

Цель изменения: если получаем шаблонный тип T , то все его использования должны подставиться на тип реализации шаблона. Это ускорит исполнение работы с коллекциями целевого типа, а не интерфейсного при...

Problem: 1. When we create commercial software we need build application for all Linux-based distros. 2. We can't build static binary because because some GLIBC features does not support it....