Christopher Pereira

Results 58 issues of Christopher Pereira

Hi, I'm using crowbar_1.0.0. Works like a charm, but tunnels use to hang after a long time. Is there some kind of keepalive and reconnection implemented in this version?

Nice job! One important metric developers need to measure their web app/site performance is TS (time served) vs time. You usually want to see when there are performance issues causing...

enhancement
html report

Latest PeachPie version throws: ``` System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Posix.NETStandard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. File name: 'Mono.Posix.NETStandard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' at Pchp.Library.Streams.FileStreamWrapper.Stat(String root,...

This asserts fail when working with WebAssemblies: ```

include("test.php") is not processing the PHP tags when "test.php" was not compiled into an assembly. The PHP source code is dumped as is. We are testing latest peachpie version. Use...

feature

It would be nice to have openssl_sign() support.

**Peachpie:** ``` $chr = chr(225); // 'á' in Latin1 $arr = [$chr => "dummy"]; $key = key($arr); // Should be $chr = chr(225) assert(base64_encode($key) == base64_encode($chr)); //

(Context: src/plugins/jqplot.cursor.js) We can reset-zoom (to original view), but there is no option to zoom-out or to zoom-back to the previous view. Is there any JS snippet to zoom-out or...

I tested a clean git clone, compiled in Debug and Release mode, tested in Windows and Mono/Linux and the problem is always the same: ``` Library assembly 'PhpNet.ClassLibrary' could not...

Mono is not supporting a way to lock files for Linux: http://mono.1490590.n4.nabble.com/Equivalent-to-LockFileEx-on-Linux-td1575660.html Any idea to solve or workaround this problem? Most of the times flock() is used when we need...