Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 1 | -1/+1 |
| | | | | Part of https://wiki.php.net/rfc/engine_warnings. | ||||
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Remove zend_version() checks from tests | Nikita Popov | 2017-01-30 | 1 | -3/+3 |
| | |||||
* | Fixed list() behavior inconsistency (string handling is disabled for all ↵ | Dmitry Stogov | 2014-10-05 | 1 | -4/+0 |
| | | | | cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). | ||||
* | AST-based compiler: Stage 1 | Nikita Popov | 2014-06-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | |||||
| * | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 1 | -0/+2 |
| | | |||||
| * | Fixed bug #39304 (Segmentation fault with list unpacking of string offset) | Dmitry Stogov | 2006-10-30 | 1 | -0/+9 |
| | |||||
* | implement the solution for isset/string offsets, fix bug #60362 | Stanislav Malyshev | 2011-12-19 | 1 | -3/+3 |
| | |||||
* | Remove bogus skipif and make adjust the tests | Hannes Magnusson | 2011-09-07 | 1 | -3/+6 |
| | |||||
* | Simplified string offset reading | Dmitry Stogov | 2010-07-16 | 1 | -0/+2 |
| | |||||
* | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 1 | -0/+2 |
| | |||||
* | Fixed bug #39304 (Segmentation fault with list unpacking of string offset) | Dmitry Stogov | 2006-10-30 | 1 | -0/+9 |