summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* 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-091-0/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-181-0/+2
|\
| * better fix for #63055Xinchen Hui2012-10-181-0/+2
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-121-0/+11
* | - Year++Felipe Pena2012-01-011-1/+1
* | scalar types cleanupStanislav Malyshev2011-06-031-1/+0
* | - Fixed bug #54358 (Closure, use and reference)Dmitry Stogov2011-04-081-0/+1
* | Fixed Bug #53958 (Closures can't 'use' shared variables by value and by refer...Dmitry Stogov2011-02-141-7/+14
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed issue with statics in traits.Stefan Marr2010-06-081-0/+37
* | Fixed a memory leakIlia Alshanetsky2010-05-201-0/+1
* | Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-2/+4
|/
* Fixed bug #50519 (segfault in garbage collection when using set_error_handler...Dmitry Stogov2010-01-111-7/+7
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Fixed bug #50519 (segfault in garbage collection when using set_error_handler...Dmitry Stogov2009-12-251-0/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* NamespacesDmitry Stogov2007-09-281-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-031-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-2/+2
* - Make zval_copy_ctor() return void like dtor(). No one ever checks theAndi Gutmans2004-09-271-3/+2
* - Apply Thies and Sterling's patch which doesn't call ctor/dtor functionsAndi Gutmans2004-09-261-5/+2
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-15/+1
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-3/+5
* Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was re...Dmitry Stogov2004-03-241-6/+1
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ...Zeev Suraski2004-02-251-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-0/+37
* updating license information in the headers.James Cox2003-06-101-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-1/+2
* Implemented compatibility modeZeev Suraski2003-01-121-5/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* h WHitespaceAndi Gutmans2002-11-301-1/+1
* MFZE1Stanislav Malyshev2002-09-101-1/+1
* - Nuke persist_alloc().Andi Gutmans2002-06-221-31/+0
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-4/+12
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-2/+2
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Sync with ZE1Andi Gutmans2001-08-161-4/+2