Re: [PHP-DEV] C Unit testing and mocking

2024-12-26 Thread Larry Garfield
On Thu, Dec 26, 2024, at 6:25 AM, Jakub Zelenka wrote: >> Point of order: The recently adopted 3rd party code policy does not apply to >> C tooling. It mentions "PHP Tooling", which is defined as "PHP code run by >> PHP.net". The website, docs tooling, etc. It has no bearing on what C >> lib

Re: [PHP-DEV] C Unit testing and mocking

2024-12-26 Thread Ben Ramsey
On Dec 26, 2024, at 06:19, Jakub Zelenka wrote:On Tue, Dec 24, 2024 at 8:22 PM Ben Ramsey wrote:On Dec 16, 2024, at 07:21, Jakub Zelenka wrote:Hi,I have been looking into how to test some cases where integration tests are very difficult or even impossible to

Re: [PHP-DEV] gd heif support

2024-12-26 Thread Christoph M. Becker
On 08.06.2024 at 12:54, David CARLIER wrote: > I m trying to address an old ticket regarding HEIF support for gd. > Here the PR > One of the last bit concerns the imagecreatefromstring support part where I > would need a custom stream handler for this fo

Re: [PHP-DEV] C Unit testing and mocking

2024-12-26 Thread Jakub Zelenka
On Tue, Dec 24, 2024 at 8:40 PM Larry Garfield wrote: > On Sun, Dec 22, 2024, at 9:23 AM, Jakub Zelenka wrote: > > On Mon, Dec 16, 2024 at 9:05 PM Christoph M. Becker > wrote: > >> On 16.12.2024 at 14:18, Jakub Zelenka wrote: > >> > There was a suggestion of RFC but that might be a bit too much

Re: [PHP-DEV] C Unit testing and mocking

2024-12-26 Thread Jakub Zelenka
On Tue, Dec 24, 2024 at 8:22 PM Ben Ramsey wrote: > On Dec 16, 2024, at 07:21, Jakub Zelenka wrote: > >  > Hi, > > I have been looking into how to test some cases where integration tests > are very difficult or even impossible to create for. Those are often found > in networking related and sys