From ac25ba274953b6ae04faa99098b58ecb51797e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Sz=C3=A1sz?= Date: Sat, 17 May 2014 18:41:26 +0200 Subject: [PATCH] Reprod. details for the delay bug. --- CHANGES.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 268469f..9a2c415 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,14 +1,15 @@ TODO: * In local testing I had a strange issue with by-frame delays: the first image eats -up the first two delays, and is shown for the sum of those two numbers... :-o + up the first two delays, and is shown for the sum of those two numbers... :-o + -> And I seem to be unable to reproduce it now! :-o * Add an index.php frontend for demo and quickstart (synced with the example in the -README.md, AND ALSO THE ONE AT SO!), with saving a test gif file and scandir("img/") -etc. + README.md, AND ALSO THE ONE AT SO!), with saving a test gif file and scandir("img/") + etc. * To avoid unwanted "in-band" PHP output, I should probably disable display_errors() -in the whole module (restoring it on normal exit). + in the whole module (restoring it on normal exit). ------------------------------------------------------------------------------------