Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2017 14:02:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223867] Code analyer for PHP to give you informations about the php modules and they depending classes, constants and functions you need to run your project.
Message-ID:  <bug-223867-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223867

            Bug ID: 223867
           Summary: Code analyer for PHP to give you informations about
                    the php modules and they depending classes, constants
                    and functions you need to run your project.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: freebsd@felix.flornet.de
                CC: freebsd@felix.flornet.de, tz@freebsd.org

this software analyzes all files of your project and collect all php classe=
s,
functions
and constants found in your project. for the collection of classes, functio=
ns
and constants it determined
all modules of php needed to be installed on the webserver for your project.

to display the result of the analyze you can choose different ways. one way=
 is
to display an output on your
command line. but what do you do if you don't have a command line access on=
 the
server you want to test?
then you use the testfile generator of aphpbreakdown! it generates a testfi=
le
you can upload to the webserver,
or sent it to you customer to upload it, and run it very simple in the brow=
ser.

to perform a output in the browser which is optimally to your needs, you can
choose from two templates.
the "basic" template gives you the most common informations you need: are a=
ll
needed modules installed or not.
if some of them are not installed, it list you the ones which not. on the o=
ther
hand you will find the
"advanced" template. these gives you the same informations like the basic o=
ne
plus a list of all
functions, classes and constants which are missing definitions.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223867-13>