Paul Melekhov

Results 12 issues of Paul Melekhov

С некоторых пор REST API в Facebook и их FQL перестали поддерживаться. Чат не работает, выдаёт ошибку: "_REST API is deprecated for versions v2.1 and higher_", библиотека `facebook/php-sdk:2.3.*` считается заброшенной...

The documentation in examles allow to used named placeholders in where clause like this: ``` // bind 'zim_val' to the :zim placeholder ->where('zim = :zim', ['zim' => 'zim_val']) ``` But...

The "Basic usage" example of Readline in official manual called [Hack book of Hoa\Console](https://hoa-project.net/En/Literature/Hack/Console.html) doesn't working as expected. Here's this example: ``` $rl = new Hoa\Console\Readline\Readline(); do { $line =...

bug
in progress
difficulty: medium

The bot loses connection sometimes and does nothing with it. In slack chat (web-)application slackbot user just become with gray circle (offline). But the script continues to run, need to...

help wanted

The native PHP FTP extension contains the `ftp_fget()` function, which allows you to download a file into any open stream. In some cases this is more preferable than into named...

feature request

Since it uses a path-separator in the first character of path as indicator of absoulte path, it doesn't works on Windows. This make this library not universal cross-platform solution for...

The following code works fine: ``` $file = new File('1'); var_dump($file->getRealPath()); ``` and if there is a file or directory named "1" in current directory it prints its full path,...

Привет! Прошу помощи в сборке и запуске данного проекта под Windows. Преодолев некоторые первичные трудности с подключением SFML и компиляцией проекта, игра компилируется, запускается, появляется меню. Но после нажатия на...

**Describe the bug** For some reason, `autoload.psr-4` section is generated wrong when used custom namespace. **To Reproduce** Here's the generating code: ``` $options = GeneratorOptions::instance(); $options->setOrigin('https://**********.com/test/wsdl/inventory2.0.0RC4/InventoryService.wsdl') ->setDestination(__DIR__ . '/../test-wsdl-driver') ->setSrcDirname('src')...

bug

This package (**chrisboulton/php-diff**) is abandoned and not supported for several years. There's 167 other packages that forked from this root repo, but they are ugly. Most of them doesn't contain...