summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.h
Commit message (Collapse)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
|
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
|
* Improved reference countingDmitry Stogov2015-04-031-3/+3
|
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-10/+7
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
|
* Moved i_zval_ptr_dtor() from zend_execute.h to zend_variables.hDmitry Stogov2014-11-251-0/+13
|
* fix datatype mismatch warningsAnatol Belski2014-10-241-1/+1
|
* Fixed compilation warningsDmitry Stogov2014-09-181-1/+1
|
* Use zval_ptr_dtor_nogc to destroy literalsNikita Popov2014-09-031-0/+8
| | | | | Also move the definition of zval_ptr_dtor_nogc to zend_variables.h (from zend_execute.h/.c) as it's used in a few places.
* Optimized conditions orderDmitry Stogov2014-06-031-0/+24
|
* Introduced immutable arrays. They don't need to be copyed and may be used ↵Dmitry Stogov2014-05-291-4/+4
| | | | directly from SHM.
* Use zval_get_string in print_zval and propagate TSRMLSNikita Popov2014-04-211-1/+1
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+0
|
* Various VM optimizationsDmitry Stogov2014-04-041-1/+13
|
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ↵Dmitry Stogov2014-04-031-3/+8
| | | | candidate for GC, etc)
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-3/+3
|
* Review endedXinchen Hui2014-03-111-4/+0
| | | | | | Revert "An demo(for review) to show how to fix the problem(symbol table resize)" This reverts commit 60c354510b6731ec8348af9c5e230a4859c7c383.
* An demo(for review) to show how to fix the problem(symbol table resize)Xinchen Hui2014-03-101-0/+4
|
* Converting from reference to regular valueDmitry Stogov2014-02-281-0/+2
|
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-0/+2
|
* Reverted zval_clear() and zval_release() back to zval_ptr_dtor()Dmitry Stogov2014-02-121-17/+0
|
* Use better data structures (incomplete) -- stash for today workXinchen Hui2014-02-121-0/+17
|
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-13/+13
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Fixed issue with statics in traits.Stefan Marr2010-06-081-0/+1
| | | | | | #Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c #Please also have a look to check whether the TSRMLS_DC is correct, and whether it fits with the rest in zend_variables, because there you are using some macro magic and I am not exactly sure what the reason is for that.
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-2/+2
| | | | | | | . ZEND_RECV now always has IS_CV as its result . ZEND_CATCH now has to be used only with constant class names . ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order
* Fixed bug #50519 (segfault in garbage collection when using ↵Dmitry Stogov2010-01-111-3/+2
| | | | set_error_handler and DomDocument)
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
|
* MFH:- Fix compile warning in debug modeJani Taskinen2009-05-011-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - Fix the header (thanks Johannes)Moriyoshi Koizumi2008-07-201-1/+1
|
* - WS fixMoriyoshi Koizumi2008-07-201-7/+7
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* - Use zval_ctor_func() for wrapper and update the prototype to voidAndi Gutmans2004-09-271-3/+3
|
* - Make zval_copy_ctor() return void like dtor(). No one ever checks theAndi Gutmans2004-09-271-4/+4
| | | | | - return value which is SUCCESS always.
* - Fix buildMarcus Boerger2004-09-261-2/+2
|
* - Apply Thies and Sterling's patch which doesn't call ctor/dtor functionsAndi Gutmans2004-09-261-3/+22
| | | | | | - for types which don't require it (BOOL/NULL/LONG/DOUBLE) - Breaks serialization!!!
* more EXTERN_C wrapping of ZEND_API prototypesHartmut Holzgraefe2004-02-201-4/+3
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-0/+12
| | | | | | - Allow internal zval's of type string and disallow complex types. - Define the default string for extensions at class level instead of ctor.
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
|