summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-09-092-0/+17
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-09-092-0/+17
| |\
| | * Fixed #67985 - Incorrect last used array index copied to new array after unsetTjerk Meesters2014-09-092-0/+17
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-013-2/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-013-2/+18
| |\ \ | | |/
| | * Merge branch 'pull-request/770' into PHP-5.4Stanislav Malyshev2014-09-013-2/+18
| | |\
| | | * Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036)Keyur Govande2014-08-231-9/+12
| | | * Fix typo from commit 32314f6b6Keyur Govande2014-08-141-1/+1
| | | * Fix destruction order in zend_shutdown (bug #65463, #66036)Keyur Govande2014-08-143-3/+16
* | | | Making ini parser typedTjerk Meesters2014-09-015-4671/+4889
* | | | Fix bug #67938: Segfault when extending interface method with variadicNikita Popov2014-08-302-1/+28
* | | | remove the -dev suffix from the Zend versionFerenc Kovacs2014-08-271-1/+1
* | | | Disable restrictions regarding arrays in constants at run-time.Bob Weinand2014-07-306-31/+63
* | | | Removed second zval_copy_ctor()Dmitry Stogov2014-07-242-2/+0
* | | | Fixed crash on self-referencing constant expression (part of a constant AST)Dmitry Stogov2014-07-242-6/+13
* | | | Fixed support for constant arrays in context of "const" statement (Zend/tests...Dmitry Stogov2014-07-232-0/+20
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-196-44/+129
|\ \ \ \ | |/ / /
| * | | Improve fix for #66608Xinchen Hui2014-07-195-35/+104
| * | | Fixed segfault with empty breakXinchen Hui2014-07-192-9/+25
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-191-2/+2
|\ \ \ \ | |/ / /
| * | | New added opcodes don't need to be reslovedXinchen Hui2014-07-191-2/+2
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-185-7/+78
|\ \ \ \ | |/ / /
| * | | Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)Xinchen Hui2014-07-185-7/+78
| * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-07-062-2/+2
| |\ \ \ | | |/ /
| | * | Make sure the generator script also creates a newline at the end of fileLior Kaplan2014-07-061-1/+1
| | * | Add newline at end of file to prevent compilation warningLior Kaplan2014-07-061-1/+1
* | | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-07-022-0/+20
|\ \ \ \ | |/ / /
| * | | Fix bug #67497: eval with parse error causes segfault in generatorNikita Popov2014-07-022-0/+20
* | | | Mark test as XFAIL until fixedBob Weinand2014-07-021-0/+2
* | | | Messed up syntax of testsBob Weinand2014-07-022-6/+6
* | | | Add tests for constant expression arraysBob Weinand2014-07-022-0/+48
* | | | Fixed possible crash because of race conditions on modifying constants in sha...Dmitry Stogov2014-07-013-0/+34
* | | | Fixed bug #67368 (Memory leak with immediately dereferenced array in class co...Xinchen Hui2014-06-242-2/+13
* | | | testcase for 67468 (only for debug build, as I could not create a stable segf...Ferenc Kovacs2014-06-231-0/+11
* | | | Fix Bug #67468 Segfault in highlight_file()/highlight_string() when pgsql.so...Andreas Ferber2014-06-232-2/+2
* | | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-06-161-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-06-161-2/+2
| |\ \ \ | | |/ /
| | * | Fix patch for bug #67436Bob Weinand2014-06-161-2/+2
* | | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-06-165-0/+73
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-06-165-0/+73
| |\ \ \ | | |/ /
| | * | Added tests for bug 67436Levi Morrison2014-06-155-0/+73
* | | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-06-151-2/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-06-151-3/+6
| |\ \ \ | | |/ /
| | * | Fix bug #67436Bob Weinand2014-06-151-3/+6
| | * | Fix bug 666222Levi Morrison2014-06-084-5/+54
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-06-101-2/+0
|\ \ \ \ | |/ / /
| * | | Remove unused included fileXinchen Hui2014-06-101-2/+0
* | | | Bug 64744Boro Sitnikovski2014-06-083-18/+18
* | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-0812-5/+226
|\ \ \ \ | |/ / /
| * | | Fix bug 666222Levi Morrison2014-06-0812-5/+226