summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* __wakeup doesn't have to be finalStanislav Malyshev2015-08-041-1/+1
* Merge branch 'PHP-5.4' into PHP-5.4.44Stanislav Malyshev2015-08-042-3/+12
|\
| * Fixed bug #69892Nikita Popov2015-08-012-3/+12
* | Fix #69793 - limit what we accept when unserializing exceptionStanislav Malyshev2015-08-011-0/+28
* | Fix bug #70121 (unserialize() could lead to unexpected methods execution / NU...Stanislav Malyshev2015-07-262-8/+18
|/
* Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-102-14/+19
* Fixed res leakXinchen Hui2015-04-141-3/+4
* More fixes for bug #69152Stanislav Malyshev2015-04-111-0/+3
* Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into...Stanislav Malyshev2015-04-011-1/+0
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Xinchen Hui2015-03-255-3/+36
|\
| * Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in z...Dmitry Stogov2014-11-071-1/+1
| * Fixed #67985 - Incorrect last used array index copied to new array after unsetTjerk Meesters2014-09-092-0/+17
| * 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
* | | Merge branch 'arginfo' of https://github.com/realityking/php-src into PHP-5.4Xinchen Hui2015-03-081-0/+1
|\ \ \ | |/ / |/| |
| * | Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against ca...Rouven Weßling2014-01-251-0/+1
* | | 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
* | | Fix patch for bug #67436Bob Weinand2014-06-161-2/+2
* | | Added tests for bug 67436Levi Morrison2014-06-155-0/+73
* | | Fix bug #67436Bob Weinand2014-06-151-3/+6
* | | Fix bug 666222Levi Morrison2014-06-084-5/+54
* | | Fix align indentationJefersson Nathan2014-06-081-16/+16
* | | Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245)Bob Weinand2014-05-111-1/+1
* | | Make sure value is initializedJohannes Schlüter2014-02-231-1/+1
* | | Use nicer output for characters < 32 and > 126 in exception stringsBob Weinand2014-02-201-3/+58
|/ /
* | Fix bug #66286: Incorrect object comparison with inheritanceNikita Popov2014-01-042-4/+26
* | Bump yearXinchen Hui2014-01-0397-99/+99
* | removed outdated IsDebuggerPresent declarationAnatol Belski2013-12-231-4/+0
* | stop warnings from unused opcode mapkrakjoe2013-12-223-7/+17
* | Included new .c file in build tooBob Weinand2013-12-225-1/+12
* | Moved to new file, killing a lot of warningsBob Weinand2013-12-213-165/+196
* | Fixed build...Bob Weinand2013-12-212-2/+2
* | Added an opcode to opcode name mapBob Weinand2013-12-212-0/+177
* | Zend: fix overflow handling bug in non-x86 fast_add_function()Ard Biesheuvel2013-12-111-2/+7
* | Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-102-19/+53
* | Replace invalid code with a proper #errorLior Kaplan2013-12-081-2/+1
* | Fixed ability to build non-specialized GOTO VMDmitry Stogov2013-12-021-3/+10
* | Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+8
* | Fixed bug #65969 (Chain assignment with T_LIST failure)Dmitry Stogov2013-11-274-128/+163
* | permanently deactivate that place, not on runtime onlyAnatol Belski2013-11-201-0/+2
* | use $YACC instead of 'bison' as suggested by YasuoMichael Wallner2013-10-191-1/+1
* | Fixed bug #65911 ($this not usable as static property)bwoebi2013-10-162-0/+21
* | Fix bug #65322: compile time errors won't trigger auto loadingNikita Popov2013-09-293-1/+43
* | Typo....Xinchen Hui2013-09-021-1/+1
* | Add a XFAIL test for #64896Xinchen Hui2013-09-021-0/+47
* | Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)Xinchen Hui2013-08-302-0/+35
* | Fixed bug #61759 (class_alias() should accept classes with leading backslashe...Dmitry Stogov2013-08-292-9/+7