Re: [PHP] chown function

2005-10-14 Thread Daniele Palumbo
Alle 17:25, giovedì 13 ottobre 2005, John Nichel ha scritto: nobody:nobody. nobody:nonexistant (random number abs() really high), at least for apache2. my personal suggestion is: - chown all files (avoid suid) and dir root - chgrp apache all files and dir - chmod 750 all dir, 640 all files -

[PHP] how to know referral function

2005-07-27 Thread Daniele Palumbo
hi. i have a p_debug(), that print out some useful information (for me). it is called by a lot of my functions, and i want to know which one is generating the error. the referral function :) no, i don't want to write in all call to p_debug some information on running function... thanks