summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.c
Commit message (Expand)AuthorAgeFilesLines
...
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-2/+2
* Fixed bug #69521 (Segfault in gc_collect_cycles()).Xinchen Hui2015-07-021-2/+0
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* Fixed memroy errors with valgrindXinchen Hui2015-06-291-0/+2
* Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-171-1/+15
* Improved hash table copyingDmitry Stogov2015-05-191-3/+7
* Micro optimizationsDmitry Stogov2015-04-281-7/+11
* Micro optimizationsDmitry Stogov2015-04-271-12/+17
* Convert fatal errors into EngineExceptionDmitry Stogov2015-04-021-1/+1
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-2/+2
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-1/+1
* Make zend_array_destroy() to free the corresponding zend_arrayDmitry Stogov2015-02-241-1/+0
* Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-6/+13
* bump yearXinchen Hui2015-01-151-1/+1
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-151-2/+2
|\
| * Use simpler functionsDmitry Stogov2014-12-151-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+13
|/
* Added new optimized zend_array_destroy() functionDmitry Stogov2014-11-251-1/+1
* Use inline version of the function in the loopDmitry Stogov2014-11-241-3/+4
* Fix bug #68262: Broken reference across cloned objectsNikita Popov2014-10-191-1/+2
* Preallocate hash tables of required sizeDmitry Stogov2014-09-031-1/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* further fixes on coreAnatol Belski2014-08-161-1/+1
* Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-4/+4
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-12/+6
* Fixed interface constants inheritance.Dmitry Stogov2014-04-141-1/+1
* Fix ZTS buildNikita Popov2014-04-091-2/+2
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-7/+0
* don't use memset() for array of zval initializationDmitry Stogov2014-04-071-1/+9
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-4/+2
* Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-18/+25
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-1/+2
* Fixed dynamic properties cloningDmitry Stogov2014-03-071-7/+8
* Converting from reference to regular valueDmitry Stogov2014-02-281-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-3/+0
* Fixed object destructionDmitry Stogov2014-02-181-0/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-6/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-81/+50
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-141-13/+13
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-161-4/+2
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-8/+58
* Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3)Dmitry Stogov2010-05-111-2/+16
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1