Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:325718 php.internals:95489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32207 invoked from network); 28 Aug 2016 04:55:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2016 04:55:36 -0000 Authentication-Results: pb1.pair.com header.from=rene.veerman.netherlands@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rene.veerman.netherlands@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: rene.veerman.netherlands@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-qk0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:36778] helo=mail-qk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/2D-34481-6CE62C75 for ; Sun, 28 Aug 2016 00:55:34 -0400 Received: by mail-qk0-f170.google.com with SMTP id l2so111755911qkf.3; Sat, 27 Aug 2016 21:55:34 -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=ILtF/WJ9n6nnZor+1tNjV5Gjx6qxBq0jTXV30od9vWQ=; b=v1gzL39Wu7BIrcIS+SUD15uzX3LTEQ5APbaKuv/MM8zN27rAANro/et2Q6ydivXyRa geJ2zWYPsrNsMymDBhwLjEK7nth7rEH/0nJtcG6TZg0iExEe//bqIFXt71IF7Lyh0j/D YrvCk9MWxw3cnmB9NFhQ+oG6AeRwbVdhyv8C8fsZnvcTk7ExCeeXX4rUU65I53bJ7Bwd Jfj7/jGexbRAgFTs147kisdAtAX5AHSO7rhuJHoutAZuMYQ27H1QVZ4SIaqdpIjsBFPF Eh78PFa0nmzACOsd9vrUQPUXh/0DPrrkrxJYWczgHfC4unwGQQIBBUf+iIlBvgfxXdSA FQ0A== 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=ILtF/WJ9n6nnZor+1tNjV5Gjx6qxBq0jTXV30od9vWQ=; b=AhXaPffgNuSyLT9U0YDndP8MzvAyiV6PfoQpXm35Jql0tcR3Uu7ciAUQxkOvVRiWv6 FA+8Oy8wf2mBsf74+YLgO0scL0YNR1rVFib7wIpWdkV1jhh6v8TxWXjkqlVeiOl7lWEZ jJSMbd/VfozBMtNJWiRoEfeuQUAMY2acylkA7NDnFhF2j2NXTByAMZRdjJgEWwz5DCqN uvJbZyVJ1zeGXeLtLxfdi33FnQFb2YZWrQfAQM+T84R/b/G8XaFM9wB+Dubuoo70ehRO SPAKP5NPXDBb69KN353azbt0PfZ/jtYQK1L1lO+ZQHs9Yd4keaXCadTSue+CnXb6s2Ra iA7A== X-Gm-Message-State: AE9vXwNci9mLKOqyXL9X97+z91bINGndw3BcLaIdWp92zFN3aklKIeAEBjaDs0PpAVpF/nUt6c0tWf5poV0v4A== X-Received: by 10.55.31.41 with SMTP id f41mr11989961qkf.249.1472360131230; Sat, 27 Aug 2016 21:55:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.52.68 with HTTP; Sat, 27 Aug 2016 21:55:10 -0700 (PDT) Date: Sun, 28 Aug 2016 06:55:10 +0200 Message-ID: To: php-general@lists.php.net, Internals Content-Type: multipart/alternative; boundary=001a1147e2689a82e3053b1a8edb Subject: announcing public release of jsonViewer and saJSON From: rene.veerman.netherlands@gmail.com (Rene Veerman) --001a1147e2689a82e3053b1a8edb Content-Type: text/plain; charset=UTF-8 i'm gonna re-opensource these in the future anyhow for that update to the PHP error handling, so i thought it would be nice to release what i got now (should work, may need a tiny bit of work by you).. perhaps *you* can include it in the following package{3}? nice challenge perhaps..? :) https://github.com/seductiveapps/webappObfuscator/blob/master/ webappObfuscator-1.0.0/functions__basicErrorHandling.php https://github.com/seductiveapps/webappObfuscator/blob/master/ webappObfuscator-1.0.0/1.0.0/functions.php https://github.com/seductiveapps/webappObfuscator/blob/master/ webappObfuscator-1.0.0/functions__internalErrorHandling.php light background css : https://github.com/seductiveapps/ webappObfuscator/blob/master/webappObfuscator-1.0.0/ webappObfuscator-1.0.0__ajax.css dark background css : https://github.com/seductiveapps/ webappObfuscator/blob/master/webappObfuscator-1.0.0/ webappObfuscator-1.0.0.css jsonViewer provides : - a pure-PHP encoder for JSON that can handle JSON in the range of at least 100MB to maybe 1GB or more (provided you provide enough RAM ofcourse) - JS that outputs HTML that actually can view such large arrays, tested with sample JSON file[1] of 100MB in 2013 - runs in all browsers, smartphones iPhone6+ and Android 4.2+ too - initially fully-collapsed view of your data showing just the root keys - ability to open keys by clicking on them, or up to the required depth (opening-links for all up to the max depth too) - pretty colors, auto-generated from easy templates ( https://github.com/seductiveapps/saColorGradients) - a bunch of other convenient and if i may say so myself, technically impressive features URLs https://github.com/seductiveapps/jsonViewer which requires https://github.com/seductiveapps/saColorGradients and https://github.com/seductiveapps/saJSON NOTES see also my feature request to internals@lists.php.org, included here: from my master todo file at https://github.com/seductiveapps/folderDB/blob/master/todo.platform.txt ; {3} ---------- Forwarded message ---------- From: Rene Veerman Date: Sun, Aug 28, 2016 at 5:07 AM Subject: feature-request : html + css logging in apache logs (example for the rest of the unix community too) To: php-general@lists.php.net, internals@lists.php.net 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.. --001a1147e2689a82e3053b1a8edb--