summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix weird asm instruction order with gcc by marking as volatile in phpdbgtmp_livelinessBob Weinand2015-07-131-1/+1
* Preserve return value in zend_vm_call_opcode_handler with global opline/ex re...Bob Weinand2015-07-132-2/+8
* Don't return T_ERROR from token_get_all()Nikita Popov2015-07-097-226/+212
* refix the NEWSAnatol Belski2015-07-091-2/+4
* Fixed exception catching on break/continueDmitry Stogov2015-07-096-14/+58
* Fix posix_setrlimit segfaultNikita Popov2015-07-091-2/+1
* Fix too early terminated temporary range with break/cont/gotoBob Weinand2015-07-095-10/+10
* Merge branch 'PHP-5.6'Ferenc Kovacs2015-07-090-0/+0
|\
| * move the use-after-free fixes to 5.6.11Ferenc Kovacs2015-07-091-8/+6
* | Fixed exception habdling on "return" statement.Dmitry Stogov2015-07-097-6/+150
* | Fix bug #69430Nikita Popov2015-07-097-371/+415
* | Update token_get_all() arginfoNikita Popov2015-07-091-1/+2
* | Add test guaranteeing that loop vars are only freed after potential return ty...Bob Weinand2015-07-091-0/+19
* | Fixed invalid live-range detectionDmitry Stogov2015-07-094-11/+46
* | Disable opcache.fast_shutdown if USE_ZEND_ALLOC=0Dmitry Stogov2015-07-091-1/+1
* | Added missing API functionsDmitry Stogov2015-07-092-0/+16
* | Fixed Bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,...Xinchen Hui2015-07-092-1/+5
* | Fix posix_setrlimit() to use int as values instead of strings.Magnus Määttä2015-07-091-15/+8
* | Add posix_setrlimit() FR #54603Magnus Määttä2015-07-084-2/+120
* | Fixed situation, when CHECH_EXCEPTION() might change value of "opline" variab...Dmitry Stogov2015-07-085-1831/+993
* | Merge branch 'PHP-5.6'Julien Pauli2015-07-080-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-07-080-0/+0
| |\
| | * 5.5.27 releaseJulien Pauli2015-07-082-2/+13
* | | Working fix for ctrl+d on readline/libeditBob Weinand2015-07-081-5/+2
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-07-080-0/+0
|\ \ \ | |/ /
| * | Revert "Fixed invalid read"Xinchen Hui2015-07-081-2/+2
* | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-07-080-0/+0
|\ \ \
| * | | fix NEWSAnatol Belski2015-07-081-2/+4
* | | | Fixed bug #70018 (exec does not strip all whitespace)Xinchen Hui2015-07-083-2/+20
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fixed invalid readXinchen Hui2015-07-081-2/+2
* | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-07-081-4/+10
|\ \ \
| * | | Add assertion in liveliness computationNikita Popov2015-07-081-4/+10
* | | | Make sure fast_call_var is initialized properlyXinchen Hui2015-07-082-2/+4
|/ / /
* | | Add comment to explaining the new checkXinchen Hui2015-07-081-0/+3
* | | Remove outdate commentXinchen Hui2015-07-082-2/+0
* | | Fixed bug #70012 (Exception lost with nested finally block)Xinchen Hui2015-07-085-8/+50
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-07-080-0/+0
|\ \ \ | |/ /
| * | Fixed bug #70012 (Exception lost with nested finally block)Xinchen Hui2015-07-084-4/+45
* | | Fix failing tests from exception code changesAaron Piotrowski2015-07-079-24/+24
* | | PHP 7.0.0 Beta 2 NEWSKalle Sommer Nielsen2015-07-081-1/+3
* | | ZEND_SEPARATE reuses temporariesNikita Popov2015-07-082-0/+20
* | | Switch code on thrown TypeError and ParseError to 0, update related testsAaron Piotrowski2015-07-076-22/+21
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-071-1/+1
|\ \ \ | |/ /
| * | fixed typo in test for bug #66985Christoph M. Becker2015-07-071-1/+1
* | | Properly exit on EOF on stdin in readline modeBob Weinand2015-07-072-5/+8
* | | Remove loop_var_stackNikita Popov2015-07-074-79/+30
* | | SQLite3::open/__construct has 2 optional argsRasmus Lerdorf2015-07-071-1/+1
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-07-070-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-075-65/+108
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-071-1/+1
| | |\