From 1db4fc0515f6ec0522d37d9c54797cf70d04cf71 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 4 Apr 2019 12:07:47 +0200 Subject: [PATCH] Another problem found so far, workaround applied in 7ec7ade171. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 3a693bc..435b562 100644 --- a/TODO +++ b/TODO @@ -2,4 +2,6 @@ TODO list for typehinting branch. Below list contains things that should be changed/fixed/implemented. -1. The debug_backtrace() does not show information about arrays type. \ No newline at end of file +1. The debug_backtrace() does not show information about arrays type. + +2. PH7_OP_LOAD_IDX needs some more tweaks.