Re: Memcache/d (Orig: Re: Composer segfault on multiple configurations)

2017-05-27 Thread Sky Diver
On Fri, May 26, 2017 at 12:11 AM, Richard H Lee wrote: > On 25/05/2017 08:50, Sky Diver wrote: > PHP 5.5.9, PHP 5.6.2 on Cygwin? > Were they even released on Cygwin? Sure did. Requires a bit of digging through the "cygwin time machine" archive but they are all there. >

Re: Mintty does not close after "exit" command

2017-05-25 Thread Sky Diver
On Wed, May 24, 2017 at 11:42 AM, Dani Moncayo wrote: > To reproduce the problem, just open the standard cygwin terminal (e.g. > by double-clicking the desktop icon), an then type the "exit" command > in the bash shell. > > I see a "logout" message for a fraction of a second, then the terminal >

Re: Composer segfault on multiple configurations

2017-05-25 Thread Sky Diver
On Mon, May 22, 2017 at 9:38 PM, Richard H Lee wrote: > Just in case Sky Diver or anyone else is interested in compiling php from > Cygports, here are some simple steps to do so. Thanks Richard, I may try this at some point, but am currently experiencing other instabilities. For some rea

Re: ANSI colors not showing by default

2017-05-22 Thread Sky Diver
On Mon, May 22, 2017 at 1:49 PM, Richard H Lee wrote: > It appears you needs to install the php-posix package to get termcap info. Wow Richard, another hit on the nail's head. Impressive. That did the trick. Thank you very much! -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: ANSI colors not showing by default

2017-05-21 Thread Sky Diver
On Sun, May 21, 2017 at 11:49 PM, Thomas Wolff wrote: > Hi, your symptom description is quite sparse... > > Am 21.05.2017 um 22:45 schrieb Sky Diver: >> >> Lately I noticed that colors are not showing by default in some >> situations. >> The most apparent case i

ANSI colors not showing by default

2017-05-21 Thread Sky Diver
Lately I noticed that colors are not showing by default in some situations. The most apparent case is when running composer. The latest composer version on "Bash on Ubuntu on Windows" console, and even when running it via a mintty shell looks just fine. But from cygwin the output is monochrome.

Re: setup-x86.exe default view

2017-05-19 Thread Sky Diver
On Thu, May 18, 2017 at 9:35 PM, Brian Inglis wrote: > You should always check Pending last, to see what will be installed > or upgraded, if there is anything you forgot, don't need, or don't > want upgraded, and the download sizes, if time, speed, or space are > concerns, or you just don't want a

Re: setup-x86.exe default view

2017-05-18 Thread Sky Diver
On Thu, May 18, 2017 at 8:34 PM, Ted To wrote: > Unfortunately it defaults to "Pending" and does not remember when I set it > to "Category." The next question is: If it did remember, where would that > be? I.e., what file do I edit to make it default to "Category"? FWIW, I was planning on

Re: Composer segfault on multiple configurations

2017-05-18 Thread Sky Diver
php.ini: pcre.jit=0 I assume this means it's off. On Thu, May 18, 2017 at 3:34 PM, Andrey Repin <anrdae...@yandex.ru> wrote: > Greetings, Sky Diver! > > Please don't top-post, and don't quote raw email addresses. > >> On Wed, May 17, 2017 at 11:24 PM, Richard H

Re: Composer segfault on multiple configurations

2017-05-18 Thread Sky Diver
idea when your fix will get released as an official cygwin PHP package? Thanks again. On Wed, May 17, 2017 at 11:24 PM, Richard H Lee <ricardohenry...@gmail.com> wrote: > On 17/05/2017 20:17, Sky Diver wrote: >> >> Running "composer install" with the following c

Composer segfault on multiple configurations

2017-05-17 Thread Sky Diver
Hi, Running "composer install" with the following composer.json ends up in a segmentation fault. -- START --- { "require": { "propel/propel": "~2.0@dev" }, "config": { "optimize-autoloader": true } } -- END - (*) Note: when

How to install PHP apcu extension?

2016-05-16 Thread Sky Diver
Hi, I can't seem to find an answer on google nor the cygwin mailing lists. I'd like to understand how could I add extensions, specifically - apcu, to the php module. Can someone help? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: ACL Hell

2015-07-23 Thread Sky Diver
. Disable UAC altogether (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA=0 in the registry) I use the first option at work and the second one at home. Cheers. On Fri, Jul 17, 2015 at 2:29 PM, Kurt Franke kurt-fra...@web.de wrote: Sky Diver skydivergm

Re: ACL Hell

2015-07-15 Thread Sky Diver
Hey Andrey, Are you running with superadmin credentials? Unlike Linux, Windows doesn't let regular users make symlinks. I'm using cygwin for years already. I didn't use to have this problem in the past. It's something relatively new, that became way more intense in the past few months where I

Re: ACL Hell

2015-07-15 Thread Sky Diver
? Thanks! On Wed, Jul 15, 2015 at 10:17 PM, Sky Diver skydive...@gmail.com wrote: Hey Andrey, Are you running with superadmin credentials? Unlike Linux, Windows doesn't let regular users make symlinks. I'm using cygwin for years already. I didn't use to have this problem in the past. It's

ACL Hell

2015-07-14 Thread Sky Diver
Hi, in the past several months or so, cygwin started giving me ACL pain in small surges which are gradually growing.. Here's a basic scenario that is slowly, but surely, driving me NUTZ: $ ln -s /cygdrive/c/tmp /tmp ln: failed to create symbolic link ‘/tmp’: Operation not permitted Some other