Questions tagged [inclued]

The inclued PHP extension reports which, and where, files are included in a PHP application.

The PHP extension inclued (inclusion hierarchy viewer) traces through and dumps the hierarchy of file inclusions and class inheritance at runtime.

The files may have been included using include, include_once, require, or require_once. Class inheritance dependencies are also reported.

5 questions
17
votes
5 answers

Efficiently gathering information about the inner workings of a new PHP project. Tools? Techniques? Scripts?

I am soon to join a PHP project that has been developed over the course of several years. It's going to be huge, sparsely documented, many files, piles of code, no consitent quality level is to be expected. How would you go about gathering as much…
Raffael
  • 19,547
  • 15
  • 82
  • 160
1
vote
1 answer

How to use inclued? (inclued_get_data())

My first question is this. I thought the inclued tool would be useful to generate a file which contains information about how php-files are connected through include- and require-statements and it would especially be able to collect the necessary…
Raffael
  • 19,547
  • 15
  • 82
  • 160
1
vote
1 answer

Using inclued php pecl extension

I'm currently trying to level up on my PHP debugging skills and as part of that I'm trying to learn several new tools. One of them is inclued. The extension seemingly works fine (no startup error, shows up in phpinfo, generates dump files), but it…
nikc.org
  • 16,462
  • 6
  • 50
  • 83
0
votes
1 answer

PHP pecl inclued: How to compile and install very latest version

The installible versions of the pecl extension 'inclued' apparently are incompatible with the latest versions of PHP (I'm using 5.5.9). A bug report has been filed and a fix with updated sources noted. Through svn, I have downloaded the updated…
James John McGuire 'Jahmic'
  • 11,728
  • 11
  • 67
  • 78
0
votes
2 answers

How to connect 404 page with php page loading script

My Hompeage is loading the sites with this script: Does anybody of you have an idea, how to connect a 404…
JSt
  • 799
  • 2
  • 10
  • 21