Re: Can anyone recommend a good debugger & IDE for PHP? [message #170052 is a reply to message #170051] |
Thu, 07 October 2010 18:15 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 10/7/2010 11:58 AM, Marious Barrier wrote:
> On 09/26/2010 09:46 AM, Jerry Stuckle wrote:
>> On 9/25/2010 5:06 PM, Marious Barrier wrote:
>>> On 09/22/2010 06:09 PM, Michael wrote:
>>>> Looking for the equivalent of MS Visual Studio for PHP. Thanks.
>>>
>>> tail -f apache-error-log
>>> and you will see everything you need to know to debug your scripts.
>>
>> Not likely.
>
> For a newbie, absolutely not.
>
First, it assumes the op is running Apache. Many are not.
Second, it assumes PHP errors are being written to the Apache error log.
A sysadmin who knows his stuff will not mix application and server
errors in the same log.
Third, it assumes the user has access to the apache error log. This is
not true on the vast majority of hosts, for security reasons.
Fourth, it assumes the PHP error messages will tell the user everything
they need to know. This is not the case - as is evinced by a lot of
messages in this newsgroup asking what a particular error message means.
Only a newbie would make such a claim.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|