Stepan Anchugov
Stepan Anchugov
Running several [`WebTestCase`](https://github.com/liip/LiipFunctionalTestBundle/blob/master/Test/WebTestCase.php) descendants leads to `UnexpectedValueException: RecursiveDirectoryIterator::__construct(...): failed to open dir: Too many open files`. Perhaps this is due to kernel not being reused correctly?
Several of the links were leading to `https://` which is not available at hydra-cg.com
Maybe we should add defaults for filename args, as previous behaviour is currently broken. UPD: Added default values for input/output filenames, previous behaviour is valid now.
## Чеклист - [X] Я поискал поиском по трекеру похожие проблемы, в том числе в закрытых Issues - [X] Баг стабильно воспроизводится и я знаю как это сделать ## Описание...
УРЛы профилей будут открываться независимо от регистра: `https://vas3k.club/user/vas3k/` откроет тот же профиль, что и `https://vas3k.club/user/Vas3k/` `slugify` регистронезависим, так что вроде ничего не должно сломаться. Fixes #886
Given this piece of code: ``` php /** * @Route(path="/i18n.{format}", name="front_js_i18n") * @Translation\Ignore */ public function i18nAction($format) { $result = array(); /** * @var $translator \Symfony\Bundle\FrameworkBundle\Translation\Translator */ $translator = $this->get('translator');...
Patch::apply() relies on `mb_substr()` being available, which is only the case when either the Symfony polyfill or `ext-mbstring` are installed. I've used https://github.com/thephpleague/climate/issues/109 as an example that fixes the same...
Here's the log output I get: ``` [2016-08-12 08:33:46] php.DEBUG: unpack(): Type C: not enough input, need 1, have 0 {"type":2,"file":"vendor/richsage/rms-push-notifications-bundle/RMS/PushNotificationsBundle/Service/OS/AppleNotification.php","line":260,"level":28928} ```
I see [a branch by @dbu](https://github.com/liip/LiipTranslationBundle/tree/symfony-3), however it doesn't really look like it's ready to use. Is the bundle still actively maintained, and is Symfony 3.x support planned? Or are...
Looks like the inspector does not take [imported `serialize`/`unserialize` functions](https://github.com/opis/closure/blob/4.3.1/src/functions.php#L96) into account. | Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 5.1.0...