From owner-freebsd-ports-bugs@freebsd.org Sat Nov 25 14:02:51 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 006F7DE67C2 for ; Sat, 25 Nov 2017 14:02:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E05431EEE for ; Sat, 25 Nov 2017 14:02:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAPE2oeB095111 for ; Sat, 25 Nov 2017 14:02:50 GMT (envelope-from bugzilla-noreply@freebsd.org) 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. Date: Sat, 25 Nov 2017 14:02:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd@felix.flornet.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 14:02:51 -0000 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.=