summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-2/+2
* bump yearXinchen Hui2015-01-151-2/+2
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-121-3/+0
|\
| * Fixed bug #68583 Crash in timeout threadAnatol Belski2014-12-121-3/+0
* | DLL export several APIs needed for phpdbgAnatol Belski2014-10-121-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-011-0/+14
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-011-0/+14
| |\
| | * Merge branch 'pull-request/770' into PHP-5.4Stanislav Malyshev2014-09-011-0/+14
| | |\
| | | * Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036)Keyur Govande2014-08-231-9/+12
| | | * Fix destruction order in zend_shutdown (bug #65463, #66036)Keyur Govande2014-08-141-0/+11
| | * | Bump yearXinchen Hui2014-01-031-2/+2
| * | | Bump yearXinchen Hui2014-01-031-2/+2
* | | | fixed ZEND_DEBUG usageAnatol Belski2014-05-051-1/+1
* | | | Bump yearXinchen Hui2014-01-031-2/+2
* | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-231-4/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-12-231-4/+0
| |\ \ \ | | |/ /
| | * | removed outdated IsDebuggerPresent declarationAnatol Belski2013-12-231-4/+0
* | | | export more Zend APIkrakjoe2013-11-201-2/+2
* | | | limit virtual_cwd_activate() duplicated call to ZTS onlyAnatol Belski2013-11-021-0/+2
* | | | reverted the previous commit, both calls are needed in TS modeAnatol Belski2013-11-011-0/+1
* | | | virtual_cwd_activate() should be called only in one placeAnatol Belski2013-11-011-1/+0
* | | | applied and fixed the original patchAnatol Belski2013-10-171-0/+12
|/ / /
* | | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-09-291-1/+3
|\ \ \ | |/ /
| * | Fix bug #65322: compile time errors won't trigger auto loadingNikita Popov2013-09-291-1/+3
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-181-2/+4
|\ \ \ | |/ /
| * | Fix bug #65470 Segmentation fault in zend_error() with --enable-dtraceStanislav Malyshev2013-08-181-2/+4
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-141-1/+1
|\ \ \ | |/ /
| * | Fixed #65431 (Discarded qualifiers from pointer target warnings when using --...Xinchen Hui2013-08-141-1/+1
| |/
* | Fixed bug #63980 (object members get trimmed by zero bytes)Xinchen Hui2013-01-141-2/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-01-011-1/+7
|\ \ | |/
| * Bug #43177: If an eval() has a parse error, the overall exit status and retur...Stanislav Malyshev2013-01-011-1/+7
| * Happy New YearXinchen Hui2013-01-011-2/+2
* | Happy New YearXinchen Hui2013-01-011-2/+2
* | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-2/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-061-0/+23
|\
| * - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-061-0/+23
| * - Year++Felipe Pena2012-01-011-2/+2
| * Use snprintf and strncat to make the static analyzers happyPierrick Charron2011-08-081-3/+3
| * Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+41
| * - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-071-0/+1
| * - Year++Felipe Pena2011-01-011-2/+2
* | Fixed bug #62328 (implementing __toString and a cast to string fails)Xinchen Hui2012-08-121-6/+3
* | Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_pr...Xinchen Hui2012-07-261-0/+12
* | Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config)Xinchen Hui2012-05-031-1/+8
* | - Year++Felipe Pena2012-01-011-2/+2
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-211-0/+1
* | Fixed bug #55578 (Segfault on implode/concat)Dmitry Stogov2011-09-141-2/+11
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-10/+10
* | Use snprintf and strncat to make the static analyzers happyPierrick Charron2011-08-081-3/+3
* | Use snprintf here instead to make the static analyzers happy.Rasmus Lerdorf2011-08-071-1/+1