Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:325710 php.internals:95481 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96865 invoked from network); 28 Aug 2016 03:08:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2016 03:08:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=rene.veerman.netherlands@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rene.veerman.netherlands@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) X-PHP-List-Original-Sender: rene.veerman.netherlands@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qt0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:36506] helo=mail-qt0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/A5-34481-E9552C75 for ; Sat, 27 Aug 2016 23:08:14 -0400 Received: by mail-qt0-f171.google.com with SMTP id 52so54844344qtq.3; Sat, 27 Aug 2016 20:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=7rP5BvvX1J7sYu93oIUR6nmmA4dtenjHDftacnfG04Q=; b=J/3IBAbT58u/9Zn8iS0usQgPN2UAbNykcBjlHN26nr7StCgvReGfaYHE7PTP4G3xor 0LTbw6rPyNys5fN3fnvj2GvESua3MxZfyZzqII0bywNX33Nuow0Twsi2lnekPg5QsYVz mA57i0VmhTJBW6VF73I4cAr7RMzr0u89/ShohCuqrZxyrw21wYIAWYYO5pRSJjY+Tc99 4YfjxERF2VR3dIKBowdfBw95SbOjvFnFRg8PyhoyKC5C/61wpxfOAZKOSDXr2FKVoQdM FYMV8/MM6Ikcdlt4olSROfjLQFktJUZBJ/LjmAFBiuxYrOtDXUmdF8DEcKgfmhdXMwPF oK/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7rP5BvvX1J7sYu93oIUR6nmmA4dtenjHDftacnfG04Q=; b=K/Auf2OXtuIUy99gy+Kz5ivlVO/DdEn3+FuhCzuxXuOO/yrV4kV9YcdgfuJ9IA2Q0C cZjwkw94kOAWPH+DIBNZgM70B8rRrjtDag3Mf5qkblaaegJWPpVHXMuUcq6pZzJXu4x+ f+F8jhyTua9HAj2Cwob+/FM2/P+h8wfj215v76ViUSYwOwkV5pHCdvYThFJwzCm8BJHA ApQmdDM9+sO8L7r/kdj7cRs4JOzi5NrRzQaLwfD+b/MUysy8njBB37yJLpw+WCkzCVim zu4oCAuyCgMjWJtogrpS2J9yXNPY86OoPlPMzIfeJe4KN0nx8o6YP8VIqGa0dTURp+mH EC5A== X-Gm-Message-State: AE9vXwODfznxgh6sdsMBlVv8Tjkt4mcrKTPmH/mYbWaW5OCNDQIDq89aHN04pbnrL6e1hhROO+RFT0rlVp1GQw== X-Received: by 10.200.46.122 with SMTP id s55mr11809930qta.80.1472353691026; Sat, 27 Aug 2016 20:08:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.52.68 with HTTP; Sat, 27 Aug 2016 20:07:50 -0700 (PDT) Date: Sun, 28 Aug 2016 05:07:50 +0200 Message-ID: To: php-general@lists.php.net, internals@lists.php.net Content-Type: multipart/alternative; boundary=001a113d67dabcc8f0053b190eda Subject: feature-request : html + css logging in apache logs (example for the rest of the unix community too) From: rene.veerman.netherlands@gmail.com (Rene Veerman) --001a113d67dabcc8f0053b190eda Content-Type: text/plain; charset=UTF-8 Hi. Once again, thanks for keeping PHP free to use and so widely and easily installed.. I have another feature request (sent earlier tonight).. I quite often, much more than i like, *need* a stacktrace and *proper* variable listings for each function called in PHP when it barfs out nothing more than an apache error log entry.. And can we please show such entries in the browser *as well as the apache log*? Or if nothing else, *just* in the browser? Rather than going "all the way" and making variable contents (which can grow quite large) collapsable and shit *right away*, you could simply add the right and

class="" names and supply a CSS file. I use it in all error handling that does make it to set_error_handler(myHandler), and that really is what makes things like my obfuscator (also posted about to the php-general@lists.php.net earlier tonight) possible. And taking things that far allows guys like me to provide you with a collapsable large-JSON-decoding viewer addon for such logfiles later (rest assured that that'll get done once you do this for me).. i call it jsonViewer and i should have it back up at http://seductiveapps.com/tools/json (or /jsonViewer) once the obfuscator is fully done in a few weeks, at most.. if you want me to build (and opensource) things like that true-obfuscator and my JSON scalable database architecture using just apache2+ and php5+, it would really cut my development time in more than half if you could add "all of this" (it's deadsimple and a few hours work imo) to the next versions of PHP (and please make it the default, you can include sample CSS or read in a CSS file that you set in php.ini (comment on how to do this in the logfile html please)).. see https://github.com/seductiveapps/folderDB/blob/master/todo.platform.txt for all relevant updates concerning these developments mentioned here.. Thanks in advance for considering and likely adopting the 2 small changes i need in the next versions of PHP.. I run ubuntu btw.. I'll be checking the php.net pages for your future updates.. If anyone can gimme a duration-to-completion for each of my requests of tonight, that'd be awesome. I'll take a "wild guess", or any serious objections that i might be able to sway out of the way.. --001a113d67dabcc8f0053b190eda--