Zlatoslav Desyatnikov

Results 17 issues of Zlatoslav Desyatnikov

Hello! I want to make a relation from Eloquent model to non-eloquent. Is it possible? Thanks.

Hi! Generated setters for fixed64 or uint64 are using `intval($var)` in case of `PHP_INT_SIZE == 8` (any 64x system). But max value of uint64 is greater than PHP_INT_MAX: `2^64-1` vs....

bug
php
inactive

This PR: - Fixes the bug mentioned in #9521 (in PHP and C) - Improves `.gitignore` connected to PHP - Adds missed `BCMath` extension dependency used by `GPBUtil` - Fixes...

inactive

Hi! Faced this error while working with bad-configured third-party FTP server... ``` > PASV < 227 Entering Passive Mode (172,19,192,40,204,178). ``` ``` dial tcp 172.19.192.40:53441: connect: no route to host...

accepted
feature

Hi there! In case of property override that rule fails, but PHP doesn't allow to add `readonly` modifier to overriden property. ``` 42 Public property `timestamps` not marked as readonly....

# Why? 1. PHP functions working with regex (`preg_match`, `preg_replace`, etc.) work in _legacy_ way — they just return `false` instead of throwing exception. 2. The way to check if...

feature

The current implementation has `GetItemsByTitle` which use `filter` query param. This PR make it more flexible. Also it fixes issue with non-url-compatible chars by using `url.QueryEscape` in `GetItemsByTitle`. API Reference:...