Elan Ruusamäe

Results 477 issues of Elan Ruusamäe

in brew packaging, the paths have gone wrong at least twice now: - https://github.com/Homebrew/homebrew-core/pull/47766 - https://github.com/Homebrew/homebrew-core/pull/45834 ` FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory `...

kind/bug
stale-issue

Problem: 1. [GenericHeader](https://github.com/zendframework/zend-mail/blob/release-2.7.3/src/Header/GenericHeader.php#L33-L40) loads the header in file, decodes it to utf-8 2. the [Headers::get](https://github.com/zendframework/zend-mail/blob/release-2.7.3/src/Headers.php#L318) attempts to Lazy-Load "To" header class Lazyload [does stringify and load in from string](https://github.com/zendframework/zend-mail/blob/release-2.7.3/src/Headers.php#L496-L497) ```php...

bug
Test
awaiting author updates

this shows the problem zend-mail is having: mail created with `Mail\Message` and serialized into raw and then loaded with `Storage\Message` causes parse error if the `$text` contains double unix newlines...

bug
Test
awaiting author updates

``` X-Face: -wlbD9'=rreR]%7k=U/$9SH49NUKg%87&q@LL/f-N8J5fAS$(eMSkqGYAX{V?:}ZP7&|@~ lR"jz-sU-yjj4Om?"#^&RQ/D1X}NaJG''pmX\qOjp;Mejrcq?~.iVv*)nD(-c4kSQvL.N= q_9[7vt;C$!vga6l_O1d52OWygzjb-XrS]- ``` yields: ``` Line "X-Face: -wlbD9'=rreR]%7k=U/$9SH49NUKg%87&q@LL/f-N8J5fAS$(eMSkqGYAX{V?:}ZP7&|@~ lR"jz-sU-yjj4Om?"#^&RQ/D1X}NaJG''pmX\qOjp;Mejrcq?~.iVv*)nD(-c4kSQvL.N= q_9[7vt;C$!vga6l_O1d52OWygzjb-XrS]-"does not match header format! ``` This can be tested with [online](http://www.dairiki.org/xface/xface.php) tool ![example](http://www.dairiki.org/xface/xface.php?xface=-wlbD9%27%3DrreR%5D%257k%3DU%2F%249SH49NUKg%2587%26q%40LL%2Ff-N8J5fAS%24%28eMSkqGYAX%7BV%3F%3A%7DZP7%26%7C%40~lR%22jz-sU-yjj4Om%3F%22%23%5E%26RQ%2FD1X%7DNaJG%27%27pmX%5CqOjp%3BMejrcq%3F~.iVv%2A%29nD%28-c4kSQvL.N%3Dq_9%5B7vt%3BC%24%21vga6l_O1d52OWygzjb-XrS%5D-&preview=1&enlarge=4) ![image](https://user-images.githubusercontent.com/199095/37078317-6ec62a4e-21e7-11e8-9ab5-371a676680c2.png)

See individual commit messages for details.

bug

Certain input of `AddressList` headers, cannot be converted to string and back to header object because of incorrect quoting: ``` From: "Foo;" ``` gets incorrectly converted as ``` From: Foo;...

> Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

https://github.com/NoiseByNorthwest/php-spx SPX is a PHP profiling extension with its built-in web UI, but it should be possible just to capture samples with it.

This uses xdebug [execution_trace]: [execution_trace]: https://xdebug.org/docs/execution_trace ``` TRACE START [2020-07-30 05:48:57] 2.7023 9969960 -> Xhgui\Profiler\Profilers\XdebugProfiler->disable() /Users/glen/scm/xhgui/php-profiler/tests/TestCase.php:25 4.1043 9969960 -> xdebug_stop_trace() /Users/glen/scm/xhgui/php-profiler/src/Profilers/XdebugProfiler.php:27 4.1044 9970016 TRACE END [2020-07-30 05:48:58] ``` Probably not...

Idea from tideways profiler: - https://github.com/tideways/profiler/blob/v1.4.2/src/main/Tideways/Profiler/CurlBackend.php#L109-L124