blob: 6b3c0db2c8d4bda433ec2e8fe8aa1628fb9c13aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Zend/zend_execute.c.orig 2014-03-05 04:18:00.000000000 -0600
+++ Zend/zend_execute.c 2014-04-29 08:50:49.000000000 -0500
@@ -1276,7 +1276,7 @@
break;
}
if (type != BP_VAR_IS) {
- zend_error(E_WARNING, "Illegal string offset '%s'", dim->value.str.val);
+ zend_error(E_NOTICE, "Illegal string offset '%s'", dim->value.str.val);
}
break;
case IS_DOUBLE:
|