Ben Arwin
Ben Arwin
This way it's not subject to stdout maxBuffer restrictions that come with exec. Fixes issue #6
I'm trying to run some git commands using git-wrapper that generate more than 200k of output. They are hitting the maxBuffer limit of 200k from child_process.exec and throwing an exception...
Hi, I've discovered a small but potentially confusing remnant from when myUser extended sfFacebookUser. In modules/sfFacebookConnectDemo/templates/indexSuccess.php, there still remain two lines where $sf_user->getCurrentFacebookUid() is called. However, since myUser no longer...