On Tue, 2014-04-22 at 18:29 +0300, Lior Kaplan wrote: > Thanks for the patch, upstream approved it. > > > Looks good - could I suggest to make a pull request against the > > xdebug_2_2 branch on https://github.com/xdebug/xdebug please? I'll > roll > > it in the next release. > > > Do you want the honor or should I ?
Thanks, I'll leave it to you if you have time. Perhaps also mark the bug as forwarded-to and add tag(s) upstream/fixed-upstream/pending? > On Tue, Apr 22, 2014 at 12:06 PM, Svante Signell > <[email protected]> wrote: > Source: xdebug > Version: 2.2.4-1 > Severity: important > Tags: patch > User: [email protected] > Usertags: hurd > > Hi, > > Currently xdebug fails to build from source due to PATH_MAX > being used, > and that constant is not defined on GNU/Hurd. The attached > patch avoid > using PATH_MAX by allocating the string dfp with xdstrdup() > and free it > when not needed any longer. > > Thanks! > > > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

