Re: [PHP-DEV] feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Rene Veerman
Thank you. I'm not insisting it become the default, just thought it'd be handy.. As for the RFC, i'll do it after a nice long nap OK :) I dont know anything about the internals of PHP, i'm a PHP + HTML developer exclusively, but i'll try to give you some implementation suggestions in what i can

[PHP-DEV] Re: feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Rene Veerman
-- Forwarded message -- From: Rene Veerman Date: Sun, Aug 28, 2016 at 6:55 AM Subject: announcing public release of jsonViewer and saJSON To: php-gene...@lists.php.net, Internals i'm gonna re-opensource these in the

[PHP-DEV] announcing public release of jsonViewer and saJSON

2016-08-27 Thread Rene Veerman
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..? :)

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Joshua Kehn
On 27 Aug 2016, at 21:42, Rene Veerman wrote: i did notice the -jk (meaning u were joking).. but i really dont appreciate trolling on subjects as fundamental (and to me at least; important), ok.. “JK” is my initials. I was not joking. However, your obvious failure to understand domain

Re: [PHP-DEV] feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Kalle Sommer Nielsen
Hi 2016-08-28 5:07 GMT+02:00 Rene Veerman : > > 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

Re: [PHP-DEV] Re: feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Marco Pivetta
Are you looking for https://filp.github.io/whoops/ ? On 28 Aug 2016 5:29 a.m., "Rene Veerman" wrote: > eh oops, this would've maybe been easier, and allows me to update these > sources in the future if and when needed.. > >

[PHP-DEV] Re: feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Rene Veerman
eh oops, this would've maybe been easier, and allows me to update these sources in the future if and when needed.. https://github.com/seductiveapps/webappObfuscator/blob/master/webappObfuscator-1.0.0/functions__basicErrorHandling.php

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread German Geek
Another thing sort of related to consider is HTTP2. Instead of concatenating all scripts to one, it seems to be a much better and performant solution. See https://youtu.be/G62aCRIlONU . On Sun, 28 Aug 2016 at 14:57 Rene Veerman < rene.veerman.netherla...@gmail.com> wrote: > noted, and sorry

[PHP-DEV] Re: feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Rene Veerman
all are donated to public domain : __FILE__==='functions__internalErrorHandling.php'; 0) ob_end_flush(); ob_start(); var_dump ($errMsgOrArray); $errMsg = ob_get_clean(); } else if ( is_string($errMsgOrArray) || is_int($errMsgOrArray) || is_float($errMsgOrArray) ) { $errMsg = '' . $errMsgOrArray;

[PHP-DEV] Re: feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Rene Veerman
nothing's better than cut-n-pasting, i knooow :) so in the next few messages i'll include my own PHP handlers.. it's 4 files, which i'll just post as ordinary text.. dunno and dont wanna test if attaching works to the entire list architecture (web caches and stuff).. On Sun, Aug 28, 2016 at 5:07

[PHP-DEV] feature-request : html + css logging in apache logs (example for the rest of the unix community too)

2016-08-27 Thread Rene Veerman
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

Re: [PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
noted, and sorry about confusing it, but can we rest this discussion here? i dont wanna clog up the thread any further.. On Sun, Aug 28, 2016 at 3:52 AM, Kalle Sommer Nielsen wrote: > 2016-08-28 3:42 GMT+02:00 Rene Veerman >: > > i did notice

Re: [PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Kalle Sommer Nielsen
2016-08-28 3:42 GMT+02:00 Rene Veerman : > i did notice the -jk (meaning u were joking).. but i really dont appreciate > trolling on subjects as fundamental (and to me at least; important), ok.. "JK" is his initials, "Joshua Kehn". Please be careful when

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
i did notice the -jk (meaning u were joking).. but i really dont appreciate trolling on subjects as fundamental (and to me at least; important), ok.. On Sun, Aug 28, 2016 at 3:37 AM, Joshua Kehn wrote: > On 27 Aug 2016, at 21:26, Rene Veerman wrote: > > From: Ashley

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
with all due respect, you sound like you don't know what you're talking about ok.. i rest my case at the arguments i presented, confident it'll convince the internals team (which is what this is *about*, ok).. On Sun, Aug 28, 2016 at 3:37 AM, Joshua Kehn wrote: > On 27 Aug

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
fiiine, i dont wanna get booted off the list.. ;) yea, with the long var names i use and the obfuscator knocking that down to 3 letter each.. should be sweet :) i'll probably continue on wednesday, when i've installed my new SSD.. right now runtime for obfuscation of what needs to work (my own

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Joshua Kehn
On 27 Aug 2016, at 21:26, Rene Veerman wrote: From: Ashley Sheridan Date: Sun, Aug 28, 2016 at 3:03 AM Subject: Re: [PHP] feature request : gzip caching To: Rene Veerman Please don't top-post. Nginx was probably suggested as a

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Joshua Kehn
On 27 Aug 2016, at 20:50, Rene Veerman wrote: 500Kb of the JS is my framework (which does a lot, you can see it when the new encryption is done..).. another 500Kb is things like the full sourcecode for jQuery.. so thanks, i'll use the minified jQuery in the next update.. :) Lugging around

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Aziz Saleh
On Sat, Aug 27, 2016 at 9:26 PM, Rene Veerman < rene.veerman.netherla...@gmail.com> wrote: > -- Forwarded message -- > From: Ashley Sheridan > Date: Sun, Aug 28, 2016 at 3:03 AM > Subject: Re: [PHP] feature request : gzip caching > To: Rene Veerman

[PHP-DEV] Fwd: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
-- Forwarded message -- From: Ashley Sheridan Date: Sun, Aug 28, 2016 at 3:03 AM Subject: Re: [PHP] feature request : gzip caching To: Rene Veerman Please don't top-post. Nginx was probably suggested as a

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
500Kb of the JS is my framework (which does a lot, you can see it when the new encryption is done..).. another 500Kb is things like the full sourcecode for jQuery.. so thanks, i'll use the minified jQuery in the next update.. :) On Sun, Aug 28, 2016 at 2:45 AM, Aziz Saleh

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Aziz Saleh
On Sat, Aug 27, 2016 at 8:37 PM, Ashley Sheridan wrote: > > > On 28 August 2016 01:31:50 BST, Rene Veerman gmail.com> wrote: > >On Sat, Aug 27, 2016 at 9:36 PM, Joshua Kehn > >wrote: > > > >> Apache handles gzipping

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Ashley Sheridan
On 28 August 2016 01:31:50 BST, Rene Veerman wrote: >On Sat, Aug 27, 2016 at 9:36 PM, Joshua Kehn >wrote: > >> Apache handles gzipping just fine. http://httpd.apache.org/ >> docs/current/mod/mod_deflate.html >> >> and my PHP handles

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
On Sat, Aug 27, 2016 at 9:36 PM, Joshua Kehn wrote: > Apache handles gzipping just fine. http://httpd.apache.org/ > docs/current/mod/mod_deflate.html > > and my PHP handles static file serving only when needed, when evaluating > content and js for specific URLs > > > I'm not

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Joshua Kehn
Apache handles gzipping just fine. http://httpd.apache.org/docs/current/mod/mod_deflate.html > and my PHP handles static file serving only when needed, when evaluating > content and js for specific URLs I'm not sure why that would be required. Why doesn't the HTML reference the assets

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
yea ok.. "something upstream".. is that nginx easy to stack above / next to / under apache2? i'm really used to apache2.. and for noobish developers it might be very convenient to add this to php readfile() afterall.. and my PHP handles static file serving only when needed, when evaluating

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Joshua Kehn
Why is PHP handling static file serving? This is squarely outside of it's domain. Have nginx or something upstream handle gzipping content. --jk > On Aug 27, 2016, at 1:22 PM, Rene Veerman > wrote: > > eh no, i'm a big fan of caching output in js / json

[PHP-DEV] Re: [PHP-CVS] com php-src: Fix #65550: get_browser() incorrectlyparsers entries with "+" sign: NEWS ext/standard/browscap.c ext/standard/tests/misc/bug65550.phpt

2016-08-27 Thread Christoph M. Becker
On 27.08.2016 at 02:56, Kalle Sommer Nielsen wrote: > 2016-08-27 1:12 GMT+02:00 Christoph Michael Becker : >> Fix #65550: get_browser() incorrectly parsers entries with "+" sign > > I was wondering about get_browser() and its potential userbase, and if > it was time to maybe

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Rene Veerman
eh no, i'm a big fan of caching output in js / json cache files :) but those still need to get gzipped... not just my main JS file, also my photoalbum contents -> another 1Mb of JSON content... On Sat, Aug 27, 2016 at 7:19 PM, Ashley Sheridan wrote: > > > On 27 August

[PHP-DEV] Re: [PHP] feature request : gzip caching

2016-08-27 Thread Ashley Sheridan
On 27 August 2016 17:52:48 BST, Rene Veerman wrote: >Hi.. > >First off, i love PHP. Many thanks for keeping it free too. > >However, i've noticed that gzipping the 1Mb of javascript that my >seductiveapps.com needs, takes a relatively long time (measured

Re: [PHP-DEV] feature request : gzip caching

2016-08-27 Thread Rene Veerman
i'm working on comprehensive caching (and true obfuscation) with PHP for HTML, CSS, JS and JSON.. it's nearly done, and i've always served my javascript as a concatenated file.. i have well over 20 different sourcefiles you know.. takes too long with the http overhead for them to be in seperate

[PHP-DEV] Re: feature request : gzip caching

2016-08-27 Thread Rene Veerman
ideally this would be an extension to readfile, add a USE_GZIP optional flags parameter to the readfile() request... On Sat, Aug 27, 2016 at 6:52 PM, Rene Veerman < rene.veerman.netherla...@gmail.com> wrote: > Hi.. > > First off, i love PHP. Many thanks for keeping it free too. > > However, i've

[PHP-DEV] feature request : gzip caching

2016-08-27 Thread Rene Veerman
Hi.. First off, i love PHP. Many thanks for keeping it free too. However, i've noticed that gzipping the 1Mb of javascript that my seductiveapps.com needs, takes a relatively long time (measured over a total page load time which i'd like to bring down from it's current 10 seconds, about a second

Re: [PHP-DEV] Reverting "Too Few Arguments Exception" RFC

2016-08-27 Thread Davey Shafik
FTR, I've created a second PR, without the changes to the array functions: https://github.com/php/php-src/pull/2100 This way we can go either way. - Davey On Sat, Aug 27, 2016 at 1:57 AM, Christoph M. Becker wrote: > On 26.08.2016 at 16:48, Levi Morrison wrote: > > > On