summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified string offset readingDmitry Stogov2010-07-168-1654/+1307
* - fix vc6 buildPierre Joye2010-07-151-1/+3
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+1
* - Added EG(saved_fpu_cw_ptr) initializationFelipe Pena2010-07-101-0/+1
* Eliminated useless allocation of FPU control word on each request startupDmitry Stogov2010-07-092-14/+12
* zend_ptr_stack allocation is delayed before the actual usageDmitry Stogov2010-07-092-5/+5
* - Fix ZTS buildFelipe Pena2010-07-081-1/+1
* - use interned strings for auto globalsDmitry Stogov2010-07-085-45/+59
* Removed redundant checkDmitry Stogov2010-07-071-1/+0
* Reused single segment between requests. Saved one malloc/free for each request.Dmitry Stogov2010-07-071-6/+33
* Reduced initial VM stack size to fit into zend_mm segment and eliminate extra...Dmitry Stogov2010-07-071-1/+1
* zend_stack initialization is delayed before the actual usageDmitry Stogov2010-07-061-7/+3
* - Fix ZTS buildFelipe Pena2010-07-063-4/+4
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-067-62/+228
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-053-0/+33
* Used more sutable type. Reduced memory usage.Dmitry Stogov2010-07-011-1/+1
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-302-8/+32
* - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-303-7/+4
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-274-3/+22
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-262-3/+28
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-266-12/+40
* - Fixed testsFelipe Pena2010-06-261-7/+7
* - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-262-1/+87
* - Fixed bug #52138 (Constants are parsed into the ini file for section names)Felipe Pena2010-06-241-1/+18
* Removed redundant codeDmitry Stogov2010-06-223-75/+11
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-153-0/+105
* - Allow write context on array dereferencing from method returnFelipe Pena2010-06-125-2/+145
* - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch...Felipe Pena2010-06-122-1/+28
* - Fixed bug #52060 (Memory leak when passing a closure to method_exists())Felipe Pena2010-06-112-3/+23
* Fixed bug #51822i (Segfault with strange __destruct() for static class variab...Dmitry Stogov2010-06-102-2/+54
* Fixed bug #52001 (Memory allocation problems after using variable variables)Dmitry Stogov2010-06-101-0/+17
* - Fix ZTS buildFelipe Pena2010-06-081-6/+5
* Fixed issue with statics in traits.Stefan Marr2010-06-086-39/+105
* - Added array dereferencing support [DOC]Felipe Pena2010-06-0812-4/+444
* - Let's generate this #ifdef only on zend_vm_execute.hFelipe Pena2010-06-072-5/+3
* - UpdateFelipe Pena2010-06-071-3/+5
* - Fix scriptFelipe Pena2010-06-071-0/+1
* - show the free_op1 warning only once, until a fix is appliedPierre Joye2010-06-071-0/+3
* - show the free_op1 warning only once, until a fix is appliedPierre Joye2010-06-061-1/+3
* - label only used when mmap is availablePierre Joye2010-06-061-1/+2
* - A method called like a trait is no constructorJohannes Schlüter2010-05-292-1/+29
* Conditional compilation is replaced by macroDmitry Stogov2010-05-261-10/+2
* - Fixed bug #51899 (Parse error in parse_ini_file() function when empy value ...Felipe Pena2010-05-263-4/+4
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-262-1/+15
* fix zend_std_get_static_property() in ZTS modeAntony Dovgal2010-05-251-0/+8
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-258-27/+31
* Improved testIlia Alshanetsky2010-05-241-1/+1
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-2411-1654/+2054
* Fixed ZTS buildDmitry Stogov2010-05-246-12/+12
* Fixed exception handling in GOTO VMDmitry Stogov2010-05-242-4/+18