lxr.php.net is coming soon.... finally....

php.internals

Yasuo Ohgaki

9 years ago
Hi all, LXR is very useful, but the site is down for a long time. http://lxr.php.net/ Is this going to be fixed or it will be gone forever? Regards,
-- Yasuo Ohgaki yohgaki@ohgaki.net

Christoph Becker

9 years ago
On 15.10.2016 at 01:10, Yasuo Ohgaki wrote:
> Hi all, > > LXR is very useful, but the site is down for a long time. > > http://lxr.php.net/ > > Is this going to be fixed or it will be gone forever?
See <https://bugs.php.net/bug.php?id=72396>. It appears Dan could need some help there. :-)
-- Christoph M. Becker

Ferenc Kovacs

9 years ago
On Sat, Oct 15, 2016 at 12:36 PM, Christoph M. Becker <cmbecker69@gmx.de> wrote:
> On 15.10.2016 at 01:10, Yasuo Ohgaki wrote: > > > Hi all, > > > > LXR is very useful, but the site is down for a long time. > > > > http://lxr.php.net/ > > > > Is this going to be fixed or it will be gone forever? > > See <https://bugs.php.net/bug.php?id=72396>. It appears Dan could need > some help there. :-) > > -- > Christoph M. Becker > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
hi, I've got access to the new box and promised to set up opengrok but did not had the time to do it yet.
-- Ferenc Kovács @Tyr43l - http://tyrael.hu

Joe Watkins

9 years ago
Morning Ferenc, I would love lxr back, Adam has a setup in the mean time, but I'm sure he would not like everyone using it. More words of encouragement here ... Cheers Joe On Sat, Oct 15, 2016 at 3:49 PM, Ferenc Kovacs <tyra3l@gmail.com> wrote:

Ferenc Kovacs

9 years ago
2016. okt. 17. 13:49 ezt írta ("Joe Watkins" <pthreads@pthreads.org>):
> > Morning Ferenc, > > I would love lxr back, Adam has a setup in the mean time, but I'm
sure he would not like everyone using it.
> > More words of encouragement here ... > > Cheers > Joe > > On Sat, Oct 15, 2016 at 3:49 PM, Ferenc Kovacs <tyra3l@gmail.com> wrote: >> >> On Sat, Oct 15, 2016 at 12:36 PM, Christoph M. Becker <cmbecker69@gmx.de> >> wrote: >> >> > On 15.10.2016 at 01:10, Yasuo Ohgaki wrote: >> > >> > > Hi all, >> > > >> > > LXR is very useful, but the site is down for a long time. >> > > >> > > http://lxr.php.net/ >> > > >> > > Is this going to be fixed or it will be gone forever? >> > >> > See <https://bugs.php.net/bug.php?id=72396>. It appears Dan could need >> > some help there. :-) >> > >> > -- >> > Christoph M. Becker >> > >> > >> > -- >> > PHP Internals - PHP Runtime Development Mailing List >> > To unsubscribe, visit: http://www.php.net/unsub.php >> > >> > >> hi, >> >> I've got access to the new box and promised to set up opengrok but did
not
>> had the time to do it yet. >> >> -- >> Ferenc Kovács >> @Tyr43l - http://tyrael.hu > >
hi, the initial setup is done, let me know what did I miss.

Yasuo Ohgaki

9 years ago
On Tue, Oct 18, 2016 at 4:07 PM, Ferenc Kovacs <tyra3l@gmail.com> wrote:
> hi, > the initial setup is done, let me know what did I miss.
Thank you!
-- Yasuo Ohgaki yohgaki@ohgaki.net

Joe Watkins

9 years ago
Morning Ferenc, Thanks for taking the time to do that, mucho appreciated(o). PECL extensions are missing. We used to have hhvm, and other implementations too ... at least hhvm is nice for reference, not bothered about the others. I think that's all ... Cheers Joe On Tue, Oct 18, 2016 at 8:07 AM, Ferenc Kovacs <tyra3l@gmail.com> wrote:

Christoph Becker

9 years ago
On 18.10.2016 at 09:07, Ferenc Kovacs wrote:
> the initial setup is done, let me know what did I miss.
Thanks, Ferenc. It seems that the navigation to symbols in another file is broken. Consider, for instance, <http://lxr.php.net/xref/PHP-MASTER/ext/gd/gd.c#1269>. Clicking on php_info_print_table_row gives | Error: File not found! | | The requested resource is not available That also happens for all other identifiers located in other files that I tried. Don't know what's wrong there.
-- Christoph M. Becker

Rowan Collins

9 years ago
On 18/10/2016 11:43, Christoph M. Becker wrote:
> On 18.10.2016 at 09:07, Ferenc Kovacs wrote: > >> the initial setup is done, let me know what did I miss. > Thanks, Ferenc. It seems that the navigation to symbols in another file > is broken. Consider, for instance, > <http://lxr.php.net/xref/PHP-MASTER/ext/gd/gd.c#1269>. Clicking on > php_info_print_table_row gives > > | Error: File not found! > | > | The requested resource is not available > > That also happens for all other identifiers located in other files that > I tried. Don't know what's wrong there. >
Looks like it's generating slightly the wrong link for some reason: it goes to http://lxr.php.net/source/s?defs=php_info_print_table_row&project=PHP-MASTER but the "/source" segment shouldn't be there. It works if you remove it: http://lxr.php.net/s?defs=php_info_print_table_row&project=PHP-MASTER My guess would be something to do with rewrite rules, and the "source" directory exists on disk but isn't supposed to be part of the URL. Regards,
-- Rowan Collins [IMSoP]

Ferenc Kovacs

9 years ago
On Tue, Oct 18, 2016 at 9:14 PM, Rowan Collins <rowan.collins@gmail.com> wrote:
> On 18/10/2016 11:43, Christoph M. Becker wrote: > >> On 18.10.2016 at 09:07, Ferenc Kovacs wrote: >> >> the initial setup is done, let me know what did I miss. >>> >> Thanks, Ferenc. It seems that the navigation to symbols in another file >> is broken. Consider, for instance, >> <http://lxr.php.net/xref/PHP-MASTER/ext/gd/gd.c#1269>. Clicking on >> php_info_print_table_row gives >> >> | Error: File not found! >> | >> | The requested resource is not available >> >> That also happens for all other identifiers located in other files that >> I tried. Don't know what's wrong there. >> >> > Looks like it's generating slightly the wrong link for some reason: it > goes to http://lxr.php.net/source/s?defs=php_info_print_table_row&pr > oject=PHP-MASTER but the "/source" segment shouldn't be there. It works > if you remove it: http://lxr.php.net/s?defs=php_ > info_print_table_row&project=PHP-MASTER > > My guess would be something to do with rewrite rules, and the "source" > directory exists on disk but isn't supposed to be part of the URL. >
hi, yeah, on Tomcat the opengrok app is called source, I've the changed the settings so now that it works both with and without /source in the url.
-- Ferenc Kovács @Tyr43l - http://tyrael.hu

Christoph Becker

9 years ago
On 19.10.2016 at 00:07, Ferenc Kovacs wrote:
> On Tue, Oct 18, 2016 at 9:14 PM, Rowan Collins <rowan.collins@gmail.com> > wrote: > >> Looks like it's generating slightly the wrong link for some reason: it >> goes to http://lxr.php.net/source/s?defs=php_info_print_table_row&pr >> oject=PHP-MASTER but the "/source" segment shouldn't be there. It works >> if you remove it: http://lxr.php.net/s?defs=php_ >> info_print_table_row&project=PHP-MASTER >> >> My guess would be something to do with rewrite rules, and the "source" >> directory exists on disk but isn't supposed to be part of the URL. > > hi, yeah, on Tomcat the opengrok app is called source, I've the changed the > settings so now that it works both with and without /source in the url.
Works fine now. Thank you very much!
-- Christoph M. Becker