Dmitriy Zayceff

Results 31 comments of Dmitriy Zayceff

Sometimes it's not convenient for using. Also, JAX-RS Spec describes how convert string values to other basic types, from spec: > Be a primitive type > Have a static method...

Это будет возможно сделать когда на develnext.org появится реестр всех пакетов расширений. Не надо будет грузить с каждым проектом тоже самое расширение.

@artemirq Проблема со стилем уже решена, это был баг с неверным css стилем для табов.

The same error: ```php class InvalidYieldError { public function construct() { $prefix = true; if ($prefix) { parent::construct(); } parent::construct(); } } ```

Regarding `php://input`, I don’t really understand how to integrate this into the engine, because jphp does not implement web functionality as in the original php.

ArrayObject should be in `jphp-runtime`, not in `jphp-zend-ext`.

@TsSaltan А какая операция приводит к такому? install? Лучше в ней поменять, а не глобально.

Java Reg expressions have many differences compared to PCRE (Perl regular expressions). To add PRCE support for jphp, it's needed to write everything from scratch.

Java has a regular expression syntax known as "PCRE", ie: Perl Compatible.