summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-1417-63/+64
* Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)Dmitry Stogov2010-10-132-1/+14
* Added testDmitry Stogov2010-10-121-0/+28
* - Added bison 2.4.3 version to the bison version listFelipe Pena2010-10-071-1/+1
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-055-250/+202
* Bug #51155 (Unreasonable non-emalloc allocations of memory)Dmitry Stogov2010-10-041-19/+47
* - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store cal...Dmitry Stogov2010-10-041-3/+8
* Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen...Dmitry Stogov2010-10-012-11/+32
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-012-20/+45
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-302-1/+41
* - Fixed EG(saved_fpu_cw) initializationFelipe Pena2010-09-221-1/+3
* Fixed bug #52888 (Zend MM shutdown crash)Dmitry Stogov2010-09-201-0/+4
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-162-7/+6
* - macros--; ZEND_FAST_* are now gonePierre Joye2010-09-151-22/+8
* - not used anymorePierre Joye2010-09-157-153/+4
* RegeneratedDmitry Stogov2010-09-153-358/+360
* - Improved memory usageDmitry Stogov2010-09-1514-205/+235
* - Don't be silent on bailoutJohannes Schlüter2010-09-141-0/+3
* We don't need to preallocate a memory segment in case we don't use zend memor...Dmitry Stogov2010-09-081-10/+14
* Fixed GC bugDmitry Stogov2010-09-031-19/+23
* Preallocate zend_hash instead of allocation/deallocation it on each requestDmitry Stogov2010-08-271-1/+1
* Fixed bug #52614 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-08-256-13/+197
* Fix a bug where two doubles are equal but the maths operation makes it appear...Scott MacVicar2010-08-221-2/+6
* - Reverted unintended modificationFelipe Pena2010-08-181-1/+1
* improved performance of @ (silence) operatorDmitry Stogov2010-08-185-8/+75
* Revert unintended modificationDmitry Stogov2010-08-181-1/+1
* - Improved fix for bug #52573Felipe Pena2010-08-181-1/+2
* align declaration with definitionSascha Schumann2010-08-171-1/+1
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-162-4/+37
* Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-5/+7
* - Missing traits data initialization for internal classes (causing Reflection...Felipe Pena2010-08-141-0/+4
* Optimization of ASSIGN instructionDmitry Stogov2010-08-113-49/+130
* In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-10/+25
* Fixed support for static properties of internal classesDmitry Stogov2010-08-111-5/+8
* Optimization (IS_TMP_VARs don't need reference counting)Dmitry Stogov2010-08-102-4/+4
* Prevent generation of long stringsDmitry Stogov2010-08-102-7/+282
* OptimizationDmitry Stogov2010-08-101-13/+10
* - Back the free() call for __iterator_wrapper to free the ce->name, as it is ...Felipe Pena2010-08-081-0/+4
* - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(...,...Felipe Pena2010-08-081-3/+4
* - Fixed bug #52539 (Calling function from rebound Closure causes crash)Felipe Pena2010-08-081-0/+1
* - Fixed ZTS build (Kalle)Felipe Pena2010-08-051-1/+1
* Use interned strings for class namesDmitry Stogov2010-08-054-7/+12
* - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-014-1217/+1245
* - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-014-3/+85
* ZEND_UNSET_* don't have resultsDmitry Stogov2010-07-291-0/+3
* Additional specializationDmitry Stogov2010-07-272-31/+88
* Removed deprecated checkDmitry Stogov2010-07-262-3/+3
* Use proper fetch typesDmitry Stogov2010-07-192-21/+21
* Removed invalid checksDmitry Stogov2010-07-192-18/+6
* ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED f...Dmitry Stogov2010-07-166-723/+486