Suggested fix.

Index: zend_execute.c
===================================================================
RCS file: /repository/Zend/zend_execute.c,v
retrieving revision 1.282.2.3
diff -u -r1.282.2.3 zend_execute.c
--- zend_execute.c      2001/08/30 12:06:50     1.282.2.3
+++ zend_execute.c      2001/11/15 00:20:47
@@ -2197,7 +2197,7 @@
                                                                ht
= NULL;
                                                                break;
                                                }
-                                               if (ht) {
+                                               if (ht && offset)
      {
                                                        switch
(offset->type) {

case IS_DOUBLE:

case IS_RESOURCE:







---
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to