summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)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
| | | | | - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
* 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 ↵Dmitry Stogov2010-07-071-1/+1
| | | | extra segment allocation
* 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 ↵Dmitry Stogov2010-07-053-0/+33
| | | | non-object)
* 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
| | | | | # To commit a new common fix
* - 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 ↵Dmitry Stogov2010-06-153-0/+105
| | | | returned from function)
* - Allow write context on array dereferencing from method returnFelipe Pena2010-06-125-2/+145
| | | | | - New tests
* - Fixed bug #52051 (handling of case sensitivity of old-style constructors ↵Felipe Pena2010-06-122-1/+28
| | | | changed in 5.3+)
* - 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 ↵Dmitry Stogov2010-06-102-2/+54
| | | | variables)
* 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
| | | | | | #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 array dereferencing support [DOC]Felipe Pena2010-06-0812-4/+444
| | | | | # http://wiki.php.net/rfc/functionarraydereferencing
* - 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
| | | | followed by no newline)
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array ↵Felipe Pena2010-05-262-1/+15
| | | | with an access to self::)
* fix zend_std_get_static_property() in ZTS modeAntony Dovgal2010-05-251-0/+8
|
* - Interned string related callbacks moved turned from compiler_globals into ↵Dmitry Stogov2010-05-258-27/+31
| | | | | | | real globals - Updated API version number
* Improved testIlia Alshanetsky2010-05-241-1/+1
|
* Added support for numeric & scalar type hint as defined within Ilia Alshanetsky2010-05-2411-1654/+2054
| | | | | http://wiki.php.net/rfc/typecheckingstrictandweak RFC
* Fixed ZTS buildDmitry Stogov2010-05-246-12/+12
|
* Fixed exception handling in GOTO VMDmitry Stogov2010-05-242-4/+18
|