Armin Hierstetter
Armin Hierstetter
During excessive testing, I found that I get about 5 to 10 percent false positives. But I found out – and I do not think that this is documented -...
I implemented quagga on retroplace.com to scan barcodes of video games. The implementation works fine but with the Galaxy S10, it seems impossible to focus on any object (using the...
In the SMTP class' send method, there is the following bit: ``` if (!$mock) { $socket=&$this->socket; $socket=@stream_socket_client($this->host.':'.$this->port, $errno,$errstr,ini_get('default_socket_timeout'), STREAM_CLIENT_CONNECT,$this->context); ... ... ```
In line 202 of the SMTP class, we find this construct: ``` if (!$socket) { $fw->error(500,$errstr); return FALSE; } ``` This seems to be wrong: If the socket can not...
When I trim an MP3 using `\falahati\PHPMP3\MpegAudio::fromFile($names[0])->trim(0, 30)->saveFile($trimmed='tmp/trimmed/trimmed.mp3'); ` the *original* length will show up in any given MP3 player when I open the trimmed file rather than 30s.
### General information * Environment: Production * Language, language version, and OS: PHP 7 ### Issue description Valid transactions are are returned as "INVALID" in some cases. The "hack" to...