summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Nuke persist_alloc().Andi Gutmans2002-06-221-2/+0
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* MFZE1Zeev Suraski2001-08-141-0/+2
|
* Time to bid this old timer goodbye - get rid of var_uninit()Zeev Suraski2001-07-151-2/+0
|
* Get rid of ZVAL_RESET...Zeev Suraski2001-07-111-4/+0
|
* Get rid of some inlinesZeev Suraski2001-07-111-1/+4
|
* - Nuke zval_del_ref()Andi Gutmans2001-02-271-1/+0
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-2/+2
| | | | | named macro.
* export zval_add-ref and zvale_del_refThies C. Arntzen2000-04-211-2/+2
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Destructors no longer return ints, the low level problem it was intended to ↵Zeev Suraski2000-01-171-6/+6
| | | | solve is long gone now...
* We're using ZVAL's now.Andrei Zmievski1999-12-211-3/+3
|
* added zval_del_ref() functionThies C. Arntzen1999-10-071-0/+1
|
* *** empty log message ***Zeev Suraski1999-08-281-1/+1
|
* Better debug macrosZeev Suraski1999-08-271-6/+24
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-4/+4
| | | | | | - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
* Ok, call me crazy, because I probably am.Zeev Suraski1999-04-231-0/+3
| | | | | Thread safe version now uses a C++ scanner object. Works fully.
* Zend LibraryAndi Gutmans1999-04-071-0/+35