don't crash if user extends abstract classes
[m6w6/ext-http] / php_http_env.c
index 2fb6e33915fa1eb453fd1fc791bcc43502e4a187..f1ebf1c30e124668d8d05b37304942ae95ede547 100644 (file)
@@ -32,7 +32,6 @@ PHP_RINIT_FUNCTION(http_env)
 
                ZEND_INIT_SYMTABLE(&params);
                if (php_http_params_parse(&params, &opts TSRMLS_CC)) {
-                       zval **zct;
                        char *key_str;
                        uint key_len;
                        ulong key_num;