Changeset 829
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r828 r829 14 14 ======== 15 15 * fix constant name handling (possible SIGSEGV) 16 * tests/bug52160.phpt: report multiple error correctly 16 17 17 18 1.3.2 2012-03-23 -
trunk/utils.c
r822 r829 617 617 compilererror = &sandbox->compilererrors[i]; 618 618 CG(zend_lineno) = compilererror->lineno; 619 zend_error( type, "%s", compilererror->error);619 zend_error(compilererror->type, "%s", compilererror->error); 620 620 } 621 621 CG(zend_lineno) = orig_lineno; -
trunk/xcache-test.ini
r826 r829 1 1 memory_limit = 256M 2 error_reporting = E_ALL|E_STRICT 2 3 3 4 [xcache]
Note: See TracChangeset
for help on using the changeset viewer.

