Jean-Baptiste Nahan

Results 87 comments of Jean-Baptiste Nahan

I used this bundle for read the ldap and oauth user. I have replaced this bundle by symfony/ldap component. The part of code what do you write for read a...

I have this error when I click on "config..." button: ``` Error: unknown command "config--config" for "rclone" Run 'rclone --help' for usage. 2017/08/24 09:19:04 Fatal error: unknown command "config--config" for...

Mac OS X 10.10.5. Installed via brew. Yes, I have set an custom config location and yes, I have set by the preferences dialog. Sorry.

Hi @pocky, Thanks for you report. When you use Rymfony into Doker container, the CA sertificate installation is not needed. The installation is neede on development computer to accept the...

The function call is: ```php $result = $action($serviceId->serviceId(), $serviceId->machine()); ``` `$action` contains the name of function does be call. Source: https://github.com/win32service/service-library/blob/master/lib/Service/ServiceStateManager.php#L89

If I replace the line with a switch case, the mock work finely: ```php //$result = $action($serviceId->serviceId(), $serviceId->machine()); switch ($action) { case 'win32_start_service': $result = win32_start_service($serviceId->serviceId(), $serviceId->machine()); break; case 'win32_stop_service':...

I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site. You can download the DLLs on the extension page: https://phpext.phptools.online/extension/php/pcov-257 If...

I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site. You can download the DLLs on the extension page: https://phpext.phptools.online/extension/php/uopz-231 If...