summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* #68446 is fixedFerenc Kovacs2014-11-261-2/+0
* fix dir separator in testAnatol Belski2014-11-251-1/+1
* fix TS buildAnatol Belski2014-11-251-4/+4
* Better fix for bug #68446Dmitry Stogov2014-11-254-17/+41
* Revert NEWS and set test to XFAILBob Weinand2014-11-251-0/+2
* Revert "Fix bug #68446 (bug with constant defaults and type hints)"Bob Weinand2014-11-255-80/+47
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-234-0/+14
|\
| * Merge branch 'pull-request/840' into PHP-5.5Stanislav Malyshev2014-11-234-0/+14
| |\
| | * Update the VM generation script, per Bob.Adam Harvey2014-10-311-0/+2
| | * Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.Adam Harvey2014-10-313-0/+12
* | | Added NEWS entry and test for bug 68446Bob Weinand2014-11-241-0/+36
* | | Fix bug #68446 (bug with constant defaults and type hints)Bob Weinand2014-11-235-47/+80
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-211-2/+2
|\ \ \ | |/ /
| * | Fix #68185 - Inconsistent insteadof definitionJulien Pauli2014-11-211-1/+1
| * | fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
| * | Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Xinchen Hui2014-11-101-1/+1
| |\ \
* | | | fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
* | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-11-102-7/+18
|\ \ \ \ | |/ / /
| * | | Fixed bug #68370 ("unset($this)" can make the program crash)Xinchen Hui2014-11-102-7/+18
| | |/ | |/|
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-11-071-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-11-071-1/+1
| |\ \ | | |/ | |/|
| | * Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in z...Dmitry Stogov2014-11-071-1/+1
* | | Fixed Bug #68104 (Segfault while pre-evaluating a disabled function)Xinchen Hui2014-10-311-9/+6
* | | DLL export several APIs needed for phpdbgAnatol Belski2014-10-124-4/+4
* | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-10-032-3/+27
|\ \ \ | |/ /
| * | Fix bug #68188Nikita Popov2014-10-032-3/+27
* | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-09-202-0/+53
|\ \ \ | |/ /
| * | Fixed bug #67633Nikita Popov2014-09-202-0/+53
* | | 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
|\ \ \ \ | |/ / /