summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-2/+2
|\
| * Bump yearXinchen Hui2014-01-031-2/+2
* | Merge branch 'PHP-5.6'Anatol Belski2013-12-231-4/+0
|\ \ | |/
| * 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
* | | | Eliminate the TSRMLS_FETCH() calls in the ticks functions and hookKalle Sommer Nielsen2013-12-181-1/+1
* | | | export more Zend APIkrakjoe2013-11-171-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
* | Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+41
* | Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+8
* | - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-071-0/+1
* | - Year++Felipe Pena2011-01-011-2/+2
* | initialize script_encoding_list (reported by Gustavo Lopes)Antony Dovgal2010-12-271-0/+1
* | * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-1/+18
* | Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-2/+1
* | - Fixed EG(saved_fpu_cw) initializationFelipe Pena2010-09-221-1/+3
* | - Added EG(saved_fpu_cw_ptr) initializationFelipe Pena2010-07-101-0/+1